You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/test/testdata/netrc/print_netrc.py

3 lines
87 B
Python

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