aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/myvideo.py
AgeCommit message (Collapse)Author
2014-11-23Fix all PEP8 issues except E501Philipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-03-09[myvideo] ModernizeJaime Marquínez Ferrándiz
2013-12-23[myvideo] Use RTMP instead of RTMPT (Fixes #2032)Philipp Hagemeister
2013-08-02[myvideo] add support for videos that place the video info inside ↵Jaime Marquínez Ferrándiz
www.myvideo.de/service/data/video/{id}/config (fixes #616)
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23Move MyVideo into its own filePhilipp Hagemeister