summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2020.11.21 2020.11.21Sergey M․2020-11-217-14/+14
|
* [youtube:tab] Comment out testSergey M․2020-11-211-4/+7
|
* [svtplay] Fix test titleSergey M․2020-11-211-1/+1
|
* [svtplay] Add support for svt.se/barnkanalen (closes #24817)Sergey M․2020-11-211-2/+12
|
* [svt] Extract timestamp and thumbnail in more cases (#27130)Mattias Wadman2020-11-211-9/+25
| | | | | | Add timestamp, set to "valid from" which i think could been seen as publish time. Add thumbnail in more cases, seems to was only done in the embedded data case for some reason. Switch svtplay test url to an existing video and also one with no expire date. Also add an additional thumbnail url test regex.
* Fix typos (#27084)Josh Soref2020-11-2117-51/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling: authorization Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: brightcove Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: creation Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exceeded Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exception Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extension Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extracting Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extraction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: frontline Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: improve Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: length Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: listsubtitles Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: multimedia Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: obfuscated Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: partitioning Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlists Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: restriction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: services Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: split Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: srmediathek Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: support Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: thumbnail Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: verification Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: whitespaces Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* [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-212-60/+55
| | | | #27126)
* [infoq] fix format extraction(closes #25984)Remita Amine2020-11-201-3/+4
|
* [francetv] Update to fix thumbnail URL issue (#27120)renalid2020-11-201-1/+1
| | | | | | | | | Fix the thumbnail URL. The issue was here for many years, never fixed. It's done ! :-) Example : https://www.france.tv/france-2/de-gaulle-l-eclat-et-le-secret/de-gaulle-l-eclat-et-le-secret-saison-1/2035247-solitude.html failed thumbnail url generated : http://pluzz.francetv.fr/staticftv/ref_emissions/2020-11-02/EMI_1104da66f533cc7dc5d0d07a181a18c2e2fe1d81_20201014122553940.jpg right thumbnail url fixed : https://sivideo.webservices.francetelevisions.fr/staticftv/ref_emissions/2020-11-02/EMI_1104da66f533cc7dc5d0d07a181a18c2e2fe1d81_20201014122553940.jpg
* [downloader/http] Fix crash during urlopen caused by missing reason of URLErrorSergey M․2020-11-211-1/+3
|
* [YoutubeDL] Fix --ignore-errors for playlists with generator-based entries ↵Sergey M․2020-11-212-21/+101
| | | | of url_transparent (closes #27064)
* [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
|
* [discoverynetworks] add support new TLC/DMAX URLs(closes #27100)Remita Amine2020-11-201-1/+4
|
* [rai] fix protocol relative relinker URLs(closes #22766)Remita Amine2020-11-201-2/+2
|
* [rai] fix unavailable video format detectionRemita Amine2020-11-201-1/+1
|
* [rai] improve extractionRemita Amine2020-11-201-55/+27
|
* [rai] Fix extraction for recent raiplay.it updates (#27077)Leonardo Taccari2020-11-201-74/+52
| | | | | | | | | | | | | - Remove first test of RaiPlayIE: it is no longer available - Make RaiPlayIE extension-agnostic (passing possible `.json' URLs is now supported too) - Adjust RaiPlayLiveIE to recent raiplay.it updates. Passing it as `url_transparent' is no longer supported (there is no longer an accessible ContentItem) - Adjust RaiPlayPlaylistIE to recent raiplay.it updates and instruct it about ContentSet-s. - Update a RaiIE test and remove two tests that are no longer availables Thanks to @remitamine for the review!
* [viki] improve format extractionRemita Amine2020-11-191-59/+83
|
* [viki] fix stream extraction from mpd (#27092)beefchop2020-11-191-0/+3
| | | Co-authored-by: beefchop <beefchop@users.noreply.github.com>
* [googledrive] fix format extraction(closes #26979)Remita Amine2020-11-191-37/+21
|
* [amara] improve extractionRemita Amine2020-11-191-58/+85
|
* [Amara] Add new extractor (#20618)Joost Verdoorn2020-11-192-0/+77
| | | * [Amara] Add new extractor
* [vimeo:album] fix extraction(closes #27079)Remita Amine2020-11-191-4/+7
|
* [mtv] fix mgid extraction(closes #26841)Remita Amine2020-11-191-0/+12
|
* release 2020.11.19 2020.11.19Sergey M․2020-11-198-17/+17
|
* [ChangeLog] ActualizeSergey M․2020-11-191-0/+20
| | | | [ci skip]
* [youporn] Fix upload date extraction and make comment count optional (closes ↵Sergey M․2020-11-191-4/+3
| | | | #26986)
* [arte] Rework extractorsSergey M․2020-11-193-65/+100
| | | | | | | * Reimplement embed and playlist extractors to delegate to the single entrypoint artetv extractor Beware reluctant download archive extractor keys breakage. * Improve embeds detection (closes #27057) - Remove obsolete code
* [arte] Extract m3u8 formats (closes #27061)Sergey M․2020-11-191-1/+18
|
* [mgtv] fix format extraction(closes #26415)Remita Amine2020-11-181-3/+7
|
* [extractor/common] Output error for invalid URLs in _is_valid_url (refs ↵Sergey M․2020-11-181-2/+3
| | | | #21400, refs #24151, refs #25617, refs #25618, refs #25586, refs #26068, refs #27072)
* [lbry] add support for odysee.com domain(closes #26806)Remita Amine2020-11-181-1/+4
|
* [francetv] improve info extractionRemita Amine2020-11-171-11/+12
|
* [francetv] Add fallback video url extraction (#27047)gdzx2020-11-171-4/+28
| | | | | Fallback on another API endpoint when no video formats are found. Closes ytdl-org#22561
* release 2020.11.18 2020.11.18Sergey M․2020-11-188-16/+14
|
* [ChangeLog] ActualizeSergey M․2020-11-181-0/+16
| | | | [ci skip]
* [spiegel] Fix extraction (closes #24206, closes #24767)Sergey M․2020-11-183-148/+25
| | | | Code picked from PR #24767 since original repo is not available due to takedown.
* [youtube] Improve extractionSergey M․2020-11-182-96/+142
| | | | | | | + Add support for --no-playlist (closes #27009) * Improve playlist and mix extraction (closes #26390, closes #26509, closes #26534, closes #27011) + Extract playlist uploader data * Update tests
* [youtube:tab] fix view_count extraction(closes #27051)Remita Amine2020-11-171-2/+2
|
* [malltv] fix extraction(closes #27035)Remita Amine2020-11-171-14/+46
|
* [bandcamp] extract playlist_description(closes #22684)Remita Amine2020-11-171-1/+6
|
* [urplay] fix extraction(closes #26828)Remita Amine2020-11-171-26/+51
|
* [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
|
* release 2020.11.17 2020.11.17Sergey M․2020-11-178-15/+15
|
* [ChangeLog] ActualizeSergey M․2020-11-171-0/+24
| | | | [ci skip]
* [youtube:tab] Fix extraction with cookies provided (closes #27005)Sergey M․2020-11-171-6/+13
|