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

Support https://www.lumni.fr #24574

Open
meaz opened this issue Apr 2, 2020 · 2 comments
Open

Support https://www.lumni.fr #24574

meaz opened this issue Apr 2, 2020 · 2 comments
Labels
site-support-request Add extractor(s) for a new domain

Comments

@meaz
Copy link

meaz commented Apr 2, 2020

  • [x ] I'm reporting a new site support request
  • [x ] I've verified that I'm running youtube-dl version 2020.03.24
  • [x ] I've checked that all provided URLs are alive and playable in a browser
  • [ x] I've checked that none of provided URLs violate any copyrights
  • [ x] I've searched the bugtracker for similar site support requests including closed ones

Example URLs

Description

Videos by the France 4, which is a French national channel. There are lived during the day on tv and are provided to help pupils to learn at home because of the covid-19.

@meaz meaz added the site-support-request Add extractor(s) for a new domain label Apr 2, 2020
@taokann
Copy link

taokann commented Aug 3, 2020

Le site Lumni est un produit de France Télévisions. Ils ont réutilisé le même lecteur vidéo et le même système de lecture que sur leur site généraliste france.tv.
Pour télécharger les vidéos de lumni.fr, récupérez le data-factoryid, par exemple NI_603817 pour cette vidéo : https://www.lumni.fr/video/l-homme-et-son-environnement-dans-la-revolution-industrielle . Vous le trouverez dans l'inspecteur de votre navigateur au niveau de la vidéo (<div id="player"....)
Puis utilisez simplement youtube-dl avec le module de téléchargement france.tv

youtube-dl francetv:NI_603817

Cette fonctionnalité pourrait être simplement intégrée à Youtube DL en ajoutant le site Lumni aux URL reconnues pour France.tv.


The "lumni" website is from France Télévisions. They used the same video player and distribution system from their main website france.tv. Just grab the data-factoryid, for example NI_603817 for this video: https://www.lumni.fr/video/l-homme-et-son-environnement-dans-la-revolution-industrielle . You'll find it in the webpage source, search for <div id="player" ...
Then use youtube-dl with the francetv downloading plugin.

youtube-dl francetv:NI_603817

This issue would be fixed just by adding the lumni.fr URLs to the francetv URL sheme.

@dangerous-sly
Copy link

awesome !
Enorme !
Ca marche / it works with francetv:NI_603817

Avec les vidéo lumni pour le covid, primaire et autres, il faut plutôt chercher directement le "data-factoryid", qui est plutot maintenant une suite de chiffre long, comme ca : 8a5a65d2-23c0-4477-9ec0-ae1b0e85ee42
et ca passe.

Bon, 400Mo les 30 minutes, ca va vite faire exploser les disques...

Qui à un GUI directement intégré à Handbrake ?? Qui ? ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-support-request Add extractor(s) for a new domain
Projects
None yet
Development

No branches or pull requests

3 participants