-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with downloading past Trovo videos #28346
Comments
pukkandan
added a commit
to yt-dlp/yt-dlp
that referenced
this issue
Mar 4, 2021
github-actions bot
added a commit
to hellopony/youtube-dl
that referenced
this issue
Mar 4, 2021
* https://github.com/ytdl-org/youtube-dl: [trovo] Add Origin header to VOD formats(closes ytdl-org#28346) [voxmedia] fix volume embed extraction(closes ytdl-org#28338)
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Mar 7, 2021
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Mar 7, 2021
This was referenced Mar 15, 2021
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Apr 3, 2021
nixxo
pushed a commit
to nixxo/yt-dlp
that referenced
this issue
Nov 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Verbose log
[debug] System config: []
[debug] User config: [u'-o', u'~/Downloads/%(title)s-%(id)s.%(ext)s']
[debug] Custom config: []
[debug] Command-line args: [u'-f', u'best', u'https://trovo.live/video/ltv-100075979_100075979_1614638030?ltab=videos', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2021.03.03
[debug] Python version 2.7.16 (CPython) - Darwin-17.7.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[TrovoVod] ltv-100075979_100075979_1614638030: Downloading JSON metadata
[debug] Invoking downloader on u'http://vod.trovo.live/0a3342e9vodusw1301120758/a6c496675285890814023741771/playlist_eof.m3u8?t=604138bc&us=Chx5eUtWZnBwU0x2eEZUWnhPQ0RMRitGSEwxTXc9EiRjYzRiNGYwYS0xOTgzLTRhZTItOWVlZC1kZThkMzQ5YTQ1NjYaImx0di0xMDAwNzU5NzlfMTAwMDc1OTc5XzE2MTQ2MzgwMzAg3MiDggY4xBNCDjgxLjEwMC4yMzEuMTQ4SiZWb2RSZWFkZXJTZXJ2aWNlX0JhdGNoR2V0Vm9kRGV0YWlsSW5mb1AEYAM&sign=1d130de87d9803de46eb4de43b4278e2'
[hlsnative] Downloading m3u8 manifest
ERROR: unable to download video data: HTTP Error 403: Forbidden
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1963, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1902, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
return self.real_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/hls.py", line 64, in real_download
urlh = self.ydl.urlopen(self._prepare_url(info_dict, man_url))
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2275, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
Description
While attempting to download a past stream from Trovo.live, a HTTP Error 403 code comes up. I have tested youtube-dl with a generic YouTube video, and it appears to be working properly for those. Could this be checked? Many thanks.
The text was updated successfully, but these errors were encountered: