Skip to content

Commit ad9dac7

Browse files
committed
Update tvdb plugin for new API
1 parent 0840c5f commit ad9dac7

File tree

6 files changed

+1061
-129
lines changed

6 files changed

+1061
-129
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exclude_lines =
77
if __name__ == .__main__.:
88
if sys.version_info
99
class .*\(.*(Error|Exception)\):
10+
^ *\.\.\.$
1011

1112
[run]
1213
omit =

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Update mylife.py for website changes
2525
- Fixed handling of colons in core IRC parser
2626
- Fix FML random URL
27+
- Update tvdb.py to v3 TVDB API
2728
### Removed
2829
- twitch.py removed due to outdated API and lack of maintainer
2930

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,12 @@ This product includes GeoLite2 data created by MaxMind, available from
8484

8585
![Powered by wordnik](https://www.wordnik.com/img/wordnik_badge_a1.png)
8686

87+
TV information is provided by [TheTVDB.com], but we are not endorsed or certified by [TheTVDB.com] or its affiliates.
88+
8789
Translations are Powered by [Yandex.Translate](https://translate.yandex.com)
8890

8991
This product uses data from <a href="http://wordnik.com">http://wordnik.com</a> in accordance with the wordnik.com API <a href="http://developer.wordnik.com/#!/terms">terms of service</a>.
9092

9193
[latest source]: https://github.com/TotallyNotRobots/CloudBot/archive/master.zip
9294
[latest release]: https://github.com/TotallyNotRobots/CloudBot/releases/latest
95+
[TheTVDB.com]: https://thetvdb.com/

0 commit comments

Comments
 (0)