0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-21 02:05:12 +00:00
yt-dlp/test/testdata/netrc/print_netrc.py
bashonly 88402b714e Fix --netrc empty string parsing for Python <=3.10 (#11414)
Ref: 15409c720b

Closes #11413
Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-10-30 18:58:50 +00:00

2 lines
87 B
Python

with open('./test/testdata/netrc/netrc', encoding='utf-8') as fp:
print(fp.read())