sideloading

Results 22 comments of sideloading

@suprapoke 1. `git clone --single-branch --branch sproutvideo https://github.com/TheZ3ro/youtube-dl-1.git` 2. navigate into the cloned folder `cd youtube-dl-1` 3. run `python -m youtube_dl https://videos.sproutvideo.com/embed/ABC/DEF` video would be downloaded in this new youtube-dl-1...

hi @suprapoke, yeah, same error I was getting too. I think the PR has some issues, but the testing run works so I'm not sure. You could try Jdownloader for...

@suprapoke it's test-run code, not a 'working' version or whatever. Check the PR I referenced in my very first reply if you want to learn more about it.

I ended up commenting out the following on L1820: ```python if mode == "run": verify_channels() get_video_infos() download_videos() #verify_offline_videos() #add_missing_channel_countries() #generate_statistics(True) ``` then running the following command seperately (e.g. once a...

Also getting 403, but the test with `python test/test_download.py TestDownload.test_SproutVideo` works - not sure how to get past it. @gianpaj any luck?

@SirBitesalot did you end up locating the .binka files for The Finals?

I had to change the RPC Protocol to use WebSocket instead of HTTP/S and it shows as Connected since. Via AriaNg Settings > Your Aria2 RPC

+1 Possible to implement to this project? https://github.com/mvabdi/vsco-scraper/blob/master/vscoscrape/vscoscrape.py#L41

in the meantime, i am using gallery-dl which is working

If you're running Pinchflat on Docker, you could spin up an instance of the following project: https://github.com/Brainicism/bgutil-ytdlp-pot-provider Then reference it to your custom yt-dlp options: `--extractor-args 'youtube:getpot_bgutil_baseurl=http://docker_IP:4416'`. The yt-dlp client...