From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD007158086 for ; Mon, 15 Nov 2021 16:14:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D42282BC00A; Mon, 15 Nov 2021 16:14:32 +0000 (UTC) Received: from mail.tzend.de (mail.tzend.de [IPv6:2a03:4000:27:4d1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D1F02BC001 for ; Mon, 15 Nov 2021 16:14:31 +0000 (UTC) Received: by mail.tzend.de (Postfix, from userid 112) id BDC699A04EB; Mon, 15 Nov 2021 17:14:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tastytea.de; s=mail; t=1636992870; bh=DWymFKFdXWcOy7FVkxJzrhQGF0ihYvlKR8ZZsALkG6w=; h=Date:From:To:Subject:In-Reply-To:References; b=E+jcxFdwhy0bOB13tUlb0sqXRRZCIegKmFrXiQo05GfZ1Npm30Z0ZztIPN9ed0jkv 60RN0FxzOM2hj90+lL7de67uTT0vvV+7BH4D+rcF7dFI9fQPUqOWYoxI2E3yTveesv N5eR8xqOTWFq3gnRJQSc3OVhfVlCtlUbgrcL5yaM= X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on pla.tzend.de X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.5 Received: from ventiloplattform.tastytea.de (p200300c0872c1000187492a983d3df17.dip0.t-ipconnect.de [IPv6:2003:c0:872c:1000:1874:92a9:83d3:df17]) by mail.tzend.de (Postfix) with ESMTPSA id 537A19A0415 for ; Mon, 15 Nov 2021 17:14:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tastytea.de; s=mail; t=1636992870; bh=DWymFKFdXWcOy7FVkxJzrhQGF0ihYvlKR8ZZsALkG6w=; h=Date:From:To:Subject:In-Reply-To:References; b=E+jcxFdwhy0bOB13tUlb0sqXRRZCIegKmFrXiQo05GfZ1Npm30Z0ZztIPN9ed0jkv 60RN0FxzOM2hj90+lL7de67uTT0vvV+7BH4D+rcF7dFI9fQPUqOWYoxI2E3yTveesv N5eR8xqOTWFq3gnRJQSc3OVhfVlCtlUbgrcL5yaM= Date: Mon, 15 Nov 2021 17:14:03 +0100 From: tastytea To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] youtube-dl has been very slow Message-ID: <20211115171204.6ab4a601@ventiloplattform.tastytea.de> In-Reply-To: References: <20211106215147.6f9cd0d1@ventiloplattform.tastytea.de> Jabber-ID: tastytea@tastytea.de Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/B2L_gd/d1fIbsnNAtPN5uQl"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Archives-Salt: 7e824202-1986-43cc-b108-ba1d4c64c843 X-Archives-Hash: c023ed99e18b1cf56715770a6dd89ab4 --Sig_/B2L_gd/d1fIbsnNAtPN5uQl Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On 2021-11-15 08:33-0700 Skippy wrote: > On 11/6/21 14:51, tastytea wrote: > snip >=20 > >=20 > > The fork everyone is using now is yt-dlp (net-misc/yt-dlp). It > > downloads with normal speeds. The newest version of the ebuild > > installs a compatibility-wrapper so programs calling youtube-dl will > > automatically use yt-dlp instead. > >=20 > > Kind regards, tastytea > > =20 >=20 > I didn't know abouot yt-dlp either. Thanks for the info. I installed > it but it will not work with gPodder. >=20 > When in gPodder i enable use of Youtube-dl I get the message >=20 > Extension cannot be activated. > Python module not found: youtube_dl That looks like it does not use the program, but the python module directly. You could try if symlinking /usr/lib/python3.9/site-packages/yt_dlp to /usr/lib/python3.9/site-packages/youtube_dl helps. Replace python3.9 with your version of course. If that works, please file a bug on bugs.gentoo.org. > Anyone know how to make gPodder use yt-dlp? >=20 > Do I simply need a link that sends youtube_dl to yt-dlp? yt-dlp already installs a wrapper script in /usr/bin/youtube-dl. Kind regards, tastytea --=20 Get my PGP key with `gpg --locate-keys tastytea@tastytea.de` or at . --Sig_/B2L_gd/d1fIbsnNAtPN5uQl Content-Type: application/pgp-signature Content-Description: Digitale Signatur von OpenPGP -----BEGIN PGP SIGNATURE----- iHUEAREKAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCYZKHSwAKCRDPw5SX8bJu BzLKAP9zXARN1Rv6xFPATG9XgoMnvjRkoLpMrdCoHKla0hh35QEAg4apXLLl5k6Z 0yaN7V5FMUyYwFSrsYuQ797quZYJgGQ= =yVj6 -----END PGP SIGNATURE----- --Sig_/B2L_gd/d1fIbsnNAtPN5uQl--