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.
Please answer these questions when reporting a new issue:
What is your operating system (Windows, Linux, OSX, etc.)?
Linux
What is your web server (Apache, IIS, etc.)?
Default used with Docker
What version of AllTube are you using?
Latest on DockerHub
How did you install AllTube (with Git or with a release package)?
Docker
What version of PHP are you using?
What version of Python are you using?
What version of youtube-dl are you using?
Do you get any PHP-related errors in your webserver's logs?
What is the content of your config/config.yml file?
Don't have one, the default is used.
Please provide the URL of a video that causes the issue.
Describe your issue
The website works, but it looks bad. Many URLs on the page header have a duplicated port.
My website URL is https://AAAA.XXX:12345 (upper-case to make it easy to spot below)
and e.g. the <head> is
<head><metacharset="UTF-8"/>
<metaname=viewportcontent="width=device-width, initial-scale=1"/>
<metaname="description" content="Easily download videos from YouTube, Dailymotion, Vimeo and other websites."/>
<metaname="twitter:description" content="Easily download videos from YouTube, Dailymotion, Vimeo and other websites."/>
<metaproperty="og:description" content="Easily download videos from YouTube, Dailymotion, Vimeo and other websites."/>
<linkrel="stylesheet" href="https://AAAA.XXX:12345:12345/assets/open-sans/open-sans.css"/>
<linkrel="stylesheet" href="https://AAAA.XXX:12345:12345/css/style.css"/>
<title>AllTube Download</title><linkrel="canonical" href="[https://alltubedownload.net:12345/](view-source:https://alltubedownload.net:12345/)"/>
<linkrel="icon" href="https://AAAA.XXX:12345:12345/img/favicon.png"/>
<metaproperty="og:title" content="AllTube Download"/>
<metaproperty="og:image" content="https://AAAA.XXX:12345:12345/img/logo.png"/>
<metaname="twitter:card" content="summary"/>
<metaname="twitter:title" content="AllTube Download"/>
<metaname="twitter:image" content="https://AAAA.XXX:12345:12345/img/logo.png"/>
<metaname="twitter:creator" content="@Tael67"/>
<metaname="theme-color" content="#4F4F4F"/>
<linkrel="manifest" href="https://AAAA.XXX:12345:12345/resources/manifest.json"/>
<metaname="generator" content="AllTube Download (1.0.0+no-version-set@)"/>
</head>
You can see that :12345 is duplicated in many URLs, and https://alltubedownload.net:12345 also appears even though I don't own that website.
The text was updated successfully, but these errors were encountered:
The Docker image has not been updated in a year and is not really maintained.
I tried running the latest AllTube on the 12345 port (without Docker) and the only issue I can reproduce is the https://alltubedownload.net:12345/ URL. This will be fixed in the next release: e53393d
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New issue
Your environment
Please answer these questions when reporting a new issue:
What is your operating system (Windows, Linux, OSX, etc.)?
Linux
What is your web server (Apache, IIS, etc.)?
Default used with Docker
What version of AllTube are you using?
Latest on DockerHub
How did you install AllTube (with Git or with a release package)?
Docker
What version of PHP are you using?
What version of Python are you using?
What version of youtube-dl are you using?
Do you get any PHP-related errors in your webserver's logs?
What is the content of your
config/config.yml
file?Don't have one, the default is used.
Please provide the URL of a video that causes the issue.
Describe your issue
The website works, but it looks bad. Many URLs on the page header have a duplicated port.
My website URL is https://AAAA.XXX:12345 (upper-case to make it easy to spot below)
and e.g. the
<head>
isYou can see that
:12345
is duplicated in many URLs, andhttps://alltubedownload.net:12345
also appears even though I don't own that website.The text was updated successfully, but these errors were encountered: