thetvdb / metadata.tvshows.thetvdb.com.v4.python

TheTVDB Official Kodi TV plugin
9 stars 3 forks source link

nfo file parsing #5

Closed sergserg2 closed 2 years ago

sergserg2 commented 2 years ago

Use of 'www.thetvdb.com' address in nfo file raises HTTP error (lack of numeric id in request to API).

Modification of the regex that solves the problem (nfo.py) SERIES_URL_REGEX = re.compile(r'https?://[w\.]*thetvdb.com/series/([\w-]+)', re.I)

KarellenX commented 2 years ago

Is your fix related to this issue... https://github.com/xbmc/xbmc/issues/19845

sergserg2 commented 2 years ago

Is your fix related to this issue... xbmc/xbmc#19845

No.