diff options
author | blissland <blissland.house@googlemail.com> | 2015-05-06 11:48:36 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-06 15:06:10 +0200 |
commit | d6a1738892038940ef4af59a33aeddc99ef0c966 (patch) | |
tree | 55455bf913e5b3fff035c0a48d80fbbf168e878d /youtube_dl/extractor/trutube.py | |
parent | b326b07adc49466a4bdd0ea3c63f329a9e523121 (diff) |
[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
Diffstat (limited to 'youtube_dl/extractor/trutube.py')
0 files changed, 0 insertions, 0 deletions