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
10 years ago
Sergey M․
e8e28989eb
[archiveorg] Add test, simplify and modernize
10 years ago
Johannes Knoedtel
ff7a07d5c4
[archiveorg] most metadata fields are optional
Example: https://archive.org/details/Cops1922
10 years ago
Philipp Hagemeister
42154ad5bc
[archiveorg] Use centralized sorting
11 years ago
Philipp Hagemeister
3798eadccd
More unicode literals
11 years ago
dst
c0ade33e16
Correct some extractor _VALID_URL regexes
11 years ago
Jaime Marquínez Ferrándiz
fb7abb31af
Remove the compatibility code used before the new format system was implemented
11 years ago
Jaime Marquínez Ferrándiz
471a5ee908
Set the ext field for each format
11 years ago
Philipp Hagemeister
690e872c51
Remove video_result helper method
Calling it was more complex then actually including the type in the video info
11 years ago
Philipp Hagemeister
5fe3a3c3fb
[archive.org] Add extractor ( Fixes #1003 )
11 years ago