mps-youtube / pafy

Python library to download YouTube content and retrieve metadata
1.39k stars 313 forks source link

Skip dislike_count to avoid error #310

Closed catbaron0 closed 1 year ago

catbaron0 commented 2 years ago

Youtube stops displaying the dislike count, thus an exception will be thrown out when a new stream is created. This minus revision just make it work, if anyone is still using this repo.

Moody0101 commented 2 years ago

I had the same problem, but I just went to the source code and commented self.dislike count, but what if someone want to use my code? it would not work! pafy !