about summary refs log tree commit diff
path: root/youtube_dl/extractor/globo.py
Commit message (Collapse)AuthorAgeFilesLines
* [globo] handle alternative hash signing methodRemita Amine2019-10-221-9/+15
|
* [globo] extract subtitles(closes #22713)Remita Amine2019-10-151-2/+11
|
* [globo] fix format extraction(closes #20319)Remita Amine2019-10-091-9/+10
|
* [globo] set GLBID cookie manually(closes #17346)Remita Amine2019-01-091-2/+4
|
* remove unnecessary assignment parenthesisRemita Amine2018-05-261-5/+0
|
* [globo] use compat_strRemita Amine2018-05-211-4/+4
|
* [globo] Add entry for netrc authenticationRemita Amine2018-05-211-0/+1
|
* [globo] handle login errorsRemita Amine2018-05-211-11/+20
|
* [globo] improve extraction(closes #4189)Remita Amine2018-05-211-282/+43
| | | | | | - add support for authentication - simplify url signing - extract DASH and MSS formats
* [globo:article] Add support for multiple videos (Closes #10653)Sergey M․2016-09-171-11/+28
|
* Add missing r prefix for _VALID_URLsstepshal2016-09-081-2/+2
|
* [globo:article] Relax _VALID_URL and video id regex (Closes #10379)Sergey M․2016-08-191-2/+5
|
* [globo] Switch to new-style classesSergey M․2016-02-141-1/+1
|
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-4/+2
| | | | Now all _extract_*_formats routines return a list
* [globo] Add more testsSergey M․2015-11-041-2/+11
|
* [globo:article] Fix testSergey M․2015-11-041-1/+1
|
* [globo] Force uploader id to be stringSergey M․2015-11-041-3/+4
|
* [globo] Update testsSergey M․2015-11-041-9/+21
|
* [globo] Improve http formatsSergey M․2015-11-041-2/+2
|
* [globo] Remove like countSergey M․2015-11-041-5/+0
| | | | It's no longer provided
* [globo] Remove non available testSergey M․2015-11-041-12/+0
|
* [globo] Prefer native m3u8Sergey M․2015-11-041-1/+2
|
* [globo] Skip unsupported smooth streamingSergey M․2015-11-041-1/+1
|
* [globo] Improve m3u8 extractionSergey M․2015-11-041-1/+4
|
* [globo] Separate article extractorSergey M․2015-11-041-65/+75
|
* [globo] Fix extraction and make more robust (Closes #6728)Sergey M․2015-09-011-5/+6
|
* * Change globo.py flash ver to 17.0.0.132 - Chrome 42.0.2311.22Leonardo Amaral2015-03-121-1/+1
|
* [globo] Properly extract m3u8 formats (#4346 #4832)Sergey M․2015-02-011-8/+11
|
* [globo] Fix error on some globo videoskinetoskombi2015-01-311-2/+17
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-3/+5
| | | | | | | 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 .
* [globo] Initial extractor implementation (Closes #3823)Sergey M․2014-10-041-0/+398