1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-21 21:05:24 +00:00
Files
youtube-dl/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