Skip to content

Releases: MinionAttack/CheckEpisodeOrMovieBot

v1.5.0

04 Aug 18:26
7268280
Compare
Choose a tag to compare

Added the year parameter for the TV shows command to avoid name collisions with movies.

v1.4.5

16 Jul 18:40
85614e8
Compare
Choose a tag to compare

Updated the YTS proxy and some obsolete dependencies.

v1.4.4

05 Jul 18:06
f2d2e3a
Compare
Choose a tag to compare

The error message thrown by the OMBDb API when searching for a series or movie has been improved.

Updated dependencies.

v1.4.3

16 Jun 22:58
aabca79
Compare
Choose a tag to compare

Fix for torrents with no URL, they are omitted.

v1.4.2

08 Jun 21:31
b6976b7
Compare
Choose a tag to compare

Update dependencies.

v1.4.1

14 May 20:22
34ea261
Compare
Choose a tag to compare

Updated six dependency from 1.15.0 to 1.16.0.
Updated python-telegram-bot dependency from 13.4.1 to 13.5.
Replaced the text in the results message when a URL for a torrent is not available.

v1.4.0

23 Apr 15:19
dd2da7f
Compare
Choose a tag to compare

Changed the logic in the command to search for series when prioritising the results.

Now, the first results will always be full season packs. The following results will correspond to the requested episode. This is done to avoid showing only packs that may not contain subtitles, so if you want to get the individual episode with subtitles it is now possible.

Updated decorator dependency from 5.0.6 to 5.0.7.

v1.3.3

19 Apr 20:28
eff5b97
Compare
Choose a tag to compare

The proxy URL has been updated because the certificate had expired.

v1.3.2

09 Apr 21:37
bd8841d
Compare
Choose a tag to compare

Update decorator dependency from 4.4.2 to 5.0.6

v1.3.1

09 Apr 21:28
61a5df0
Compare
Choose a tag to compare

Defensive programming has been implemented in the command for series and movies.

Until now, only the length of the message to be sent was controlled in the subtitle command. In case there were too many options in the series or movies when displaying the results, this could cause an internal error and no response would be sent. The message is now split into several messages to avoid this problem and the bot has no errors in that scenario.