Commit Graph

23 Commits (640aff1d0c3d008f1286bb49b559938a7b5cd65a)

Author SHA1 Message Date
Sergey M․ 26394d021d
[globo:article] Add support for multiple videos (Closes )
stepshal 25042f7372 Add missing r prefix for _VALID_URLs
Sergey M․ 9e5751b9fe
[globo:article] Relax _VALID_URL and video id regex (Closes )
Sergey M․ e76394f36c [globo] Switch to new-style classes
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
Sergey M․ 5d501a0901 [globo] Add more tests
Sergey M․ c13722480b [globo:article] Fix test
Sergey M․ e7d34c03f2 [globo] Force uploader id to be string
Sergey M․ 264cd00fff [globo] Update tests
Sergey M․ a4a6b7b80f [globo] Improve http formats
Sergey M․ aebb42d32b [globo] Remove like count
It's no longer provided
Sergey M․ b4ef6a0038 [globo] Remove non available test
Sergey M․ 5d235ca7f6 [globo] Prefer native m3u8
Sergey M․ c3459d24f1 [globo] Skip unsupported smooth streaming
Sergey M․ e3778cce0e [globo] Improve m3u8 extraction
Sergey M․ ad607563a2 [globo] Separate article extractor
Sergey M․ fffccaaf41 [globo] Fix extraction and make more robust (Closes )
Leonardo Amaral d7d79106c7 * Change globo.py flash ver to 17.0.0.132 - Chrome 42.0.2311.22
Sergey M․ 8c72beb25e [globo] Properly extract m3u8 formats ( )
kinetoskombi 1ee94db2d0 [globo] Fix error on some globo videos
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 .
Sergey M․ f47754f061 [globo] Initial extractor implementation (Closes )