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:44:46 +0000 Message-ID: <87ilhxyq0x.fsf@posteo.net> References: <87mt79ys2v.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11579"; 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:45:14 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 1pA9KT-0002mU-8J for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 27 Dec 2022 13:45:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pA9K7-0002mk-6a; Tue, 27 Dec 2022 07:44:51 -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 1pA9K4-0002mE-RF for help-gnu-emacs@gnu.org; Tue, 27 Dec 2022 07:44:49 -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 1pA9K2-00017W-TW for help-gnu-emacs@gnu.org; Tue, 27 Dec 2022 07:44:48 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id BA791240223 for ; Tue, 27 Dec 2022 13:44:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1672145084; bh=NJUgzkmQ4uic/v740gIKA7INfw35nPUnZmV332DnJIQ=; h=From:To:Cc:Subject:Date:From; b=GfYwWN1+mCsN4JenG11fCR6hBV4e5ZbOATCzdTaRE1nG0sWTJiVw70pESDELn1XB6 pDrXzvHNvxetcLyiG8uhPptA0jkqSfe6lTT2lKj29n+qFPh3VISmHE2ZdeZe3L6hVL nYvA76+fwXcvUb2bfkV5olHVRyZmstDRD7HReaiEpT5bx3eYJqgAD/0gVgdm6SngqG 1oMUYOX1n9wb0F5sXw2gjgOTJ5+SCCAqCw/ivA28OgDg2qcUBGfwWQQ1Z7Ioj0PEaw VtGxL04Mm37euscrPMRJcn7RUJTVZ8EHOzTczEOPen9udv7YIG2o0UlDDqdeAWkTVG KTj4bsudZCYwQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NhDrC34jfz9rxG; Tue, 27 Dec 2022 13:44:40 +0100 (CET) In-Reply-To: (Eduardo Ochs's message of "Tue, 27 Dec 2022 09:08:15 -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:141957 Archived-At: Eduardo Ochs writes: > On Tue, 27 Dec 2022 at 09:00, Philip Kaludercic wrote: >> >> 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? > > Can you send an example of your idea as a series of commands that can > be executed in a shell? I _think_ that I have good arguments in > favor of the method with wget, but I need to check which command line > arguments you're thinking of... All you need is "mpv https://some.host/path/to/video.file" or "mpv https://a.service/that/doesnt/host/video/files.directly", assuming you have youtube-dl installed. > Cheers, E.