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.
Main extractor contributor: @dstftw
I'd like to suggest adding support for Noco's playlists, to allow download for a full series.
Example, with the "latest episodes" page:
http://noco.tv/emissions/64-4-148/olydri-studio/noob/derniers-episodes{homepage} /emissions/ {playlist id} / {editor studio} / {series title slug} / {optional sorting filter; default: newest first}
Each episode is inside a
<div class="item">, from which the fist link goes like:http://noco.tv/emission/17205/olydri-studio/noob/s06e03-accomplissementand is already supported by the Noco extractor URL matching. However, only the 30 newest episodes are listed in the HTML code of the page, older episodes get loaded by "infinite scroll".
Sidenote: Noco also uses this URL format:
http://noco.tv/famille/148/olydri-studio/noob{homepage} / famille / {series id} / {editor studio} / {series title slug}
Which is an information page sorting by seasons, related contents, most viewed episode, suggestions... From the actual series, the 15 most recent episodes can be seen in the slide menu, older ones get loaded by "infinite slide".
Pinpointing all episodes from a specific series may be quite challenging :(