sanjit-sinha / Tg-UsenetBot

Telegram Bot for Interacting with SABnzbd and NZBhydra API to manage and use them via Telegram.
https://theopensourcerer.t.me
MIT License
42 stars 23 forks source link

imdbid regex #13

Open usleech opened 1 year ago

usleech commented 1 year ago

work imdbid regex

if imdbid := search(r"^(?:https?:\/\/)?(?:www.)?(?:imdb.com\/title\/)?(tt\d*)", user_input):

https://regex101.com/r/AolFbd/1

sanjit-sinha commented 1 year ago

Thanks, will add in next update.