├── LICENSE ├── README.md ├── chromedriver.exe └── download_YT_comments.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/YouTubeCommentDownloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # YouTubeCommentDownloader -------------------------------------------------------------------------------- /chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/YouTubeCommentDownloader/HEAD/chromedriver.exe -------------------------------------------------------------------------------- /download_YT_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/YouTubeCommentDownloader/HEAD/download_YT_comments.py --------------------------------------------------------------------------------