Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | [skip travis] revert automerge for now | Unknown | |
2020-09-02 | [skip travis] adding automerge support | Unknown | |
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling | |||
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2019-10-22 | [globo] handle alternative hash signing method | Remita Amine | |
2019-10-15 | [globo] extract subtitles(closes #22713) | Remita Amine | |
2019-10-09 | [globo] fix format extraction(closes #20319) | Remita Amine | |
2019-01-09 | [globo] set GLBID cookie manually(closes #17346) | Remita Amine | |
2018-05-26 | remove unnecessary assignment parenthesis | Remita Amine | |
2018-05-21 | [globo] use compat_str | Remita Amine | |
2018-05-21 | [globo] Add entry for netrc authentication | Remita Amine | |
2018-05-21 | [globo] handle login errors | Remita Amine | |
2018-05-21 | [globo] improve extraction(closes #4189) | Remita Amine | |
- add support for authentication - simplify url signing - extract DASH and MSS formats | |||
2016-09-17 | [globo:article] Add support for multiple videos (Closes #10653) | Sergey M․ | |
2016-09-08 | Add missing r prefix for _VALID_URLs | stepshal | |
2016-08-19 | [globo:article] Relax _VALID_URL and video id regex (Closes #10379) | Sergey M․ | |
2016-02-14 | [globo] Switch to new-style classes | Sergey M․ | |
2015-12-29 | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | |
Now all _extract_*_formats routines return a list | |||
2015-11-04 | [globo] Add more tests | Sergey M․ | |
2015-11-04 | [globo:article] Fix test | Sergey M․ | |
2015-11-04 | [globo] Force uploader id to be string | Sergey M․ | |
2015-11-04 | [globo] Update tests | Sergey M․ | |
2015-11-04 | [globo] Improve http formats | Sergey M․ | |
2015-11-04 | [globo] Remove like count | Sergey M․ | |
It's no longer provided | |||
2015-11-04 | [globo] Remove non available test | Sergey M․ | |
2015-11-04 | [globo] Prefer native m3u8 | Sergey M․ | |
2015-11-04 | [globo] Skip unsupported smooth streaming | Sergey M․ | |
2015-11-04 | [globo] Improve m3u8 extraction | Sergey M․ | |
2015-11-04 | [globo] Separate article extractor | Sergey M․ | |
2015-09-01 | [globo] Fix extraction and make more robust (Closes #6728) | Sergey M․ | |
2015-03-12 | * Change globo.py flash ver to 17.0.0.132 - Chrome 42.0.2311.22 | Leonardo Amaral | |
2015-02-01 | [globo] Properly extract m3u8 formats (#4346 #4832) | Sergey M․ | |
2015-01-31 | [globo] Fix error on some globo videos | kinetoskombi | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp 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-10-04 | [globo] Initial extractor implementation (Closes #3823) | Sergey M․ | |