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.
Flat-Playlist JSON on Youtube doesn't contain valid url entries #24527
Comments
|
This is expected behavior. |
Checklist
Verbose log
(JSON formatted for readability)
On Youtube:
On Soundcloud:
Description
When extracting playlist JSON using
--flat-playlist -Jon Youtube the url-property of its entries don't contain a valid url. Instead they contain the video-id. This isn't the case on two other extractors i tested (bandcamp and soundcloud).When extracting playlist JSON without
--flat-playlistthe entries contain a valid url in the webpage-property. This however significantly increases execution time, especially on large playlists.Is this intended behaviour? Should i be able to rely on the url-property to be valid unless the extraction failed?