You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
What is your operating system (Windows, Linux, OSX, etc.)?
Linux
What is your web server (Apache, IIS, etc.)?
腾讯云
What version of AllTube are you using?
lastest
How did you install AllTube?
Git
What version of PHP are you using?
7.3
What version of Python are you using?
3.8
What version of youtube-dl are you using?
yt-dpl
Do you get any PHP-related errors in your webserver's logs?
no
What is the content of your "config/config.yml" file?
---
# Path to your youtube-dl binaryyoutubedl: vendor/yt-dlp/yt_dlp/__main__.py# Path to your python binarypython: /usr/bin/python3# An array of parameters to pass to youtube-dlparams:
- --no-warnings
- --ignore-errors
- --flat-playlist
- --restrict-filenames
- --no-playlist# True to enable audio conversionconvert: true# True to enable advanced conversion modeconvertAdvanced: true# List of formats available in advanced conversion modeconvertAdvancedFormats: [mp3, avi, flv, wav]# Path to your ffmpeg binaryffmpeg: /usr/bin/ffmpeg# ffmpeg logging level.ffmpegVerbosity: error# Path to the directory that contains the phantomjs binary.phantomjsDir: /usr/bin/# True to disable URL rewritinguglyUrls: true# True to stream videos through server# Set to "ask" if you want to allow it but not enable by default.stream: ask# True to enable remux mode (merge best audio and best video)remux: True# MP3 bitrate when converting (in kbit/s)audioBitrate: 128# App nameappName: AllTube Download# Generic formats supported by youtube-dlgenericFormats:
best/bestvideo: Bestbestvideo+bestaudio: Remux best video with best audioworst/worstvideo: Worst# Enable debug mode.debug: false# True to enable audio conversion mode by defaultdefaultAudio: false# False to disable convert seek functionalityconvertSeek: true
Please provide the URL of a video that causes the issue.
Client error: GET https://upos-sz-mirrorcosb.bilivideo.com/upgcxcode/82/25/754382582/754382582_nb3-1-30232.m4s?e=ig8euxZM2rNcNbdlhoNvNC8BqJIzNbfqXBvEqxTEto8BTrNvN0GvT90W5JZMkX_YN0MvXg8gNEV4NC8xNEV4N03eN0B5tZlqNxTEto8BTrNvNeZVuJ10Kj_g2UB02J0mN0B5tZlqNCNEto8BTrNvNC7MTX502C8f2jmMQJ6mqF2fka1mqx6gqj0eN0B599M=&uipk=5&nbs=1&deadline=1656308675&gen=playurlv2&os=cosbbv&oi=2094952164&trid=b1107f4a644f40f69282d954d9ea5822u&mid=0&platform=pc&upsig=c9ae3b5d9ee58501a905d478c07aad82&uparams=e,uipk,nbs,deadline,gen,os,oi,trid,mid,platform&bvc=vod&nettype=0&orderid=2,3&agrr=1&bw=16646&logo=40000000 resulted in a 403 Forbidden response
when i Stream the video through the server
it reture 403
i think it need header
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is your operating system (Windows, Linux, OSX, etc.)?
Linux
What is your web server (Apache, IIS, etc.)?
腾讯云
What version of AllTube are you using?
lastest
How did you install AllTube?
Git
What version of PHP are you using?
7.3
What version of Python are you using?
3.8
What version of youtube-dl are you using?
yt-dpl
Do you get any PHP-related errors in your webserver's logs?
What is the content of your "config/config.yml" file?
Please provide the URL of a video that causes the issue.
https://www.bilibili.com/video/BV1aG411s76j
Describe your issue
Client error:
GET https://upos-sz-mirrorcosb.bilivideo.com/upgcxcode/82/25/754382582/754382582_nb3-1-30232.m4s?e=ig8euxZM2rNcNbdlhoNvNC8BqJIzNbfqXBvEqxTEto8BTrNvN0GvT90W5JZMkX_YN0MvXg8gNEV4NC8xNEV4N03eN0B5tZlqNxTEto8BTrNvNeZVuJ10Kj_g2UB02J0mN0B5tZlqNCNEto8BTrNvNC7MTX502C8f2jmMQJ6mqF2fka1mqx6gqj0eN0B599M=&uipk=5&nbs=1&deadline=1656308675&gen=playurlv2&os=cosbbv&oi=2094952164&trid=b1107f4a644f40f69282d954d9ea5822u&mid=0&platform=pc&upsig=c9ae3b5d9ee58501a905d478c07aad82&uparams=e,uipk,nbs,deadline,gen,os,oi,trid,mid,platform&bvc=vod&nettype=0&orderid=2,3&agrr=1&bw=16646&logo=40000000
resulted in a403 Forbidden
responsewhen i Stream the video through the server
it reture 403
i think it need header
The text was updated successfully, but these errors were encountered: