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.
Ubuntu 3.7
Youtube-DL 2020.06.16.1
Before this new Youtube-DL version 2020.06.16.1, using YTDL 2020.06.06 version the following piece of code worked fine, reporting 20 videos per query:
With the new Youtube-DL version 2020.06.16.1, the previous code doesn't work anymore, reporting ZERO videos.
The query passed to obtain this result (0 videos) was a semplified version of the normally used query, without order filter (&sp=CAMSAhAB) and page number (&page=1):
https://www.youtube.com/results?search_query=maroonedPlease refer to issue #25560
How can I solve this problem? What have I to change in my code to have the same result as I had before the new Youtube-DL 2020.06.16.1 release?