about summary refs log tree commit diff
path: root/youtube_dl/extractor/youtube.py
Commit message (Expand)AuthorAgeFilesLines
* [youtube:tab] Improve grid continuation extraction (closes #28130)Sergey M․2021-02-101-3/+10
* [youtube] add support phone/tablet JS player(closes #26424)Remita Amine2021-02-081-1/+5
* [youtube] Fix release date extraction (closes #28094)Sergey M․2021-02-071-1/+23
* [youtube] Extract abr and vbr (closes #28100)Sergey M․2021-02-071-3/+11
* [youtube] skip OTF formats(#28070)Remita Amine2021-02-041-11/+17
* [youtube] Prefer DASH formats (closes #28070)Sergey M․2021-02-041-3/+9
* [youtube] pass embed URL to get_video_info requestRemita Amine2021-02-031-0/+1
* [youtube] improve subtitle extractionRemita Amine2021-02-011-25/+18
* [youtube] fix chapter extraction fallbackRemita Amine2021-02-011-3/+6
* [youtube] keep _formats array for format sorting testsRemita Amine2021-02-011-0/+105
* [youtube] remove description chapters testsRemita Amine2021-02-011-24/+67
* [youtube] Rewrite ExtractorRemita Amine2021-02-011-1247/+488
* [youtube] improve DASH formats file size extractionRemita Amine2021-01-281-1/+1
* [youtube:search] fix view_count and try to extract all video sections(closes ...Remita Amine2021-01-111-67/+50
* [youtube] Improve yt initial data extraction (closes #27524)Sergey M․2020-12-291-2/+8
* [youtube:tab] Improve URL matching (closes #27559)Sergey M․2020-12-291-0/+9
* [youtube:tab] Restore retry on browse requests (closes #27313, closes #27564)Sergey M․2020-12-291-4/+19
* [youtube] Update invidious.snopyta.org (#22667)Sergey M2020-12-271-1/+1
* [youtube:tab] Extend _VALID_URL (closes #27501)Sergey M․2020-12-261-8/+18
* [youtube] fix automatic captions extraction(closes #27162)(closes #27388)Remita Amine2020-12-241-18/+14
* [youtube] Improve xsrf token extraction (closes #27442)Sergey M․2020-12-201-11/+23
* [youtube] Add some invidious instances (#27373)toniz42020-12-131-0/+8
* [youtube:tab] Improve identity token extraction (closes #27197)Sergey M․2020-12-091-3/+14
* [youtube:tab] Make click tracking params on continuation optionalSergey M․2020-12-091-12/+12
* [youtube:tab] Delegate inline playlists to tab-based playlists (closes #27298)Sergey M․2020-12-091-2/+16
* [youtube] Remove unused code (#27343)Soneé John2020-12-091-5/+0
* [youtube:tab] Capture and output alerts (closes #27340)Sergey M․2020-12-081-0/+22
* [youtube] Improve youtu.be extraction in non-existing playlists (closes #27324)Sergey M․2020-12-071-20/+35
* [youtube:tab] Extract channels only from channels tab (closes #27266)Sergey M․2020-12-011-4/+13
* [youtube] Improve age-gated videos extraction (closes #27259)Sergey M․2020-12-011-3/+9
* [youtube] Improve yt initial player response extraction (closes #27216)Sergey M․2020-11-281-2/+7
* [youtube] imporve music metadata and license extraction(closes #26013)Remita Amine2020-11-231-1/+29
* [youtube:tab] Fix feeds extraction (closes #25695, closes #26452)Sergey M․2020-11-241-68/+93
* [youtube:tab] PEP 8Sergey M․2020-11-231-5/+5
* [youtube:favorites] Restore extractorSergey M․2020-11-231-0/+19
* [youtube:tab] Fix some weird typo (closes #27157)Sergey M․2020-11-231-1/+1
* [youtube:tab] Comment out testSergey M․2020-11-211-4/+7
* [youtube] Fix error reason extraction (#27081)Daniel Peukert2020-11-211-0/+15
* [youtube] Fix like and dislike count extraction (closes #25977)Sergey M․2020-11-211-2/+2
* [youtube:tab] Add support for current video and fix lives extraction (closes ...Sergey M․2020-11-211-59/+55
* [youtube:tab] Replace some test URLs with RIAA-friendly onesSergey M․2020-11-201-4/+4
* [youtube] Improve yt initial data extraction (closes #27093)Sergey M․2020-11-201-2/+20
* [youtube] Improve extractionSergey M․2020-11-181-92/+137
* [youtube:tab] fix view_count extraction(closes #27051)Remita Amine2020-11-171-2/+2
* [youtube:tab] Fix playlist title extraction (closes #27015)Sergey M․2020-11-171-15/+21
* [youtube] Fix chapters extraction (closes #26005)Sergey M․2020-11-171-13/+3
* [youtube:tab] Fix extraction with cookies provided (closes #27005)Sergey M․2020-11-171-6/+13
* [youtube] Remove RIAA copyrighted media from tests as per [1]Sergey M․2020-11-161-144/+1
* [youtube] Rework extractorsSergey M․2020-11-121-550/+553
* [youtube] Fix JS player URL extractionSergey M․2020-11-011-1/+4