NVlabs / few-shot-vid2vid

Pytorch implementation for few-shot photorealistic video-to-video translation.
Other
1.8k stars 275 forks source link

error in download_youTube_playlist.py #82

Open guofengming11 opened 3 years ago

guofengming11 commented 3 years ago

image Is there someting wrong with the code? Thanks!

CyanideCentral commented 3 years ago

The download script imports an old version of PyTube, and is not compatible with the latest version. To use the script with the current version of PyTube (10.7.2), just comment out line 14 and 15 of download_youTube_playlist.py. # self.populate_video_urls() # prefix_gen = self._path_num_prefix_generator(reverse_numbering)

guofengming11 commented 3 years ago

thanks!