Commit Graph

15 Commits (1663b329460b8b83b4eb0381ccb4f201374647db)

Author SHA1 Message Date
Tithen-Firion c12b4b80f8 [archiveorg] Update test
Yen Chi Hsuan a4a554a793
[generic] Try parsing JWPlayer embedded videos (closes )
Sergey M․ 84bc23b41b
[archiveorg] PEP 8
Remita Amine d50aca41f8 [archiveorg] improve format extraction(closes )
blissland d6a1738892 [archive.org] Fix incorrect url condition (closes )
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
Sergey M․ e8e28989eb [archiveorg] Add test, simplify and modernize
Johannes Knoedtel ff7a07d5c4 [archiveorg] most metadata fields are optional
Example: https://archive.org/details/Cops1922
Philipp Hagemeister 42154ad5bc [archiveorg] Use centralized sorting
Philipp Hagemeister 3798eadccd More unicode literals
Philipp Hagemeister 29030c0a4c Merge remote-tracking branch 'dstftw/correct-valid-urls'
dst c0ade33e16 Correct some extractor _VALID_URL regexes
Jaime Marquínez Ferrándiz fb7abb31af Remove the compatibility code used before the new format system was implemented
Jaime Marquínez Ferrándiz 471a5ee908 Set the ext field for each format
Philipp Hagemeister 690e872c51 Remove video_result helper method
Calling it was more complex then actually including the type in the video info
Philipp Hagemeister 5fe3a3c3fb [archive.org] Add extractor (Fixes )