aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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
|/ / / / /
* | | | | Merge pull request #143 from nixxo/gediTom-Oliver Heidel2020-11-303-0/+276
|\ \ \ \ \ | | | | | | | | | | | | [Gedi] Add new extractor
| * \ \ \ \ Merge branch 'master' into gediTom-Oliver Heidel2020-11-30107-2343/+4989
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #126 from nao20010128nao/masterTom-Oliver Heidel2020-11-301-8/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | [instagram] Fix extractor
| * | | | | | [instagram] fix thumbnail URL extractionnao20010128nao2020-11-111-1/+1
| | | | | | |
| * | | | | | [instagram] Fix extractorThe Hatsune Daishi2020-11-061-7/+14
| | | | | | |
* | | | | | | Merge pull request #144 from nixxo/rcsTom-Oliver Heidel2020-11-303-0/+425
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [Rcs] Add new extractor
| * \ \ \ \ \ \ Merge branch 'master' into rcsTom-Oliver Heidel2020-11-30103-2389/+4574
| |\ \ \ \ \ \ \
| * | | | | | | | [rcs] fixed embeds detection, fixed testsnixxo2020-11-092-33/+29
| | | | | | | | |
| * | | | | | | | [rcs] fixed coding conventionsnixxo2020-10-291-32/+40
| | | | | | | | |
| * | | | | | | | [rcs] Add new extractornixxo2020-10-283-0/+421
| | | | | | | | |
* | | | | | | | | Merge pull request #140 from WolfganP/patch-1Tom-Oliver Heidel2020-11-301-5/+16
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | ITV BTCC new pages' URL update (articles instead of races)
| * | | | | | | | ITV BTCC new pages' URL update, fix on items countWolfganP2020-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed playlist_count as the variable was renamed
| * | | | | | | | ITV BTCC new pages' URL update (articles instead of races)WolfganP2020-11-081-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not my changes, but from @franhp that didn't get merged on yt-dl on time It supports BTCC new pages' schema from 2019 an on (/articles/ instead of /races/)
* | | | | | | | | Merge pull request #211 from renalid/masterTom-Oliver Heidel2020-11-300-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update on france.tv extractor to fix thumbnail URL
| * \ \ \ \ \ \ \ \ Merge branch 'master' into masterTom-Oliver Heidel2020-11-3075-2264/+3758
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update on france.tv extractor to fix thumbnail URLrenalid2020-11-141-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | Fix the thumbnail URL extraction
* | | | | | | | | | Merge pull request #182 from jbruchon/makewinfixTom-Oliver Heidel2020-11-301-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | make_win.bat: don't use UPX to pack vcruntime140.dll