1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-03 04:37:07 -05:00
Files
youtube-dl/youtube_dl/extractor/archiveorg.py
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

2.3 KiB