-
isue not related spotdl but i hope , you provide perfect solution this
please provide code like detail manner......
-
Using pytube v9.6.0 w/ Python 3.8.5
Running in virtual env
### Python code
```py
from pytube import YouTube #
-
Some tracks (for example 'https://open.spotify.com/track/1Gkuz8ggxpZmfm7HSAc2qI' and the following ) are causing the following issue.
`spotdl 'https://open.spotify.com/track/1Gkuz8ggxpZmfm7HSAc2qI'…
-
When doing the following command:
```
from pytube import YouTube
yt = YouTube('http://youtube.com/watch?v=9bZkp7q19f0')
```
I'm seeing the key error 'assets':
KeyError …
-
Enter the url of the video or playlist: https://www.youtube.com/watch?v=hyfV0GBe18w&
Traceback (most recent call last):
File "C:\Users\leowa\AppData\Local\Programs\Python\Python37\lib\site-packa…
-
Versions used:
pytube3 9.6.4
python 3.8.3
Python playlist is returning empty array
pl = Playlist("https://www.youtube.com/playlist?list=UUqvtaBINBx7k6pQBR5CKYzw")
-
Tried multiple times to download the captions for a video url but failing. Any suggestions?
yt = YouTube(URL)
caption = yt.captions.generate_srt_captions()
Throwing a regexmatcherror -- "Rege…
-
当电脑中没有安装python2*时compat.py会报错,原因是python2和python3中的urllib模块中类和函数位置不一致,修改为以下代码pytube可用:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# flake8: noqa
"""Python 2/3 compatibility support."""
import s…
-
I cut and paste the CLI example from the README.md and get the error in the subject line.
Running on Win10. pytube3.exe version 9.6.4
Probably something silly, but I have no idea what.
Thx
``…
-
I've noticed this error since yesterday (used to work, failed from one minute to the next).
I'm new to pytube, but I believe this is related to issue #467 which also shows some recent activity.
…