aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Move changelog to seperate filepukkandan2021-01-082-49/+62
|
* Update to ytdl-2021.01.08pukkandan2021-01-0824-423/+844
|
* [CI] Created quick-testpukkandan2021-01-083-16/+36
|
* Release 2021.01.07-1pukkandan2021-01-089-19/+34
|
* Allow passing different arguments to different postprocessorspukkandan2021-01-0811-58/+96
| | | | | | | | | | | * Also deprecated --sponskrub-args Closes: https://github.com/ytdl-org/youtube-dl/issues/27593 Eg: `--postprocessor-args "VideoConvertor:-c:v h264_nvenc -preset slow"` Eg: `--postprocessor-args "SponsKrub:-include-selfpromo"` For backward compatibility, `--postprocessor-args args` is equivalent to: `--post-processor-args "sponskrub:" --post-processor-args "default:args"`
* ffmpeg: ignore extra data streams #9 by jbruchonpukkandan2021-01-082-7/+7
|\ | | | | | | | | closes #2, blackjack4494#291 Authored by jbruchon
| * ffmpeg: ignore extra data streams with `-dn` (fixes #2)Jody Bruchon2021-01-072-7/+7
|/ | | | | | | | Sometimes, video files will arrive with a timecode data stream that causes `-map 0` to error out due to the stream not being supported in the output container. These data streams generally do not matter, so tell ffmpeg to ignore them rather than choking on them.
* Akamai fix #6 (blackjack4494#274) by nixxopukkandan2021-01-070-0/+0
|\ | | | | Authored by nixxo
| * Merge branch 'master' into akamai-fixnixxo2021-01-07139-4280/+7546
| |\ | |/ |/|
* | Tiktok fix #8 (blackjack4494#20)pukkandan2021-01-071-0/+2
|\ \ | | | | | | | | | Authored by GreyAlien502
| * | simplify second page fetchGreyAlien5022020-10-271-1/+1
| | | | | | | | | Co-authored-by: Merval <merval@users.noreply.github.com>
| * | fix tiktok downloadGreyAlien5022020-10-261-0/+2
| | |
* | | [vlive] add support for playlists #7 (blackjack4494#223)pukkandan2021-01-071-18/+46
|\ \ \ | | | | | | | | | | | | Authored by kyuyeunk
| * | | [vlive] add support for playlistsKyu Yeun Kim2020-12-041-18/+46
| | | |
* | | | Make sure playerOffsetMs is positive in youtube_live_chat by siikamiika #5 ↵pukkandan2021-01-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | (blackjack4494#262) Authored by siikamiika
| * | | | make sure playerOffsetMs is positivesiikamiika2020-11-281-1/+1
| | | | |
* | | | | Release 2021.01.07pukkandan2021-01-077-14/+14
| | | | |
* | | | | Fix/disable testspukkandan2021-01-072-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | The disabled tests needs to be fixed later Tests for FormatSort, Multistreams also needs be created
* | | | | Fix bug in default format selectionpukkandan2021-01-071-2/+2
| | | | |
* | | | | Temporarily disable python 3.3 and 3.4 testspukkandan2021-01-071-1/+2
| | | | |
* | | | | Preparing for releasepukkandan2021-01-0741-284/+384
| | | | |
* | | | | Add `duration_string` to info_dictpukkandan2021-01-063-3/+8
| | | | |
* | | | | Remove av01 prioritypukkandan2021-01-062-3/+3
| | | | |
* | | | | Disable Updatespukkandan2021-01-062-0/+4
| | | | |
* | | | | v2021.01.05.02pukkandan2021-01-052-25/+35
| | | | |
* | | | | Change defaultspukkandan2021-01-055-46/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enabled --ignore by default * Disabled --video-multistreams and --audio-multistreams by default * Changed default format selection to 'bv*+ba/b' when --audio-multistreams is disabled * Changed default format sort order to 'res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id' * Changed default output template to '%(title)s [%(id)s].%(ext)s' * Enabled `--list-formats-as-table` by default
* | | | | v2021.01.05 - Make publicly availablepukkandan2021-01-055-30/+114
| | | | |
* | | | | Update to ytdl-2021.01.03pukkandan2021-01-0596-3735/+5721
| | | | |
* | | | | Readme changespukkandan2021-01-041-31/+15
| | | | |
* | | | | Added negative switches for many existing optionspukkandan2021-01-042-132/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The idea is that it should be possible to negate any boolean option by adding a `no-` to the switch New: `--no-ignore-dynamic-mpd`, `--no-allow-dynamic-mpd`, `--allow-dynamic-mpd`, `--youtube-include-hls-manifest`, `--no-youtube-include-hls-manifest`, `--no-youtube-skip-hls-manifest`, `--no-download`, `--no-download-archive`, `--resize-buffer`, `--part`, `--mtime`, `--no-keep-fragments`, `--no-cookies`, `--no-write-annotations`, `--no-write-info-json`, `--no-write-description`, `--no-write-thumbnail`, `--youtube-include-dash-manifest`, `--post-overwrites`, `--no-keep-video`, `--no-embed-subs`, `--no-embed-thumbnail`, `--no-add-metadata`, `--no-include-ads`, `--no-write-sub`, `--no-write-auto-sub`, `--no-playlist-reverse`, `--no-restrict-filenames`, `--youtube-include-dash-manifest`, `--no-format-sort-force`, `--flat-videos`, `--no-list-formats-as-table`, `--no-sponskrub`, `--no-sponskrub-cut`, `--no-sponskrub-force` Renamed: `--write-subs`, --no-write-subs`, `--no-write-auto-subs, `--write-auto-subs`. Note that these can still be used without the ending "s"
* | | | | Sponskrub integrationpukkandan2021-01-047-4/+144
| | | | |
* | | | | Option to present -F output to a more tabular formpukkandan2021-01-045-12/+86
| | | | |
* | | | | Add --force-download-archive by by h-h-h-hpukkandan2020-12-135-4/+23
| | | | | | | | | | | | | | | | | | | | Authored-by: h-h-h-h
* | | | | Add --write-*-link by h-h-h-hpukkandan2020-12-1310-3/+258
| | | | | | | | | | | | | | | | | | | | Authored-by: h-h-h-h
* | | | | Fix for embedding thumbnail in mp3 by pauldubois98pukkandan2020-12-131-2/+2
| | | | | | | | | | | | | | | | | | | | Authored-by: Paul Dubois <pauldubois98@gmail.com>
* | | | | Relaxed validation for format filters so that any arbitrary field can be usedpukkandan2020-12-132-2/+2
| | | | |
* | | | | Make Twitch Video ID output from Playlist and VOD extractor same.pukkandan2020-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | Is this sufficient for all cases?
* | | | | Better Format Selectionpukkandan2020-12-136-70/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added options: --video-multistreams, --no-video-multistreams, --audio-multistreams, --no-audio-multistreams * New format selectors: best*, worst*, bestvideo*, bestaudio*, worstvideo*, worstaudio* * Added b,w,v,a as alias for best, worst, video and audio respectively in format selection * Changed video format sorting to show video only files and video+audio files together.
* | | | | Better Format Sorting (Squashed)pukkandan2020-12-136-102/+447
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added --format-sort (-S height,filesize) * Made fields reversible (-S +height) * Added --format-sort-force, --no-format-sort-force * Added limit (-S height:720) * Added codec preference (-S vcodec,acodec) * Correct handling of preference<-1000 * Rebased to yt-dlc * Automatically determine missing bitrates * aext, vext, protocol, acodec, vcodec can now takes priority as string, not number (-S vext:webm) * Correct handling of None in codec, audio_codec (None means the codec is unknown while 'none' means it doesn't exist) * Correctly parse filesize (-S filesize:200M) * Generalized preference calculation * Rewrote entire code into the class FormatSort * Correctly handle user input errors * Combined fields (-S +ext:webm:webm) * Closest mode (-S filesize~50M) * Aliases (framerate=fps, br=bitrate etc) * Documentation
| | | | * [extractor/commons] improve Akamai HTTP formats extractionRemita Amine2020-12-031-10/+9
| | | | |
| | | | * [extractor/common] improve Akamai HTTP format extractionRemita Amine2020-12-031-2/+2
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | - Allow m3u8 manifest without an additional audio format - Fix extraction for qualities starting with a number Solution provided by @nixxo based on: https://stackoverflow.com/a/5984688
* | | | Merge pull request #106 from diegorodriguezv/fix-tmzTom-Oliver Heidel2020-12-022-51/+149
|\ \ \ \ | | | | | | | | | | [TMZ] Fix TMZ.com extractor
| * | | | Extract embedded youtube and twitter videosDiego Fernando Rodríguez Varón2020-11-191-0/+50
| | | | |
| * | | | Merge branch 'master' of https://github.com/blackjack4494/yt-dlc into fix-tmzDiego Fernando Rodríguez Varón2020-11-1417-372/+615
| |\ \ \ \
| * | | | | [TMZ] Add support for new page structure using JSON-LDDiego Fernando Rodríguez Varón2020-11-082-94/+99
| | | | | |
| * | | | | [TMZ] Fix TMZ.com extractorDiego Fernando Rodríguez Varón2020-11-011-15/+58
| | | | | |
* | | | | | [yt] temporary fix for automatic captions - disable json3Unknown2020-12-021-1/+1
| | | | | |
* | | | | | Merge pull request #270 from nixxo/skyitTom-Oliver Heidel2020-12-023-127/+249
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | [Skyit] Replace old skyitalia extractor
| * | | | | [skyit] removed old skyitalia extractornixxo2020-12-012-127/+0
| | | | | |
| * | | | | [skyit] add support for multiple Sky Italia websites(closes #26629)Remita Amine2020-12-012-0/+249
|/ / / / /