about summary refs log tree commit diff
path: root/youtube_dl/extractor/twitch.py
Commit message (Expand)AuthorAgeFilesLines
* [twitch] Set OAuth token for GraphQL requests using auth-token cookie (#27790)main()2021-01-141-4/+8
* [twitch] Improve login error extractionSergey M․2021-01-101-1/+2
* [twitch] Fix authentication (refs #27743)Sergey M․2021-01-101-1/+1
* [twitch] RefactorSergey M․2021-01-061-25/+23
* [twitch] Drop legacy kraken API v5 code altogetherSergey M․2021-01-061-83/+0
* [twitch:vod] Switch to GraphQL for video metadataSergey M․2021-01-061-2/+41
* [twitch] Improve access token extraction and remove unused code (closes #27646)Sergey M․2021-01-061-18/+15
* [twitch] Switch access token to GraphQL and refactor.23rd2021-01-061-46/+68
* [twitch] Switch streams to GraphQL and refactor (closes #26535)Sergey M․2020-09-201-63/+83
* [twitch] Rework extractors (closes #12297, closes #20414, closes #20604, clos...Sergey M․2020-09-061-244/+420
* [twitch:stream] Expect 400 and 410 HTTP errors from APISergey M․2020-06-061-1/+4
* [twitch:stream] Fix extraction (closes #25528)Sergey M․2020-06-061-11/+18
* [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531)Sergey M․2020-06-061-2/+21
* [twitch:clips] Extend _VALID_URL (closes #24290) (#24642)Felix Stupp2020-04-071-1/+14
* [twitch:stream] Lowercase channel id for stream request (closes #23917)Sergey M․2020-02-011-2/+2
* [twitch] fix clip extraction(closes #23375)Remita Amine2019-12-131-47/+63
* [twitch] extract m3u8 formats frame rate(closes #23333)Remita Amine2019-12-061-0/+2
* [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