SickGear/lib/api_tvdb
JackDandy da9a6a829c Change couple more consistency improvements.
Change undo one simplification too far. Reasoning, the var is used later on in code, the natural eyeline is to look for the variable defined on the left above, and the declaration was hidden mid line due to walrus. Therefore, this makes it take longer to scan over code and slows down readability, i Bet this will be written about in some blog very soon.
Add ranking to scores on card
Change use new refactored overview cleaner
2024-10-07 01:24:45 +01:00
..
__init__.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
tvdb_api.py Fix banner url validation for TheTVDb api v3 lib. 2023-09-05 23:32:48 +01:00
tvdb_api_v4.py Change couple more consistency improvements. 2024-10-07 01:24:45 +01:00
tvdb_cache.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
tvdb_exceptions.py Add try_date for use in attempting conversion of unspecified date format types birthdate, deathdate, aired. 2023-05-03 00:43:58 +01:00
tvdb_ui.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
UNLICENSE Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00