View Single Post
nonsuch's Avatar
Posts: 584 | Thanked: 1,550 times | Joined on Sep 2019
#10
This is the version from your repo (3.5.9-maemo1):
Code:
[user:~/bin] $> time python3.5 youtube-dl -f "best[height<=480]" https://www.youtube.com/watch?v=2ZrWHtvSog4
[youtube] 2ZrWHtvSog4: Downloading webpage
[youtube] 2ZrWHtvSog4: Downloading video info webpage
[download] Destination: 1-Minute Audio Test for Stereo Speakers & Headphones-2ZrWHtvSog4.mp4
[download] 100% of 2.63MiB in 00:02
real	1m 3.64s
user	0m 55.32s
sys	0m 1.44s
As you can see the actual downloading took only 2s, the rest is figuring out what the download URL is.
Nevertheless, it works just fine.

How can I try to compile 2.7.17? Do I need to install gcc-4.2-base or gcc-4.6?
Will the ./configure line from your log help:
Code:
./configure '--prefix=/opt/python3/' '--enable-ipv6' '--enable-loadable-sqlite-extensions' '--with-dbmliborder=bdb:gdbm' '--with-computed-gotos' '--without-ensurepip' '--without-system-expat' '--without-system-libmpdec' '--with-threads' '--enable-optimizations' 'CFLAGS=-Wall -g -O2 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fomit-frame-pointer -fsigned-char -mlittle-endian' 'LDFLAGS=' 'CPPFLAGS='
???
__________________
N900 in 2020
SFOS in 2021
 

The Following 4 Users Say Thank You to nonsuch For This Useful Post: