1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-22 09:05:41 +07:00

[tvp] Telewizja Polska: new extractor for tvp.pl, fixes #1719

Thanks-To: mplonski

https://github.com/mplonski/linux/blob/master/tvp-dl.py
This commit is contained in:
Marcin Cieślak
2013-11-05 23:30:25 +01:00
parent 7f34001d57
commit 5137ebac0b
2 changed files with 61 additions and 0 deletions

View File

@@ -132,6 +132,7 @@
from .tudou import TudouIE
from .tumblr import TumblrIE
from .tutv import TutvIE
from .tvp import TvpIE
from .unistra import UnistraIE
from .ustream import UstreamIE, UstreamChannelIE
from .vbox7 import Vbox7IE