From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Emanuel Berg via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: http://yewtu.be Date: Fri, 24 Apr 2020 06:29:04 +0200 Message-ID: <878siljylr.fsf@ebih.ebihd> Reply-To: Emanuel Berg Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="77201"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: help-gnu-emacs@gnu.org Cancel-Lock: sha1:/WHiwLUk1R/e5V6QhGi8Mq5D974= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 24 06:29:38 2020 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 1jRpy5-000Jzq-V4 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 24 Apr 2020 06:29:37 +0200 Original-Received: from localhost ([::1]:48800 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRpy5-0004p7-20 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 24 Apr 2020 00:29:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38348) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRpxj-0004ne-Bj for help-gnu-emacs@gnu.org; Fri, 24 Apr 2020 00:29:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRpxi-0007CZ-9s for help-gnu-emacs@gnu.org; Fri, 24 Apr 2020 00:29:15 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:54230) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jRpxh-0006zz-Sf for help-gnu-emacs@gnu.org; Fri, 24 Apr 2020 00:29:13 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jRpxf-000JVt-6D for help-gnu-emacs@gnu.org; Fri, 24 Apr 2020 06:29:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Mail-Copies-To: never Received-SPF: pass client-ip=159.69.161.202; envelope-from=geh-help-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/24 00:29:11 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Received-From: 159.69.161.202 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.help:122923 Archived-At: Some people don't want to follow plain YouTube hyperlinks as then "Google gets to know". Personally, I don't really care what Google knows about my YouTubing, as long as I don't have to deal with YouTube's web interface (and this doesn't even require explicit downloading nowadays, thru mpv(1) which is a bliss, tho under the hood it uses youtube-dl(1)), but OTOH I like to post YouTube URLs from Emacs-w3m to ERC buffers, if you, err, FOLLOW! So I wrote this so that them paranoid I mean privacy minded people can also feel good about it :) Let's see how long it works before they change something... (require 'erc-compat) (require 'w3m) (defun ytb () (interactive) (let*((url w3m-current-url) (ytb (erc-replace-regexp-in-string "https://www\\.youtube\\.com/watch\\?v=" "http://yewtu.be/" url) )) (kill-new (format "< %s | %s >" url ytb)) )) -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal