81dc74966a
[archiveorg] Fix extraction ( closes #15770 , closes #15772 )
2018-03-05 22:30:32 +07:00
c12b4b80f8
[archiveorg] Update test
2017-04-28 03:48:32 +07:00
a4a554a793
[generic] Try parsing JWPlayer embedded videos ( closes #12030 )
2017-02-16 23:44:03 +08:00
84bc23b41b
[archiveorg] PEP 8
2016-08-05 23:16:19 +07:00
d50aca41f8
[archiveorg] improve format extraction( closes #10219 )
2016-08-05 16:42:15 +01:00
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
e8e28989eb
[archiveorg] Add test, simplify and modernize
2014-12-29 02:08:46 +06:00
ff7a07d5c4
[archiveorg] most metadata fields are optional
...
Example: https://archive.org/details/Cops1922
2014-12-28 20:31:25 +01:00
42154ad5bc
[archiveorg] Use centralized sorting
2014-01-07 10:16:22 +01:00
3798eadccd
More unicode literals
2014-01-07 10:06:30 +01:00
29030c0a4c
Merge remote-tracking branch 'dstftw/correct-valid-urls'
2013-12-04 19:56:05 +01:00
c0ade33e16
Correct some extractor _VALID_URL regexes
2013-12-04 20:34:47 +07:00
fb7abb31af
Remove the compatibility code used before the new format system was implemented
2013-12-03 14:31:20 +01:00
471a5ee908
Set the ext field for each format
2013-09-14 14:45:04 +02:00
690e872c51
Remove video_result helper method
...
Calling it was more complex then actually including the type in the video info
2013-07-11 12:12:30 +02:00
5fe3a3c3fb
[archive.org] Add extractor ( Fixes #1003 )
2013-07-08 02:05:02 +02:00