You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
9 years ago
..
downloader Remove code that was only used by the Grooveshark extractor 9 years ago
extractor [archive.org] Fix incorrect url condition (closes #5628) 9 years ago
postprocessor Add ability to embed subtitles in mkv files (closes #5434) 9 years ago
YoutubeDL.py [YoutubeDL] Improve description file naming 9 years ago
__init__.py Remove the --max-quality option 9 years ago
__main__.py [test_unicode_literals] Arm unicode_literals check 10 years ago
aes.py [aes] style: Put __all__ variable at the end of the file 9 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py Remove code that was only used by the Grooveshark extractor 9 years ago
jsinterp.py [jsinterp] Disable comment support 9 years ago
options.py [options] Clarify `--write-annotations` help 9 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py Don't use bare 'except:' 9 years ago
utils.py [NBC] Enhance embedURL extraction (closes #2549) 9 years ago
version.py release 2015.05.04 9 years ago