Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support extracting title of movie/series from the site title (maybe via remembered regex) #65

Open
T3sT3ro opened this issue Jun 9, 2023 · 1 comment

Comments

@T3sT3ro
Copy link

T3sT3ro commented Jun 9, 2023

For example some sites set a title of the site to "Watch <series name> Online now | SiteName.com" which makes the suggested search invalid. It could be nice to add an option that would extract a movie title via a regex stored for a site, e.g.

*.somesite.net -> /watch (?<title>.*) Online now | .*/

@ste-xx
Copy link
Member

ste-xx commented Jun 22, 2023

Good idea,
I already have that thing on the roadmap together with autodetect/autoinject when the next episode is played

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants