]> jfr.im git - yt-dlp.git/history - yt_dlp/utils.py
[docs] Consistent use of `e.g.` (#4643)
[yt-dlp.git] / yt_dlp / utils.py
2022-08-14  Lesmiscore[docs] Consistent use of `e.g.` (#4643)
2022-08-13  pukkandan[jsinterp] Handle new youtube signature functions
2022-08-12  pukkandan[jsinterp] Truncate error messages
2022-08-04  pukkandan[outtmpl] Smarter replacing of unsupported characters
2022-08-04  pukkandanFix bug in be5c1ae86202be54225d376756f5d9f0bf8f392a
2022-08-04  Lauren N. LiberdaDetermine merge container better (See desc) (#1482)
2022-08-03  pukkandanImport ctypes only when necessary
2022-08-01  pukkandanMinor bugfixes
2022-08-01  pukkandanStandardize retry mechanism (#1649)
2022-08-01  pukkandan[extractor] Framework for embed detection (#4307)
2022-08-01  nixxo[extractor/rai] Add raisudtirol extractor (#4524)
2022-07-30  pukkandan[utils] sanitize_open: Allow any IO stream as stdout
2022-07-30  pukkandan[utils, cleanup] Consolidate known media extensions
2022-07-29  coletdjnz[extractor/archiveorg] Improve handling of formats...
2022-07-26  pukkandan[youtube,twitch] Allow waiting for channels to become...
2022-07-26  pukkandanReject entire playlists faster with `--match-filter`
2022-07-18  pukkandanRemove Python 3.6 support
2022-07-15  pukkandanFix a904a7f8c6edc42046f0a78fb279739d500d4887
2022-07-15  LesmiscoreAllow users to specify encoding in each config files...
2022-07-13  pukkandan[utils] Fix `get_domain`
2022-07-10  pukkandan[utils, cleanup] Refactor parse_codecs
2022-07-09  pukkandan[cleanup] Misc cleanup
2022-07-07  pukkandanDo not load system certificates when `certifi` is used
2022-07-01  pukkandan[options] Fix aliases to `--config-location`
2022-06-30  LesmiscoreFix bug in 612f2be5d3924540158dfbe5f25d841f04cff8c6
2022-06-29  pukkandan[cleanup] Misc cleanup
2022-06-29  pukkandan[update] Ability to set a maximum version for specific...
2022-06-27  crazymoose77756[cleanup] Fix some typos (#4194)
2022-06-25  pukkandan[extractor] Fix `_create_request` when headers is None
2022-06-24  pukkandan[compat] Remove deprecated functions from core code
2022-06-24  pukkandan[cleanup] Consistent style for file heads
2022-06-24  pukkandan[compat] Remove more functions
2022-06-24  coletdev[utils] Fix inconsistent default handling between HTTP...
2022-06-22  pukkandanFix playlist error handling
2022-06-21  pukkandan[update] Expose more functionality to API
2022-06-20  pukkandan[utils] `ExtractorError`: Fix `exc_info`
2022-06-20  pukkandanBugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1e
2022-06-20  pukkandan[cleanup] Misc
2022-06-20  pukkandan[docs] Improvements
2022-06-19  pukkandan[extractor/BiliIntl] Fix metadata extraction
2022-06-18  pukkandanImprove error handling of bad config files
2022-06-18  pukkandan[cleanup, utils] Don't use kwargs for `format_field`
2022-06-18  christoph-heinrich[cleanup] Minor fixes (#4096)
2022-06-17  pukkandanAdd option `--lazy-playlist` to process entries as...
2022-06-17  pukkandanAdd slicing notation to `--playlist-items`
2022-06-16  pukkandan[utils] `Popen`: Refactor to use contextmanager
2022-06-13  pukkandan[utils] `locked_file`: Fix for PyPy on Windows
2022-06-11  pukkandan[cleanup] Misc fixes (see desc)
2022-06-10  pukkandan[cleanup] Misc fixes
2022-06-06  pukkandanAdd option `--download-sections` to download video...
2022-06-06  pukkandan[extractor] Add `_search_json`
2022-06-03  pukkandan[cleanup] Misc fixes
2022-05-28  coletdev[utils] Send HTTP/1.1 ALPN extension (#3889)
2022-05-26  pukkandan[cleanup] Misc fixes and cleanup
2022-05-26  pukkandan`--config-location -` to provide options interactively
2022-05-22  pukkandan[build, cleanup] Refactor
2022-05-21  pukkandan[cleanup] Misc
2022-05-20  pukkandan[utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2
2022-05-19  pukkandan[utils] Improve performance using `functools.cache`
2022-05-19  pukkandan[utils] `ISO3166Utils`: Add `EU` and `AP`
2022-05-19  pukkandanAdd option `--alias`
2022-05-18  pukkandan[cleanup] Minor fixes
2022-05-18  pukkandan[utils] `is_html`: Handle double BOM
2022-05-17  pukkandanBugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50
2022-05-17  pukkandanFix color in `-q -F`
2022-05-16  pukkandan[cleanup] Misc cleanup
2022-05-12  pukkandan[extractor] Use classmethod/property where possible
2022-05-11  pukkandanFix `--date today`
2022-05-11  pukkandan[cookies] Allow `cookiefile` to be a text stream
2022-05-10  pukkandanBugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341a
2022-05-09  pukkandan[cleanup] Minor fixes (See desc)
2022-05-07  pukkandanAllow use of weaker ciphers with `--legacy-server-connect`
2022-05-02  coletdevAdd support for SSL client certificate authentication...
2022-05-02  coletdevFix redirect HTTP method handling (#3577)
2022-05-01  Justin Keogh[utils] `locked_file`: Ignore illegal seek on `truncate...
2022-04-30  pukkandan[cleanup] Misc fixes (see desc)
2022-04-30  pukkandan[XAttrMetadata] Refactor and document dependencies
2022-04-30  Lesmiscore[utils] YoutubeDLCookieJar: Detect and reject JSON...
2022-04-29  pukkandan[cleanup] Misc fixes
2022-04-28  pukkandan`--match-filter -` to interactively ask for each video
2022-04-28  pukkandan[utils] `write_string`: Workaround newline issue in...
2022-04-26  pukkandan[compat/asyncio] Use `asyncio.all_tasks`
2022-04-26  pukkandanRevert acbc64225006964cf52d316e007a77a1b5e2975b
2022-04-24  Lesmiscore[utils] WebSocketsWrapper: Ignore warnings at websocket...
2022-04-20  pukkandan[dependencies] Create module with all dependency imports
2022-04-20  pukkandanDon't imply `-s` for later stages of `-O`
2022-04-18  pukkandanbugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae...
2022-04-17  pukkandan[cleanup] Misc cleanup and refactor (#2173)
2022-04-15  pukkandan[utils] Fix WebSocketsWrapper
2022-04-12  pukkandan[utils] certifi: Make sure the pem file exists
2022-04-12  pukkandan[cleanup] Misc cleanup (#2173)
2022-04-12  pukkandan[cleanup] Sort imports
2022-04-12  pukkandan[cleanup] Upgrade syntax
2022-04-12  pukkandan[cleanup] Mark some compat variables for removal (...
2022-04-12  felix[cleanup] Remove unused code paths (#2173)
2022-04-09  Lesmiscore[utils] locked_file: Do not give executable bits for...
2022-04-09  pukkandan[utils] `sanitize_path`: Fix when path is empty string
2022-04-07  pukkandan[test] Add `test_locked_file`
2022-04-07  pukkandan[utils] locked_file: Fix non-blocking non-exclusive...
2022-04-07  Justin Keogh[utils] locked_file: Do not truncate files before locki...
next