mirror of
https://gitea.phreedom.club/localhost_frssoft/FMN_bot.git
synced 2024-11-21 21:41:26 +00:00
Add new libremdb instance
This commit is contained in:
parent
8f07ed7f70
commit
176c25f200
|
@ -50,9 +50,10 @@ Note: Рекомендуется использовать ссылки на imdb
|
|||
Note2: Список доступных для приёма инстансов libremdb обновляется вручную и может не соотвествовать официальному.
|
||||
|
||||
## Список поддерживаемых инстансов libremdb:
|
||||
* https://libremdb.herokuapp.com
|
||||
* https://libremdb.pussthecat.org
|
||||
* https://libremdbeu.herokuapp.com
|
||||
* https://libremdb.leemoon.network/ (Спасибо [Саре](https://lamp.leemoon.network/@sarahquartz) в рамках self-host проекта [Leemoon Network 🍋](https://leemoon.network))
|
||||
* https://libremdb.herokuapp.com/
|
||||
* https://libremdb.pussthecat.org/
|
||||
* https://libremdbeu.herokuapp.com/
|
||||
* https://lmdb.tokhmi.xyz/
|
||||
* https://libremdb.esmailelbob.xyz/
|
||||
* http://libremdb.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd.onion/
|
||||
|
|
|
@ -23,7 +23,7 @@ def parse_links(text=str):
|
|||
|
||||
|
||||
def parse_links_imdb(text=str):
|
||||
regex = r"imdb\.com/|libremdb\.pussthecat\.org/|libremdb\.esmailelbob\.xyz/|libremdb\.herokuapp\.com/|libremdbeu\.herokuapp\.com/|lmdb\.tokhmi\.xyz/|libremdb\.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd\.onion/"
|
||||
regex = r"imdb\.com/|libremdb\.leemoon\.network/|libremdb\.pussthecat\.org/|libremdb\.esmailelbob\.xyz/|libremdb\.herokuapp\.com/|libremdbeu\.herokuapp\.com/|lmdb\.tokhmi\.xyz/|libremdb\.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd\.onion/"
|
||||
if re.search(regex, text.lower(), flags=re.MULTILINE):
|
||||
imdb_ids = re.findall(r"tt(\d{1,})", text.lower())
|
||||
if imdb_ids != []:
|
||||
|
|
Loading…
Reference in a new issue