Skip to content
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

Add QT Url support for freetube protocol #3119

Conversation

ChunkyProgrammer
Copy link
Member

Add QT Url support for FreeTube protocol

Pull Request Type

  • Bugfix

Related issue

libredirect/browser_extension#212
#373 (comment)

Description

The way QT parses the url, it removes the : after https as it recognizes "freetube://" as the protocol.
This PR makes it so that "freetube:" can be used as the protocol instead and will readd the missing colon after the 'https'

Testing

None, I don't use QT (I use Windows)

Desktop

  • OS: Windows
  • OS Version: 11
  • FreeTube version: 0.18.0

@github-actions github-actions bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Jan 26, 2023
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) January 26, 2023 17:29
src/main/index.js Outdated Show resolved Hide resolved
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
PikachuEXE
PikachuEXE previously approved these changes Jan 27, 2023
src/main/index.js Outdated Show resolved Hide resolved
@FreeTubeBot FreeTubeBot merged commit f1147b5 into FreeTubeApp:development Jan 27, 2023
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Jan 27, 2023
@ssnor
Copy link

ssnor commented Jan 28, 2023

I have tested this solution and can confirm that it solves the problem.
I'm using openSUSE Tumbleweed with KDE.

@ChunkyProgrammer
Copy link
Member Author

I have tested this solution and can confirm that it solves the problem. I'm using openSUSE Tumbleweed with KDE.

Thanka for testing, I'm glad it fixed the issue for you 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants