diff options
author | Mister Hat <misterhat144@gmail.com> | 2015-05-24 15:26:59 -0500 |
---|---|---|
committer | Mister Hat <misterhat144@gmail.com> | 2015-05-24 15:26:59 -0500 |
commit | 7198063d96003050eccb0ea59cc938f0388c0606 (patch) | |
tree | 6e86d96f5cacb57981cee3ec2d501589220a3e9c /youtube_dl/extractor/__init__.py | |
parent | d41ebe146b693011eb1020ca9cd935e7db892d0b (diff) |
[pinkbike] new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 79bcd9106..80bec39da 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -394,6 +394,7 @@ from .pbs import PBSIE from .philharmoniedeparis import PhilharmonieDeParisIE from .phoenix import PhoenixIE from .photobucket import PhotobucketIE +from .pinkbike import PinkbikeIE from .planetaplay import PlanetaPlayIE from .pladform import PladformIE from .played import PlayedIE |