aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some fields not sorting correctlypukkandan2021-01-251-6/+6
| | | | bug introduced by: 63be1aab2f6b6a99f289663ffd935e311aff5556
* Deprecate unnecessary aliases in `formatSort`pukkandan2021-01-211-24/+34
| | | | | (I should never have made so many aliases in the first-place) The aliases remain functional for backward compatability, but will be left undocumented
* Remove av01 prioritypukkandan2021-01-061-1/+1
|
* Change defaultspukkandan2021-01-051-4/+4
| | | | | | | | | * 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
* Update to ytdl-2021.01.03pukkandan2021-01-051-20/+36
|
* Better Format Selectionpukkandan2020-12-131-2/+2
| | | | | | | * 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-131-72/+262
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update to release 2020.11.24 except youtube and skyit extractorspukkandan2020-11-241-0/+27
|
* Updated to release 2020.11.21.1pukkandan2020-11-221-1/+1
|
* Merge 'ytdl-org/youtube-dl/master' release 2020.11.19pukkandan2020-11-201-2/+3
| | | | | | | | | | | | | | | | | | | | | | Old Extractors left behind: VLivePlaylistIE YoutubeSearchURLIE YoutubeShowIE YoutubeFavouritesIE If removing old extractors, make corresponding changes in docs/supportedsites.md youtube_dlc/extractor/extractors.py Not merged: .github/ISSUE_TEMPLATE/1_broken_site.md .github/ISSUE_TEMPLATE/2_site_support_request.md .github/ISSUE_TEMPLATE/3_site_feature_request.md .github/ISSUE_TEMPLATE/4_bug_report.md .github/ISSUE_TEMPLATE/5_feature_request.md test/test_all_urls.py youtube_dlc/version.py Changelog
* merge youtube-dl master 22.09.2020Unknown2020-09-221-2/+11
|
* [Core] hls manifests, dynamic mpdUnknown2020-09-161-2/+3
|
* [skip travis] renamingUnknown2020-09-021-0/+3013
to avoid using same folder when using pip install for example