summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/twitch.py
Commit message (Expand)AuthorAgeFilesLines
...
* [twitch] Update usher URL (Closes #9975)Sergey M․2016-07-011-1/+1
* [twitch:clips] Add extractor (Closes #9767)Sergey M․2016-06-141-0/+43
* [twitch:vod] Use native hlsSergey M․2016-06-051-1/+1
* [twitch:bookmarks] Remove extractorSergey M․2016-05-131-26/+0
* [twitch] Skip dead testsSergey M․2016-05-121-0/+3
* Use urlencode_postdata across the codebaseSergey M․2016-03-261-1/+2
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-5/+4
* [twitch:playlistbase] Clarify pagination bugSergey M․2016-03-151-1/+2
* Added flag for 'allow_audio_only' format in Twitch queriesBenjamin Congdon2016-03-071-0/+2
* [twitch:playlistbase] Fix all at once fetchSergey M․2016-03-031-2/+1
* [twitch:playlistbase] Restore original _PAGE_LIMITSergey M․2016-03-031-1/+1
* [twitch:playlistsbase] Use orderedSetSergey M․2016-03-031-1/+2
* [twitch] Workaround broken paging (Closes #8740)Sergey M․2016-03-031-5/+22
* [twitch:playlistbase] Mark brokenSergey M․2016-03-031-0/+3
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-3/+3
* [twitch:vod] FormattingSergey M․2015-10-171-6/+6
* [twitch:vod] Improve extractionSergey M․2015-10-171-5/+15
* [twitch] Improve authenticationSergey M․2015-10-171-9/+11
* [twitch] Fix login (Closes #6599)Sergey M․2015-08-181-2/+10
* [twitch:vod] Add test for #6585Sergey M․2015-08-171-2/+21
* [twitch] Make more robustSergey M․2015-08-171-7/+8
* [twitch] Allow untitled videos (Closes #6585)Sergey M․2015-08-171-1/+1
* [twitch] Parse start_time from 't' (closes #6441)Niklas Haas2015-08-031-1/+11
* [twitch:stream] Improve _VALID_URL (Closes #6294)Sergey M․2015-07-201-3/+6
* [twitch:stream] Clarify channel_id reassignment rationale (#6263)Sergey M․2015-07-181-0/+4
* [twitch:stream] Fix channel_id in different case (Closes #6263)Sergey M․2015-07-181-0/+2
* [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputsSergey M․2015-07-141-1/+1
* [twitch] Use `_form_hidden_inputs` when logging inSergey M․2015-07-101-3/+1
* [twitch] Fix non-ASCII logins/passwords on python 2Sergey M․2015-07-101-2/+2
* [twitch] Show reset password requestSergey M․2015-07-101-0/+3
* [twitch] Fix error message regexSergey M․2015-07-101-4/+5
* [twitch] Fix login (Closes #6186)Sergey M․2015-07-101-14/+8
* [twitch:vod] Update _TESTYen Chi Hsuan2015-06-281-8/+8
* [twitch:vod] Fix 'Source' format in m3u8 (closes #6115)Yen Chi Hsuan2015-06-281-1/+1
* [twitch] Only match digits for the video idJaime Marquínez Ferrándiz2015-03-221-3/+3
* [twitch] Fix loginSergey M․2015-03-201-4/+5
* [twitch] Fix live streams (Closes #5158)Sergey M․2015-03-081-4/+3
* [twitch:vod] Prefer source stream (Fixes #5143)Philipp Hagemeister2015-03-061-7/+10
* Make sure netrc works for all extractors with login supportPhilipp Hagemeister2015-03-031-0/+1
* [twitch] Pass api_token along with every request (Closes #3986)Sergey M․2015-02-281-1/+9
* PEP8 fixesPhilipp Hagemeister2015-02-171-0/+1
* [twitch:stream] Prefer the 'source' format (fixes #4972)Jaime Marquínez Ferrándiz2015-02-171-0/+6
* [twitch] PEP8Jaime Marquínez Ferrándiz2015-01-231-1/+1
* [twitch] Add support for bookmarksSergey M․2015-01-231-5/+36
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-01-231-1/+2
|\
| * [twitch:stream] Randomize querySergey M․2015-01-221-1/+2
* | [twitch] PEP8Philipp Hagemeister2015-01-221-1/+1
|/
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-01-221-3/+94
|\
| * [twitch] Add support for streams (Closes #893, closes #3693, closes #1884)Sergey M․2015-01-221-3/+94
* | [twitch] Move URL matching tests into extractorPhilipp Hagemeister2015-01-221-2/+5
|/