aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/shared.py
Commit message (Expand)AuthorAgeFilesLines
* [vivo] Fix extraction (closes #11003)Sergey M․2016-10-231-39/+61
* [shared] Modernize and make more robustSergey M․2016-07-271-8/+10
* [shared] Respect redirect URL (Closes #10170)Sergey M․2016-07-271-2/+4
* Use urlencode_postdata across the codebaseSergey M․2016-03-261-2/+2
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-5/+3
* [shared] Add filesize to testSergey M․2015-08-261-0/+1
* [shared] Add test for vivoSergey M․2015-08-261-2/+11
* [shared] Clarify IE_DESCSergey M․2015-08-261-0/+1
* [shared] Extend _VALID_URL to support vivo.sx (Closes #6681)Sergey M․2015-08-261-1/+1
* [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputsSergey M․2015-07-141-1/+1
* Remove unused 're' importsJaime Marquínez Ferrándiz2015-07-101-1/+0
* [shared] Use `_form_hidden_inputs`Sergey M․2015-07-101-2/+1
* [shared] Fix for python 3.2Sergey M․2015-05-221-1/+1
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-16/+22
* PEP8 appliedJouke Waleson2014-11-231-1/+1
* [shared] Update testSergey M․2014-08-131-2/+2
* [shared] Add extractor (Closes #3312)Sergey M․2014-07-241-0/+57