MichaelYochpaz / iSubRip

A Python command-line tool for scraping and downloading subtitles from AppleTV and iTunes movie pages.
MIT License
108 stars 14 forks source link

[Issue]: Web source missing from filename #53

Closed vevv closed 8 months ago

vevv commented 8 months ago

Confirmations

OS Type

Windows

Python Version

3.10.6

Package Version

2.5.0

Description

Source in filename is "WEB", instead of "iT.WEB" as before.

Expected: Witness.1985.iT.WEB.de-DE.vtt Got: Witness.1985.WEB.de-DE.vtt

Output Log

$ isubrip https://tv.apple.com/us/movie/umc.cmc.4mk13hhxh4lamkkira2wjmv9j?l=en
Scraping 'https://tv.apple.com/us/movie/umc.cmc.4mk13hhxh4lamkkira2wjmv9j?l=en'...
Found movie: Witness [1985] (ID: 267841498)
Deutsch (Deutschland) (de-DE) subtitles were successfully downloaded.
1/1 matching subtitles have been successfully downloaded.

Config

No response

MichaelYochpaz commented 8 months ago

Pushed a fix on a5156f31fd3ab39fab61d303f9ef9895660a2bf3. Will be included on the next update.

vevv commented 8 months ago

Thanks!

MichaelYochpaz commented 8 months ago

Fixed on the new v2.5.1 update :)