aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vier.py
AgeCommit message (Collapse)Author
2017-07-05[vier] Adapt extraction to redesign (#13575)Sergey M․
2017-05-17[vier] Relax regexes and extract more metadata (closes #12539)Sergey M․
2017-05-17[vier] Extract more infomrBliss
Extract the `episode_number` and `upload_date`. Also extract the real `description`.
2017-05-15[vier] PEP 8 and cleanupSergey M․
2017-05-15[vier] Improve extractionmrBliss
+ Add support for authentication * Bypass authentication when no credentials provded * Improve extraction robustness
2017-04-08[vier] Add IE_DESCmidas02
2017-03-05[vier] Add support for vijf.beLars Vierbergen
vier.be and vijf.be run on the same CMS and are property of the same company, so the same extractor can be used for both of them.
2016-10-19[extractor/common] try to extract non smil wowza mpd manifestsRemita Amine
2016-09-16[common] add helper method for Wowza Streaming Engine format extractionRemita Amine
2016-03-27Remove _sort_formats from _extract_*_formats methodsSergey M․
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
2015-09-09[vier:videos] Fix extraction with old approach (Closes #6806)Sergey M․
2015-05-18[vier] Fix extractionSergey M․
2015-01-02[vier:videos] Tune _VALID_URL not to match single videosSergey M․
2015-01-02[vier:videos] Tune _VALID_URLSergey M․
2015-01-02[vier] Simplify, add support for more URL formats, extract all playlist ↵Sergey M․
pages when page is not specified
2015-01-02[vier] Add new extractorThijs Vermeir