aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/twitch.py
AgeCommit message (Expand)Author
2017-09-15[twitch] Add support for go.twitch.tv URLs (closes #14215)Sergey M․
2017-03-07[twitch] PEP8Yen Chi Hsuan
2017-03-05[twitch] Use better naming and simplify (closes #11974)Sergey M․
2017-03-05[twitch] Add basic support for two-factor authenticationXiao Di Guan
2017-02-04[twitch:stream] Improve _VALID_URL (closes #11971)Sergey M․
2017-01-27[twitch:vod] Expand _VALID_URL (closes #11846)Sergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-12-31[twitch:vod] Improve _VALID_URL (closes #11537)Sergey M․
2016-12-31[twitch] Added support for player.twitch.tv URLs (closes #11535)Robert Smith
2016-12-24[twitch] Add support for rechat messages (closes #11524)Sergey M․
2016-12-17[twitch] Adapt to new videos pages schema (closes #11469)Sergey M․
2016-10-23[twitch:stream] Add support for rebroadcasts (closes #10995)Sergey M․
2016-10-01[twitch] Skip a 404 testYen Chi Hsuan
2016-09-18[twitch:stream] Remove fallback to profile extraction when stream is offlineSergey M․
2016-09-15[twitch] Fix api calls (Closes #10654, closes #10660)Sergey M․
2016-08-21[twitch] Renew authenticationSergey M․
2016-08-21[twitch] Refactor API callsSergey M․
2016-08-21[twitch] ModernizeSergey M․
2016-07-29[twitch:clips] Sort formatsSergey M․
2016-07-28[twitch:clips] Fix extraction (Closes #9767)Sergey M․
2016-07-01[twitch] Update usher URL (Closes #9975)Sergey M․
2016-06-14[twitch:clips] Add extractor (Closes #9767)Sergey M․
2016-06-05[twitch:vod] Use native hlsSergey M․
2016-05-13[twitch:bookmarks] Remove extractorSergey M․
2016-05-12[twitch] Skip dead testsSergey M․
2016-03-26Use urlencode_postdata across the codebaseSergey M․
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
2016-03-15[twitch:playlistbase] Clarify pagination bugSergey M․
2016-03-07Added flag for 'allow_audio_only' format in Twitch queriesBenjamin Congdon
2016-03-03[twitch:playlistbase] Fix all at once fetchSergey M․
2016-03-03[twitch:playlistbase] Restore original _PAGE_LIMITSergey M․
2016-03-03[twitch:playlistsbase] Use orderedSetSergey M․
2016-03-03[twitch] Workaround broken paging (Closes #8740)Sergey M․
2016-03-03[twitch:playlistbase] Mark brokenSergey M․
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
2015-10-17[twitch:vod] FormattingSergey M․
2015-10-17[twitch:vod] Improve extractionSergey M․
2015-10-17[twitch] Improve authenticationSergey M․
2015-08-18[twitch] Fix login (Closes #6599)Sergey M․
2015-08-17[twitch:vod] Add test for #6585Sergey M․
2015-08-17[twitch] Make more robustSergey M․
2015-08-17[twitch] Allow untitled videos (Closes #6585)Sergey M․
2015-08-03[twitch] Parse start_time from 't' (closes #6441)Niklas Haas
2015-07-20[twitch:stream] Improve _VALID_URL (Closes #6294)Sergey M․
2015-07-18[twitch:stream] Clarify channel_id reassignment rationale (#6263)Sergey M․
2015-07-18[twitch:stream] Fix channel_id in different case (Closes #6263)Sergey M․
2015-07-14[extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputsSergey M․
2015-07-10[twitch] Use `_form_hidden_inputs` when logging inSergey M․
2015-07-10[twitch] Fix non-ASCII logins/passwords on python 2Sergey M․
2015-07-10[twitch] Show reset password requestSergey M․