aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| * | | | | | | | make_win.bat: don't use UPX to pack vcruntime140.dllJody Bruchon2020-11-121-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If UPX is available in the PATH, then without this option, make_win.bat will corrupt the DLL and the built executable will be unusable.
* | | | | | | | Merge pull request #208 from colethedj/ytsearchfixTom-Oliver Heidel2020-11-301-10/+29
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | [youtube] fix: ytsearch not returning results sometimes due to promoted content
| * | | | | | | code consistencyMatthew2020-11-151-2/+2
| | | | | | | |
| * | | | | | | Fix search to not depend on index position for videoRenderer and token items.Matthew2020-11-151-10/+29
| |/ / / / / /
* | | | | | | Merge pull request #261 from B0pol/inaTom-Oliver Heidel2020-11-301-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ina] support mobile links
| * | | | | | | [ina] support mobile linksbopol2020-11-271-1/+4
| | | | | | | |
* | | | | | | | Merge pull request #207 from pukkandan/thumbnail-renameTom-Oliver Heidel2020-11-301-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ffmpeg] Fix for os.rename error when embedding thumbnail to video in a different drive on windows
| * | | | | | | | Don't try to delete file if it doesn't existpukkandan2020-11-151-1/+2
| | | | | | | | |
| * | | | | | | | Fix for os.rename error when embedding thumbnail to video in a different drivepukkandan2020-11-151-2/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #224 from kyuyeunk/vliveTom-Oliver Heidel2020-11-301-5/+26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Vlive] Fix playlist handling when downloading a channel
| * | | | | | | | [Vlive] Fix playlist handling when downloading a channelKyu Yeun Kim2020-11-161-5/+26
| |/ / / / / / /
* | | | | | | | Merge pull request #246 from pukkandan/bitchute-embedTom-Oliver Heidel2020-11-302-0/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Detect embedded bitchute videos
| * | | | | | | | Detect embedded bitchute videospukkandan2020-11-202-0/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #205 from pukkandan/ffmpeg-use-mapTom-Oliver Heidel2020-11-302-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ffmpeg] Ensure all streams are copied
| * | | | | | | | Ensure all streams are copied when using ffmpegpukkandan2020-11-152-8/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #245 from pukkandan/merge-mainTom-Oliver Heidel2020-11-3066-2252/+3617
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge youtube-dl and fix Youtube Feeds
| * | | | | | | | bug fixpukkandan2020-11-271-2/+2
| | | | | | | | |