aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare v1.1.13Jesús2022-04-061-1/+1
|
* update issues URLJesús2022-04-061-2/+2
|
* build.sh: disable doc directory in case not existJesús2022-04-061-1/+1
|
* updated from upstream | 06/04/2022 at 00:09Jesús2022-04-0675-426/+1277
|\
| * [cleanup] Misc fixespukkandan2022-04-0533-127/+184
| | | | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
| * [ruutu] Detect embeds (#3294)Teemu Ikonen2022-04-052-1/+40
| | | | | | Authored by: tpikonen
| * [crunchyroll:playlist] Implement beta API (#2955)Jeff Huffman2022-04-051-45/+155
| | | | | | | | | | Closes #3121, #2930 Authored by: tejing1
| * [TikTok] Fix URLs with user id (#3295)Ha Tien Loi2022-04-041-2/+35
| | | | | | | | Closes #3243 Authored by: hatienl0i261299
| * [cleanup] Use `_html_extract_title`pukkandan2022-04-0438-80/+51
| |
| * Fallback to video-only format when selecting by extensionpukkandan2022-04-041-32/+19
| | | | | | | | Closes #3296
| * Fix filepath sanitization in `--print-to-file`pukkandan2022-04-041-9/+14
| |
| * [Imdb] Improve extractor (#3291)Ha Tien Loi2022-04-041-32/+32
| | | | | | | | Closes #3283 Authored by: hatienl0i261299
| * [Cybrary] Add extractor (#3264)Tim Schindler2022-04-042-0/+150
| | | | | | Authored by: aaearon
| * [openrec] Download archived livestreams (#3267)Lesmiscore (Naoya Ozaki)2022-04-041-7/+23
| | | | | | Authored by: Lesmiscore
| * [elonet] Rewrite extractor (#3277)Fam0r2022-04-032-55/+34
| | | | | | | | Closes #2911 Authored by: Fam0r, pukkandan
| * [tenplay] Improve extractor (#3280)aarubui2022-04-031-5/+37
| | | | | | Authored by: aarubui
| * [youtube:tab] Minor improvements (See desc)pukkandan2022-04-031-3/+4
| | | | | | | | | | * Support shorts on channel homepage * Extract thumbnail of OLAK playlists
| * [youtube:search] Support hashtag entries (#3265)coletdev2022-04-021-1/+19
| | | | | | Authored-by: coletdjnz
| * [web.archive:youtube] Make CDX API requests non-fatalcoletdjnz2022-04-021-2/+4
| | | | | | | | | | Partial fix for https://github.com/yt-dlp/yt-dlp/issues/3278 Authored-by: coletdjnz
| * [rai] Fix extraction of http formats (#3272)nixxo2022-04-011-1/+1
| | | | | | | | Closes #3270 Authored by: nixxo
| * [Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0pukkandan2022-04-021-1/+1
| |
| * [niconico] Fix extraction of thumbnails and uploader (#3266)Lesmiscore (Naoya Ozaki)2022-04-012-6/+19
| |
| * [utils] `traverse_obj`: Allow filtering by valuepukkandan2022-03-313-6/+6
| |
| * [utils] Add `try_call`pukkandan2022-03-315-19/+25
| |
| * [BRMediathek] Fix VALID_URLpukkandan2022-03-311-1/+4
| | | | | | | | Closes #2466
| * [AZMedien] Support `tv.telezueri.ch` (#3251)Alexander Seiler2022-03-301-2/+5
| | | | | | Authored by: goggle
| * [Craftsy] Add extractor (#3208)Bricio2022-03-302-0/+72
| | | | | | Authored by: Bricio
| * [viu] Fix bypass for preview (#3247)zackmark292022-03-301-4/+5
| | | | | | Authored by: zackmark29
| * [crunhyroll] Fix inheritancepukkandan2022-03-302-25/+31
| | | | | | | | https://github.com/yt-dlp/yt-dlp/pull/2955#issuecomment-1083060465
| * [docs] Clarify the exact `BSD` license of dependencies (#3197)MrRawes2022-03-301-4/+4
| | | | | | Authored by: MrRawes
| * [docs] Add an `.editorconfig` file (#3220)Felix S2022-03-301-0/+8
| | | | | | Authored by: fstirlitz
| * [xnxx] Add `xnxx3.com` (#3188)Daniel2022-03-301-1/+4
| | | | | | Authored by: rozari0
| * [dailymotion] Support `geo.dailymotion.com` (#3230)Ha Tien Loi2022-03-301-2/+21
| | | | | | | | Closes #3229 Authored by: hatienl0i261299
| * Fix bug in 8a7f68d0b12d0f4910a15b59a3ec090bbf83b6f2pukkandan2022-03-301-1/+1
| | | | | | | | Closes #3241
* | updated from upstream | 30/03/2022 at 01:24Jesús2022-03-3032-386/+1229
|\|
| * [YouTube] Add new age-gate bypass (#3233)David2022-03-292-19/+43
| | | | | | | | Closes #3182 Authored by: zerodytrash, pukkandan
| * [ffmpeg] Cache version datapukkandan2022-03-292-24/+20
| | | | | | | | Related: https://github.com/dasl-/pifi/issues/9
| * [WasdTV] Add extractor (#3045)Ha Tien Loi2022-03-272-0/+166
| | | | | | | | Closes #3041 Authored by: un-def, hatienl0i261299
| * [viki] Don't attempt to modify URLs with signature (#3222)nyuszika7h2022-03-271-1/+1
| | | | | | | | | | Closes #1379 Authored by: nyuszika7h
| * [BiliIntl] Support user-generated videos (#3203)Luc Ritchie2022-03-271-22/+45
| | | | | | Authored by: wlritchi
| * Fix `--no-overwrite` for playlist infojsonpukkandan2022-03-281-10/+11
| | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/1467#issuecomment-1079922971
| * [utils] Add `filter_dict`pukkandan2022-03-284-15/+14
| |
| * [youtube:tab] Fix duration extraction for shorts (#3171)coletdev2022-03-283-6/+14
| | | | | | | | Related: https://github.com/TeamNewPipe/NewPipe/issues/8034 Authored-by: coletdjnz
| * [go,viu] Extract subtitles from the m3u8 manifest (#3219)Felix S2022-03-272-5/+6
| | | | | | Authored by: fstirlitz
| * [ITProTV] Add extractor (#3196)Tim Schindler2022-03-272-0/+147
| | | | | | Authored by: aaearon
| * [BanBye] Add extractor (#3177)mehq2022-03-272-0/+157
| | | | | | | | Closes #3175 Authored by: mehq
| * [youtube] Fix auto-translated automatic captionspukkandan2022-03-271-4/+4
| | | | | | | | | | | | d49669acad71f640ffd8b78f0ea7911ae1f67720 only covered ASR Closes #2956
| * [youtube] Add extractor-arg to skip auto-translated subspukkandan2022-03-272-1/+3
| |
| * Show warning when all media formats have DRMpukkandan2022-03-271-2/+8
| | | | | | | | Related: #1379
| * [youtube] Detect DRM bettershirt2022-03-271-1/+2
| | | | | | | | Authored by: shirt-dev