about summary refs log tree commit diff
path: root/youtube_dl/extractor/infoq.py
Commit message (Collapse)AuthorAgeFilesLines
* [infoq] fix format extraction(closes #25984)Remita Amine2020-11-201-3/+4
|
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-3/+3
|
* Switch codebase to use compat_b64decodeSergey M․2018-01-231-3/+2
|
* [infoq] fix http format downloadingRemita Amine2017-10-121-11/+13
|
* Fix some regexesSergey M․2017-10-091-3/+3
|
* [infoq] Make audio format extraction non fatal (closes #12938)Sergey M․2017-05-011-2/+2
|
* [infoq] Add audio only format if available (#11565)Mattias Wadman2017-02-031-10/+53
| | | | | | | | | | | | | | | | | | | | | | | * [infoq] Add audio only format if available Refactor cookie code into a function. Renamed formats to http_video, http_audio, rtmp_video Renamed extract functions to video instead of videos as they return one or no video. * [infoq] Rename to _extract_cookies as it more than one * [infoq] Remove redundant determine_ext * [infoq] Add comment about hardcoded URL * [infoq] Use _hidden_inputs instead of messy regex * [infoq] Probe if audio URL is valid Make it possible to pass headers to _is_valid_url * [infoq] Add audio only test
* [infoq] Use BokeCC extractor functionYen Chi Hsuan2016-02-271-27/+4
|
* [infoq] Refactor and support the Chinese versionYen Chi Hsuan2015-12-131-16/+60
| | | | Closes #7576
* [infoq] Fix extraction for HTTP URLs (closes #7739)Yen Chi Hsuan2015-12-131-8/+11
|
* [infoq] Use compat_urllib_parse_unquoteSergey M․2015-07-171-2/+2
|
* [infoq] Fix extraction (closes #6141)Yen Chi Hsuan2015-07-031-2/+3
|
* [infoq] Relax _VALID_URL (Closes #6071)Sergey M․2015-06-251-3/+6
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-5/+2
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [infoq] Add support for HTTP downloads (Fixes #722)Philipp Hagemeister2014-04-211-8/+19
|
* [infoq] Simplify (#2777)Philipp Hagemeister2014-04-211-12/+10
|
* [infoq] Simplify playpath calculationKai Weber2014-04-201-2/+6
|
* [infoq] Fix extractorKai Weber2014-04-201-24/+23
|
* Remove unused imports and simplifyPhilipp Hagemeister2014-02-021-4/+4
|
* [infoq] Simplify and use unicode_literalsJaime Marquínez Ferrándiz2014-01-291-23/+16
|
* Tests: Add coding to filesPhilipp Hagemeister2013-06-271-1/+1
|
* [infoq] move testsPhilipp Hagemeister2013-06-271-0/+12
|
* Move infoq into its own filePhilipp Hagemeister2013-06-231-0/+50