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.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.05.09. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I was wondering if it's possible to specify a specific m3u8 url when using --ap-mso for "hidden" video qualities not listed when using -F. "Hidden" as in they exist on the site, but aren't listed in the master.m3u8 therefore don't show up when using -F to see qualities. For example, the highest the master.m3u8 lists is layer6.m3u8, but there's actually a layer8.m3u8 with better quality. I'm not a master at this sort of thing, but when I went to download the highest m3u8 file from the site I could get layer8.m3u8 and not layer9.m3u8 which is what's leading me to think it exists.
I was wondering if there's something along the line of:
youtube-dl --ap-mso Charter_Direct --ap-username text --ap-password text "m3u8"
Or something? Thanks for any feedback even if it's not the answer I hope for.