mirror of
https://github.com/neosubhamoy/pytubepp.git
synced 2025-12-19 20:33:08 +05:30
(refactor): switched base from pytube to pytubefix for inconsistency
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* Highly Configurable and Many More 😉
|
||||
|
||||
### **🧩 Dependencies**
|
||||
* [pytube](https://pypi.org/project/pytube/)
|
||||
* [pytubefix](https://pypi.org/JuanBindez/pytubefix)
|
||||
* [FFmpeg (Not Pre-Included)](https://ffmpeg.org/)
|
||||
* [ffmpy](https://pypi.org/project/ffmpy/)
|
||||
* [mutagen](https://pypi.org/project/mutagen/)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from pytube import YouTube
|
||||
from pytubefix import YouTube
|
||||
from mutagen.id3 import ID3, APIC, TIT2, TPE1, TALB
|
||||
from tabulate import tabulate
|
||||
from tqdm import tqdm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pytube
|
||||
pytubefix
|
||||
requests
|
||||
ffmpy
|
||||
mutagen
|
||||
|
||||
Reference in New Issue
Block a user