this post was submitted on 31 Aug 2023
18 points (87.5% liked)
Piracy
22337 readers
3 users here now
Welcome to /c/piracy
No netflix or streaming services landlubbers allowed, this is pirates territory.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Idk if it would help, but you might like mov-cli, if you don't want to use the sites: https://mov-cli.github.io/
Though, all it does is just scrape all those sites, so I guess you're still connecting to them
I had never heard of this before. Installed it in Termux on Android. Some dependencies were missing, but after installing them along the way, it worked in the end! What a cool little tool. Streaming seemed to be working well. However, when I tried using the download features, the speeds seemed to stall. It took maybe 30 min to download 8 mins of video (a few 100 MB, ~25% of the size of the files I tried). I force killed the processes, which left temp incomplete files. I found and removed them using these commands:
ls
to list the files in the termux dir,
followed by:
rm filename.mp4
to remove the file
...after which the size of my Termux app decreased, as expected.
Maybe the site has rate limiting to prevent scraping? I've never used
mov-cli
myself