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.
Checklist
Description
I'm downloading videos from UFC FIGHT PASS and they use a weird file label where there's a subtitle (for example the title of the PPV but not the 'UFC 2' part of the title), if I go on the webpage and click on View Page Source (on Firefox) and search for "UFC 2" I see that it's under ProgramCode. Is there a way this can be included in YouTube-DL so I can use in my file label?
That way it can be (ProgramCode) %(title)s.%(ext)s
Here's an example
view-source:https://www.ufc.tv/video/no-way-out
Search for ProgramCode and you'll see what I mean.