about summary refs log tree commit diff
path: root/youtube_dl/extractor/archiveorg.py
Commit message (Collapse)AuthorAgeFilesLines
* [archiveorg] Fix and improve extraction (closes #21330, closes #23586, ↵Sergey M․2021-02-071-12/+42
| | | | closes #25277, closes #26780, closes #27109, closes #27236, closes #28063)
* [archiveorg] Fix extraction (closes #15770, closes #15772)Sergey M․2018-03-051-1/+1
|
* [archiveorg] Update testTithen-Firion2017-04-281-2/+2
|
* [generic] Try parsing JWPlayer embedded videos (closes #12030)Yen Chi Hsuan2017-02-161-2/+2
|
* [archiveorg] PEP 8Sergey M․2016-08-051-1/+1
|
* [archiveorg] improve format extraction(closes #10219)Remita Amine2016-08-051-40/+38
|
* [archive.org] Fix incorrect url condition (closes #5628)blissland2015-05-061-1/+1
| | | | | | | | | | | | | | 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
* [archiveorg] Add test, simplify and modernizeSergey M․2014-12-291-31/+29
|
* [archiveorg] most metadata fields are optionalJohannes Knoedtel2014-12-281-4/+12
| | | | Example: https://archive.org/details/Cops1922
* [archiveorg] Use centralized sortingPhilipp Hagemeister2014-01-071-7/+5
|
* More unicode literalsPhilipp Hagemeister2014-01-071-9/+11
|
* Merge remote-tracking branch 'dstftw/correct-valid-urls'Philipp Hagemeister2013-12-041-1/+1
|\
| * Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
| |
* | Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz2013-12-031-9/+2
|/
* Set the ext field for each formatJaime Marquínez Ferrándiz2013-09-141-3/+4
|
* Remove video_result helper methodPhilipp Hagemeister2013-07-111-1/+2
| | | | Calling it was more complex then actually including the type in the video info
* [archive.org] Add extractor (Fixes #1003)Philipp Hagemeister2013-07-081-0/+66