aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/globo.py
AgeCommit message (Collapse)Author
2016-09-17[globo:article] Add support for multiple videos (Closes #10653)Sergey M․
2016-09-08Add missing r prefix for _VALID_URLsstepshal
2016-08-19[globo:article] Relax _VALID_URL and video id regex (Closes #10379)Sergey M․
2016-02-14[globo] Switch to new-style classesSergey M․
2015-12-29Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․
Now all _extract_*_formats routines return a list
2015-11-04[globo] Add more testsSergey M․
2015-11-04[globo:article] Fix testSergey M․
2015-11-04[globo] Force uploader id to be stringSergey M․
2015-11-04[globo] Update testsSergey M․
2015-11-04[globo] Improve http formatsSergey M․
2015-11-04[globo] Remove like countSergey M․
It's no longer provided
2015-11-04[globo] Remove non available testSergey M․
2015-11-04[globo] Prefer native m3u8Sergey M․
2015-11-04[globo] Skip unsupported smooth streamingSergey M․
2015-11-04[globo] Improve m3u8 extractionSergey M․
2015-11-04[globo] Separate article extractorSergey 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.22Leonardo Amaral
2015-02-01[globo] Properly extract m3u8 formats (#4346 #4832)Sergey M․
2015-01-31[globo] Fix error on some globo videoskinetoskombi
2014-11-23PEP8 appliedJouke Waleson
2014-11-02[util] Move compatibility functions out of utilPhilipp 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․