From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: Replace Youtube-DL with HyperVideo Date: Wed, 7 Aug 2019 11:02:48 +0200 Message-ID: <5d79ff0c-4f69-6a08-7f1f-8eecc18dbd4b@crazy-compilers.com> References: <79253436d354b5dfc851d9eb57a299b300fbfe7d.camel@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49921) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvHqX-0002sv-E2 for guix-devel@gnu.org; Wed, 07 Aug 2019 05:03:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvHqS-0003oo-E9 for guix-devel@gnu.org; Wed, 07 Aug 2019 05:03:01 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:35003) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvHqS-0003kR-83 for guix-devel@gnu.org; Wed, 07 Aug 2019 05:02:56 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 463QWb646Wz1rWxg for ; Wed, 7 Aug 2019 11:02:51 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 463QWb5yhmz1r02m for ; Wed, 7 Aug 2019 11:02:51 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id l95gz-z9xC_9 for ; Wed, 7 Aug 2019 11:02:49 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-48-193.dynamic.mnet-online.de [188.174.48.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Wed, 7 Aug 2019 11:02:49 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 8618760164 for ; Wed, 7 Aug 2019 11:03:40 +0200 (CEST) In-Reply-To: <79253436d354b5dfc851d9eb57a299b300fbfe7d.camel@disroot.org> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Am 05.08.19 um 20:56 schrieb Raghav Gururajan: > I came across this project called HyperVideo (https://libregit.org/heck= > yel/hypervideo). It is a fork of Youtube-DL, without non-free JS and > SWF bytecode. Huh? youtube-dl does not include any JS or SWF bytecode - so there is nothing to remove. And I just checked the diff, and there are not blobs removed (which is what I would have expected). The only things changed are: * Signature decryption for youtube signatures is removed. o The JS bytecode interpreter is removed - which AFAIU is not a complete interpreter, but only tried to fetch the calculated URL from the code. o The SWF bytecode interpreter is removed - which also AFAIU is not a complete interpreter. * The IqiyiSDKInterpreter removed in youtube_dl/extractor/iqiyi.py - theses seem to use some hard-coded authentication tokens for login at http://kylin.iqiyi.com/ I can't see why this would require to replace youttube-dl by hypervideo. --=20 Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | =20