0x776b7364 / toggle.sg-download

Python script to automate Toggle.sg video downloads
MIT License
26 stars 18 forks source link

Cannot download series anymore #58

Open ghost opened 5 years ago

ghost commented 5 years ago

https://tv.toggle.sg/en/shows/my-agent-is-a-hero-s2-2/episodes

Script is unable to download series episodes and name the episodes accordingly

ghost commented 5 years ago

a series link will cause the script to keep overwriting episodes

ChinHuiHing commented 4 years ago

I also facing the same issue, the obtained media name does not contain episode name.

Please advice thank you.

download_toggle_video.py https://video.toggle.sg/en/series/all-is-well-taiwan-ok/ep17/834578

+++++++++++++++++++++++++++++++++++++ Toggle video and episodes downloader +++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++ [*] Processing input 1 of 1 ... +++++++++++++++++++++++++++++++++++++ [I] Toggle video https://video.toggle.sg/en/series/all-is-well-taiwan-ok/ep17/834578 detected [I] Obtained media name = All_IsWell-_Taiwan__OK_-____

0x776b7364 commented 4 years ago

https://tv.toggle.sg/en/shows/my-agent-is-a-hero-s2-2/episodes

Script is unable to download series episodes and name the episodes accordingly

Your link returns a HTTP 404.

0x776b7364 commented 4 years ago

I also facing the same issue, the obtained media name does not contain episode name.

I can only provide what the website provides. As you've correctly noted, the episode name and number is not returned as my regex match returns "MediaName": "All Is Well - Taiwan 你那边怎样.我这边OK - 台湾篇",. We could consider retrieving Metas[].Value where 'Metas[].Key' == 'Episode number', but I have no plans to improve the script now. PRs are welcome.