TV show scraper without season/episode
#2
You can use the same regex in Ember like in Kodi, but you have to proper escape the special characters. You can always test the regex on https://regex101.com/.

So you don't have escaped the "/" at the end of the regex. The fixed and working regex is:

Code:
_([0-9]{4})([0-9]{2})([0-9]{2})_[^\\\/]*$
Reply


Messages In This Thread
RE: TV show scraper without season/episode - by DanCooper - 2015-09-23, 09:41
Logout Mark Read Team Forum Stats Members Help
TV show scraper without season/episode0