Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Example URLs
Description
Hey, I'd like to request site support for https://ww1.animesepisodes.com/. Sadly I don't know if this site is clean on a copyright viewpoint. However I could not find an opposite option via a google/duckduckgo search. I assume it to be ok.
On a technical point, scraping information from this site should be strait forward as its html is minified but not obfuscated. Getting the actual video url is a bit more tricky. The media player their embedding is hardly obfuscated. However videos are stored as a single file, for example on: https://storage.googleapis.com/coastal-airlock-287102/XKTUEY3QG2D/23a_1598014379_3533.mp4. Once we get this url downloading is child's play. I've found this out by looking at the network tab of my developer console.
If I get a positive response regarding this issue, I'd like to give this a try my self and maybe issue a PR later.