diff options
author | ealgase <mostdigitsofpi@gmail.com> | 2019-05-10 14:35:57 -0400 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2019-05-11 01:35:56 +0700 |
commit | 4eec112740910621a7fd9c50158fb2388649d8b7 (patch) | |
tree | 62be8a530b2419631df08891b4d6f9ecb9439171 /youtube_dl/extractor/extractors.py | |
parent | 027ffdca0d3174963a4269ce8de8519cfed7a12c (diff) |
[openload] Add support for verystream.com (closes #20701) (#20967)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 0d0732dcb..3037b5a45 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -833,7 +833,10 @@ from .ooyala import ( OoyalaIE, OoyalaExternalIE, ) -from .openload import OpenloadIE +from .openload import ( + OpenloadIE, + VerystreamIE, +) from .ora import OraTVIE from .orf import ( ORFTVthekIE, |