https://github.com/filza2/ved-dw
https://github.com/filza2/ved-dw
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/filza2/ved-dw
- Owner: Filza2
- Created: 2021-09-23T08:03:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T22:59:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T20:29:09.145Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VED-DW
Youtube Video Download Tool / Hammel app searchIn the Youtube download , after you download "youtube_dl" and "pafy" you must edit this in order to run the tool ,
Library name : File Name : Line ( what you need to delete )
youtube_dl : YoutubeDL.py : Line number 329 delete > 'dislike_count',
pafy : backend_internal.py : Line number 132 delete > self._dislikes = int(statistics["dislikeCount"])
pafy : backend_shared.py : Line number 71 delete > self._dislikes = None
pafy : backend_shared.py : delete From Line 319 To Line 325 (dislikes def ) <<<
pafy : backend_youtube_dl.py : Line 54 delete > self._dislikes = self._ydl_info['dislike_count']
pafy : playlist.py : Line 67 delete > dislikes=allinfo.get('dislikes'),
pafy : playlist.py : Line 86 delete > dislikes=v.get('dislikes'),
pafy : playlist.py : Line 334 delete > dislikes=stats.get('dislikeCount', 0),You need to delete/edit these thing's becuse Owner of those Librarys didn't update it for the new youtube update wish is don't show the dislike's
And thanks for using our tool , And sorry for Disturbance , you will need to modify that unless the "pafy" and "youtube_dl" owners update thir Librarys