aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorJakub Adam Wieczorek <ja.wieczorek@student.uw.edu.pl>2016-08-25 23:04:59 +0200
committerJakub Adam Wieczorek <ja.wieczorek@student.uw.edu.pl>2016-09-06 21:34:44 +0200
commit8d3737cda7bb710c6de96c26602d48f75ef95537 (patch)
tree3bffe234dab79c71e39b932effa4fe0cfa69ca0a /youtube_dl/extractor/extractors.py
parent155bc674c424b2364c9a573586dd33e6d3ff3483 (diff)
downloadyoutube-dl-8d3737cda7bb710c6de96c26602d48f75ef95537.tar.xz
[polskieradio] Add support for downloading whole programmes.
This extends the Polskie Radio (the Polish national radio) extractor to enable the user to download all the broadcasts of a single programme.
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index f72faa8a7..f8f91f13d 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -667,7 +667,7 @@ from .pluralsight import (
)
from .podomatic import PodomaticIE
from .pokemon import PokemonIE
-from .polskieradio import PolskieRadioIE
+from .polskieradio import PolskieRadioIE, PolskieRadioProgrammeIE
from .porn91 import Porn91IE
from .porncom import PornComIE
from .pornhd import PornHdIE