xbmc / metadata.tvshows.themoviedb.org.python

themoviedb.org TV Show scraper in Python for Kodi 18 (Leia) or later.
GNU General Public License v3.0
20 stars 26 forks source link

Fix ignoring NFO files with TVDB artwork URLs #88

Closed rmrector closed 2 years ago

rmrector commented 2 years ago

Too-aggressive regex was misidentifying certain artwork URLs as parsing URLs.

Fixes https://github.com/xbmc/xbmc/issues/19845

The second line with /api/ identifies classic TVDB v1 API episodeguide values.

@pkscout @KarellenX @romanvm

KarellenX commented 2 years ago

Yay. :tada: Thank you @rmrector