Closed beesuns closed 5 months ago
Did you manage to make it work?
The command should be:
.\download.py -o example.mp4 https://dash.example.club/videos/66434f13ddcad3715b59cf24/index{counter}.ts
This should produced:
Reading https://dash.example.club/videos/66434f13ddcad3715b59cf24/index1.ts
Reading https://dash.example.club/videos/66434f13ddcad3715b59cf24/index2.ts
Reading https://dash.example.club/videos/66434f13ddcad3715b59cf24/index3.ts
Reading https://dash.example.club/videos/66434f13ddcad3715b59cf24/index4.ts
...
The URL of the target TS chunks look like this:
I tried the following command using Pycharm and none of them worked.
Is it possible to download from this kind of websites using your script? Thanks and have a good day :)