smplayer-dev / smtube

YouTube browser for SMPlayer.
http://www.smtube.org
GNU General Public License v2.0
43 stars 8 forks source link

slow load speed #11

Closed PeepoFrog closed 2 years ago

PeepoFrog commented 2 years ago

slow load speed of youtube videos because google limiting youtube-dl download speed a fork of youtube-dl is yt-dlp works just fine, maybe devs should change to it all love and peace ^_^

smplayer-dev commented 2 years ago

This is already implemented in the development version. Go to the settings and select yt-dlp.

PeepoFrog commented 2 years ago

This is already implemented in the development version. Go to the settings and select yt-dlp.

sorry for stupid question but im new to linux im using lubuntu 18.04 x32, can i run dev version? I can't figure out how to install

smplayer-dev commented 2 years ago

I'm afraid there are no 32-bit packages for the development version. You'll have to wait until the next version is released.

The 64-bit package is this one: smtube_21.7.0.1120-1.ubuntu-bionic_amd64.deb

Or you can create yourself the 32-bit deb package from sources, it's not that hard:

sudo apt-get install libqt4-dev zlib1g-dev fakeroot build-essential devscripts debhelper g++ libqtwebkit-dev
wget https://github.com/smplayer-dev/smtube/releases/download/v21.7.0.1108/smtube-21.7.0.1113.tar.bz2
tar xf smtube-21.7.0.1113.tar.bz2
cd smtube-21.7.0.1113/
./create_deb.sh
PeepoFrog commented 2 years ago

I'm afraid there are no 32-bit packages for the development version. You'll have to wait until the next version is released.

The 64-bit package is this one: smtube_21.7.0.1120-1.ubuntu-bionic_amd64.deb

Or you can create yourself the 32-bit deb package from sources, it's not that hard:

sudo apt-get install libqt4-dev zlib1g-dev fakeroot build-essential devscripts debhelper g++ libqtwebkit-dev
wget https://github.com/smplayer-dev/smtube/releases/download/v21.7.0.1108/smtube-21.7.0.1113.tar.bz2
tar xf smtube-21.7.0.1113.tar.bz2
cd smtube-21.7.0.1113/
./create_deb.sh

Cant compile, getting tons of errors, guess i have to wait By the way any release date insider info?

2021-10-19-193930_1280x800_scrot

smplayer-dev commented 2 years ago

It will be released soon, hopefully before the end of the month.

I've just built a package for you:

smtube_21.7.0.1123-1~ubuntu-bionic_i386.deb.zip

PeepoFrog commented 2 years ago

It will be released soon, hopefully before the end of the month.

I've just built a package for you:

smtube_21.7.0.1123-1~ubuntu-bionic_i386.deb.zip

Thanks man, you are my savior, because I have no other way to watch YouTube other than your application. HTML player lags a lot on my old laptop and other similar applications only support 64 bit systems or just simply don't work. Thanks a lot