egbertbouman / youtube-comment-downloader

Simple script for downloading Youtube comments without using the Youtube API
MIT License
881 stars 223 forks source link

hello, thanks for your program, i want to konw a function in your import #129

Closed xishandong closed 1 year ago

xishandong commented 1 year ago

print_function what is the function of this function

egbertbouman commented 1 year ago

That function is imported to provide compatibility with Python 2. Most users should use Python 3 by now, so I'll probably remove these imports at some point.

xishandong commented 1 year ago

got it thanks!