[livestream:original] Add support for folder urls (closes #2631)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 26 Jun 2014 14:34:36 +0000 (16:34 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 26 Jun 2014 14:34:36 +0000 (16:34 +0200)
commit78338f71ca2d96e4bf507c438fbb2751742989b1
treeec2ffc549fce527031640777c0c1b8c28c456003
parentf5172a308418a54d077e19495a5c560f2bd644e6
[livestream:original] Add support for folder urls (closes #2631)

The webpage only contains shortened links for the videos, since the server
doesn't support HEAD requests, we use an specific extractor for them.
test/test_playlists.py
youtube_dl/extractor/__init__.py
youtube_dl/extractor/common.py
youtube_dl/extractor/livestream.py