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.
Allow wildcards or regex on format_id #26808
Comments
|
For another set of videos, I was able to use another workaround, another good feature: |
|
There may be another workaround for the issue, but for me to check that, give me an example url that you are trying to download |
|
Take https://www.france.tv/france-4/la-legende-de-korra/saison-1/1794151-bienvenue-dans-la-cite-de-la-republique.html for instance where I would like Because I have a --batch-file with all videos in this series and the two last digits are not always the same.
|
Checklist
Description
I would like to download a list of videos contained in a batch file with a specific format.
The
format_idin my example is likem3u8-download-10xxbut the last twoxxdigits vary.It would be nice to be able to use either:
Wildcards
Syntax like:
--format m3u8-download-10??or--format m3u8-download-10*Regular expressions
Syntax like:
--format /^m3u8-download-10/Workaround
So, I have to use a tedious two step work-around:
To list all the possible format variations for my list and note them down to then run: