diff options
author | TRox1972 <archcr8@gmail.com> | 2016-05-17 16:21:52 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-03 22:17:35 +0700 |
commit | 9c3c447eb389726d98189d972a2d772ef729132d (patch) | |
tree | d331bee9e4cc9c94fcb84e748e8921aca16320ed /youtube_dl/extractor/extractors.py | |
parent | ad73083ff05eafa64e07500fd42306ac349bd76b (diff) |
[loc] Add extractor (Closes #3188)
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
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 9dd55bd70..3b5143ace 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -382,6 +382,7 @@ from .leeco import ( LePlaylistIE, LetvCloudIE, ) +from .libraryofcongress import LibraryOfCongressIE from .libsyn import LibsynIE from .lifenews import ( LifeNewsIE, |