1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-30 06:30:44 +00:00
yt-dlp/youtube_dl
blissland d6a1738892 [archive.org] Fix incorrect url condition (closes #5628)
The condition for assigning to json_url is the wrong way round:

currently for url: aaa.com/xxx

we get:

aaa.com/xxx&output=json

instead of the correct value:

aaa.com/xxx?output=json
2015-05-06 15:06:10 +02:00
..
2015-04-25 11:59:54 +02:00
2015-05-04 15:12:48 +02:00