aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Ignore `mhtml` formats from `-f mergeall`pukkandan2022-04-071-1/+2
| | | | | | | | Closes #3324
| * [AfreecaTV] Add `AfreecaTVUserIE` (#3286)Ha Tien Loi2022-04-072-1/+58
| | | | | | | | Closes #3257 Authored by: hatienl0i261299
| * [FfmpegMetadata] Write id3v1 tagspukkandan2022-04-071-0/+3
| |
| * [youtube] Fix uploader for collaborative playlists (#3332)coletdev2022-04-072-6/+27
| | | | | | Authored by: coletdjnz
| * [TVer] Fix extractor (#3268)Lesmiscore (Naoya Ozaki)2022-04-071-47/+64
| | | | | | Authored by: Lesmiscore
| * [test] Add `test_locked_file`pukkandan2022-04-072-2/+34
| |
| * [utils] locked_file: Fix non-blocking non-exclusive lockpukkandan2022-04-071-8/+5
| |
| * [utils] locked_file: Do not truncate files before locking (#2994)Justin Keogh2022-04-061-4/+19
| | | | | | Authored by: jakeogh, pukkandan
| * [twitcasting] Don't return multi_video for archive with single hls manifest ↵Lesmiscore (Naoya Ozaki)2022-04-071-0/+8
| | | | | | | | | | (#3319) Authored by: Lesmiscore
| * [Moviepilot] Add extractor (#3282)panatexxa2022-04-062-0/+116
| | | | | | Authored by: panatexxa
* | updated from upstream | 07/04/2022 at 02:21Jesús2022-04-074-55/+86
|\|
| * [fptplay] Fix metadata extraction (#3218)Ha Tien Loi2022-04-061-9/+28
| | | | | | Authored by: hatienl0i261299
| * Do not lock downloading file on Windowspukkandan2022-04-051-0/+4
| | | | | | | | Closes #3124
| * Do not prevent download if locking is unsupportedpukkandan2022-04-052-45/+52
| | | | | | | | | | | | | | Closes #3022 Failure to lock download-archive is still fatal. This is consistent with youtube-dl's behavior
| * [http] Fix #3215pukkandan2022-04-051-1/+2
| |
* | 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
|\|