Author | SHA1 | Message | Date |
---|---|---|---|
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 . |
10 years ago |
Jaime Marquínez Ferrándiz | 439a1fffcb | [myvideo] Modernize | 11 years ago |
Philipp Hagemeister | f45f96f8f8 | [myvideo] Use RTMP instead of RTMPT (Fixes #2032) | 11 years ago |
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 #616) | 11 years ago |
Philipp Hagemeister | 6f5ac90cf3 | Move tests to the IE definitions | 12 years ago |
Philipp Hagemeister | a08dfd27a8 | Move MyVideo into its own file | 12 years ago |