mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-18 21:44:57 -04:00
88402b714e
Ref: https://github.com/python/cpython/commit/15409c720be0503131713e3d3abc1acd0da07378 Closes #11413 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
3 lines
87 B
Python
3 lines
87 B
Python
with open('./test/testdata/netrc/netrc', encoding='utf-8') as fp:
|
|
print(fp.read())
|