From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.help Subject: Re: A way to watch (some) videos about Emacs with wget and mpv Date: Tue, 27 Dec 2022 12:00:24 +0000 Message-ID: <87mt79ys2v.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35243"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs To: Eduardo Ochs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 27 13:00:50 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pA8dU-000909-It for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 27 Dec 2022 13:00:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pA8dB-0000Bt-DD; Tue, 27 Dec 2022 07:00:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pA8d9-0000BS-TF for help-gnu-emacs@gnu.org; Tue, 27 Dec 2022 07:00:27 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pA8d7-0007jm-WE for help-gnu-emacs@gnu.org; Tue, 27 Dec 2022 07:00:27 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 7DB1524018A for ; Tue, 27 Dec 2022 13:00:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1672142422; bh=RG6HFIZSf+rnvcODA+0GvogpfR5YQVbNCtEsbvCzAN0=; h=From:To:Cc:Subject:Date:From; b=Ph9Cxtepug3kzvNXoc/3B0tHrWzukW4//vTGhjinQXE5fq0qTtt9W3WZ2hOzoU/lJ 8fdh+UPOirmDcg/glDy08cIL7/cN+l1J5JV0INAXft7J4cDMF8uoZvImTnL7rrsVyo sBulMVGYWTk46hbBoK/KYJgM2yBF80EsDFn9MPhpMgAAa+XxDK7tKsYrxlDNR0duJB x1TPhmC+oKj7+B9ABa+w+28rmZ6n/hb5HlBb9ri51RzTSaN1FUgTC2OGbDeT7VRck/ 7y78kyWDUdVGYJFiBOeiMZ5qnIAbtRJE6dY2FL+2tsbqas75ohDEPMcoNERzATv7Qm Dzq/EeEuhbTDg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NhCs04hrNz6tnh; Tue, 27 Dec 2022 13:00:17 +0100 (CET) In-Reply-To: (Eduardo Ochs's message of "Tue, 27 Dec 2022 08:55:26 -0300") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141953 Archived-At: Eduardo Ochs writes: > Long story short: 1) use two "wget"s and an "mpv"; 2) this is my > 20th-ish attempt to find a way to point to wget-able videos, and the > first one that I really like - and that would be easy to adapt to > other people and to videos totally unrelated to eev; 3) I don't know > if this would work well for the EmacsConf, Maybe I am missing something, but why not use youtube-dl/ytp-dl and just pass the URL directly to mpv?