sahlberg / pop-fe

Python script to automate the process of fetching boxart and installing PS1 games (onto your PSP/VITA/PS2/PS3)
173 stars 15 forks source link

Replace pytube with pytubefix #209

Closed pyromaniackeca closed 4 months ago

pyromaniackeca commented 4 months ago

Fixes #208.

pytube isn't keeping up with youtube's changes. There's a bunch of issues opened about the same thing. My source for the fix was: https://github.com/pytube/pytube/issues/1750

Tested by creating a psp eboot locally.

pyromaniackeca commented 4 months ago

Let me know if there's anything I should run/change. I didn't find a contributing section and I'm a python noob.

sahlberg commented 4 months ago

Merged. Thanks!