Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [globo:article] Add support for multiple videos (Closes #10653) | Sergey M․ | 2016-09-17 | 1 | -11/+28 |
| | |||||
* | Add missing r prefix for _VALID_URLs | stepshal | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | [globo:article] Relax _VALID_URL and video id regex (Closes #10379) | Sergey M․ | 2016-08-19 | 1 | -2/+5 |
| | |||||
* | [globo] Switch to new-style classes | Sergey M․ | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | 2015-12-29 | 1 | -4/+2 |
| | | | | Now all _extract_*_formats routines return a list | ||||
* | [globo] Add more tests | Sergey M․ | 2015-11-04 | 1 | -2/+11 |
| | |||||
* | [globo:article] Fix test | Sergey M․ | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | [globo] Force uploader id to be string | Sergey M․ | 2015-11-04 | 1 | -3/+4 |
| | |||||
* | [globo] Update tests | Sergey M․ | 2015-11-04 | 1 | -9/+21 |
| | |||||
* | [globo] Improve http formats | Sergey M․ | 2015-11-04 | 1 | -2/+2 |
| | |||||
* | [globo] Remove like count | Sergey M․ | 2015-11-04 | 1 | -5/+0 |
| | | | | It's no longer provided | ||||
* | [globo] Remove non available test | Sergey M․ | 2015-11-04 | 1 | -12/+0 |
| | |||||
* | [globo] Prefer native m3u8 | Sergey M․ | 2015-11-04 | 1 | -1/+2 |
| | |||||
* | [globo] Skip unsupported smooth streaming | Sergey M․ | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | [globo] Improve m3u8 extraction | Sergey M․ | 2015-11-04 | 1 | -1/+4 |
| | |||||
* | [globo] Separate article extractor | Sergey M․ | 2015-11-04 | 1 | -65/+75 |
| | |||||
* | [globo] Fix extraction and make more robust (Closes #6728) | Sergey M․ | 2015-09-01 | 1 | -5/+6 |
| | |||||
* | * Change globo.py flash ver to 17.0.0.132 - Chrome 42.0.2311.22 | Leonardo Amaral | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | [globo] Properly extract m3u8 formats (#4346 #4832) | Sergey M․ | 2015-02-01 | 1 | -8/+11 |
| | |||||
* | [globo] Fix error on some globo videos | kinetoskombi | 2015-01-31 | 1 | -2/+17 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 1 | -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-04 | 1 | -0/+398 |