aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/libraryofcongress.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* [loc] Extract direct download linksSergey M․2016-06-041-1/+37
|
* [loc] Extract subtitesSergey M․2016-06-031-1/+22
|
* [loc] Add support for another URL schema and simplifySergey M․2016-06-031-9/+11
|
* [loc] Improve (Closes #9521)Sergey M․2016-06-031-34/+53
|
* [loc] Add extractor (Closes #3188)TRox19722016-06-031-0/+65
Added extractor of loc.gov, which closes #3188. I am not an experienced programmer, so I am sure I did a bunch of mistakes, but the extractor works (for me at least). [LibraryOfCongress] don't use video_id for _search_regex() [LibraryOfCongress] Improvements