aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/twitch.py
Commit message (Expand)AuthorAgeFilesLines
* [twitch] fix video comments URL(#18593)(closes #15828)Remita Amine2019-11-091-3/+2
* [twitch] add support for Clip embed URLsRemita Amine2019-11-091-1/+4
* [twitch] update VOD URL matching (closes #22395) (#22727)MobiDotS2019-10-161-1/+4
* [twitch:vod] Actualize m3u8 URL (#21538, #21607)David Caldwell2019-07-031-1/+1
* [twitch] Prefer source format (closes #20850)Sergey M․2019-04-271-2/+2
* [twitch] Add new source format detection approach (closes #19193)Sergey M․2019-02-121-1/+6
* [twitch] Don't pollute default headers dictSergey M․2018-09-171-1/+3
* [twitch:clips] Extend _VALID_URL (closes #17559)Sergey M․2018-09-141-2/+6
* [twitch] Update cliend id and modernize (closes #17126)Sergey M․2018-08-031-14/+8
* [twitch] Fix authentication (closes #17024)Tim Broder2018-08-031-7/+13
* [twitch:vod] Improve _VALID_URL (closes #17135)Sergey M․2018-08-021-1/+4
* Improve URL extractionSergey M․2018-07-211-2/+3
* remove unnecessary assignment parenthesisRemita Amine2018-05-261-1/+1
* [twitch:clips] Sort formatsSergey M․2018-05-121-0/+2
* [twitch:clips] Fix extraction (closes #16429)Sergey M․2018-05-111-33/+67
* [twitch] Extract is_live according to status (closes #16259)Sergey M․2018-04-241-0/+8
* [twitch] Add support for mobile URLs (closes #16146)Sergey M․2018-04-101-13/+34
* [twitch] Fix authentication and error capture (closes #14090, closes #15264)Sergey M․2018-01-161-2/+11
* [twitch] Pass video id to url_result when extracting playlistLuc Ritchie2018-01-031-1/+8
* Remove sensitive data from logging in messagesSergey M․2017-11-111-1/+1
* [twitch:clips] Fix title extractionJ.D. Purcell2017-10-231-1/+1
* [twitch] Add support for go.twitch.tv URLs (closes #14215)Sergey M․2017-09-151-3/+6
* [twitch] PEP8Yen Chi Hsuan2017-03-071-1/+1
* [twitch] Use better naming and simplify (closes #11974)Sergey M․2017-03-051-19/+12
* [twitch] Add basic support for two-factor authenticationXiao Di Guan2017-03-051-33/+48
* [twitch:stream] Improve _VALID_URL (closes #11971)Sergey M․2017-02-041-1/+25
* [twitch:vod] Expand _VALID_URL (closes #11846)Sergey M․2017-01-271-1/+4
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-3/+3
* [twitch:vod] Improve _VALID_URL (closes #11537)Sergey M․2016-12-311-22/+11
* [twitch] Added support for player.twitch.tv URLs (closes #11535)Robert Smith2016-12-311-1/+22
* [twitch] Add support for rechat messages (closes #11524)Sergey M․2016-12-241-0/+13
* [twitch] Adapt to new videos pages schema (closes #11469)Sergey M․2016-12-171-7/+60
* [twitch:stream] Add support for rebroadcasts (closes #10995)Sergey M․2016-10-231-1/+2
* [twitch] Skip a 404 testYen Chi Hsuan2016-10-011-0/+1
* [twitch:stream] Remove fallback to profile extraction when stream is offlineSergey M․2016-09-181-4/+1
* [twitch] Fix api calls (Closes #10654, closes #10660)Sergey M․2016-09-151-8/+3
* [twitch] Renew authenticationSergey M․2016-08-211-13/+27
* [twitch] Refactor API callsSergey M․2016-08-211-19/+19
* [twitch] ModernizeSergey M․2016-08-211-7/+5
* [twitch:clips] Sort formatsSergey M․2016-07-291-0/+2
* [twitch:clips] Fix extraction (Closes #9767)Sergey M․2016-07-281-5/+19
* [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