Commit Graph

10 Commits (d65889bbc0a6b4a1eafe6a8c0e0e26170dc75586)

Author SHA1 Message Date
Sergey M․ 9fd3bf04b7 [myvideo] Use compat_urllib_parse_unquote
Philipp Hagemeister b74e86f48a Fix all PEP8 issues except E501
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 5f6a1245ff PEP8 applied
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
Jaime Marquínez Ferrándiz 439a1fffcb [myvideo] Modernize
Philipp Hagemeister f45f96f8f8 [myvideo] Use RTMP instead of RTMPT (Fixes )
Jaime Marquínez Ferrándiz fbf189a6ee [myvideo] add support for videos that place the video info inside www.myvideo.de/service/data/video/{id}/config (fixes )
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister a08dfd27a8 Move MyVideo into its own file