Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[noco] Support for playlist #10864

Closed
3 tasks done
mitsukarenai opened this issue Oct 6, 2016 · 1 comment
Closed
3 tasks done

[noco] Support for playlist #10864

mitsukarenai opened this issue Oct 6, 2016 · 1 comment
Labels

Comments

@mitsukarenai
Copy link

  • I've verified and I assure that I'm running youtube-dl 2016.10.02
  • README/FAQ/search
  • Feature request (request for a new functionality)

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-accomplissement
and 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 :(

@Alwaysin
Copy link

+1 for this

ThirumalaiK pushed a commit to ThirumalaiK/youtube-dl that referenced this issue Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants