NVlabs / few-shot-vid2vid

Pytorch implementation for few-shot photorealistic video-to-video translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in download_youTube_playlist.py

guofengming11 opened this issue · comments

image
Is there someting wrong with the code? Thanks!

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)

thanks!