The Following User Says Thank You to mfrasca For This Useful Post: | ||
|
2018-05-07
, 23:38
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#2
|
The Following User Says Thank You to Halftux For This Useful Post: | ||
|
2018-05-08
, 05:15
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#3
|
The Following 3 Users Say Thank You to nieldk For This Useful Post: | ||
|
2018-05-08
, 18:11
|
Posts: 45 |
Thanked: 80 times |
Joined on Jun 2010
|
#4
|
The Following 3 Users Say Thank You to mfrasca For This Useful Post: | ||
|
2020-02-04
, 11:58
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#5
|
The Following 6 Users Say Thank You to Halftux For This Useful Post: | ||
|
2020-02-05
, 07:11
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#6
|
python3.5 youtube-dl -vU [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-vU'] [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2020.01.24 [debug] Python version 3.5.6 (CPython) - Linux-2.6.28.10-cssu3-armv7l-with-debian-testing-unstable [debug] exe versions: none [debug] Proxy map: {} youtube-dl is up-to-date (2020.01.24)
python3.5 youtube-dl -f "best[height<=480]" "https://www.youtube.com/watch?v=oCvCUmZwpfI"
|
2020-02-05
, 09:44
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#7
|
This sends the CPU spinning at 98% for a full minute (*), then another minute at 20-50% while downloading (fast wlan).
(*) Isn't python 2.7 still supported on most Linux distros (2.7.17-1 on mine)? Wouldn't it be lighter on the N900, both installed size & runtime resources?
Halftux, is this stuff helping - indirectly - with Maemo Leste development?
|
2020-02-06
, 09:05
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#8
|
|
2020-02-16
, 14:22
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#9
|
The Following 9 Users Say Thank You to Halftux For This Useful Post: | ||
|
2020-02-17
, 12:23
|
|
Posts: 584 |
Thanked: 1,550 times |
Joined on Sep 2019
|
#10
|
[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
./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='
The Following 4 Users Say Thank You to nonsuch For This Useful Post: | ||
the thread was in the MeeGo area, so I place the question here, too:
looking for python3-setuptools on Maemo, is it somewhere already?
looking for OpenSSL, newer than 0.9.8, same question.
is python3.4 the newest we have, for Maemo?
once we have telethon that can be installed on Maemo, I was considering writing a python-tk program, or you know how to connect python3 on Maemo to Qt?