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.
clyp.it support #7134
clyp.it support #7134
Comments
|
Post an example URL. |
|
Updated with example url and description of how their API is used in this instance. Still reading over some of the extractor examples, to figure out how youtube-dl does it :) |
|
Just made a pull request adding clyp.it |
|
Clyp will be supported in the next version. |
I can probably add this one myself, but its going to take a day or three to acquaint myself with the codebase properly, but if someone else gets there first or whatever thats cool :)
TL;DR, here is my reference implementation for downloading individual files from clyp.it. Its fairly straightforward.
Example URL: https://clyp.it/hrvttfzp
Basically, you rewrite it to
https://api.clyp.it/hrvttfzp, extractTitleandMp3Urlfrom the JSON response, and downloadMp3Url.