mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 20:53:06 +00:00
3 lines
87 B
Python
3 lines
87 B
Python
|
with open('./test/testdata/netrc/netrc', encoding='utf-8') as fp:
|
||
|
print(fp.read())
|