This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- This script allows to create excerpts of a video that is played, | |
-- press "ctrl+i" to mark the begin of the range to excerpt, | |
-- press "ctrl+o" to mark the end of the range to excerpt, | |
-- press "ctrl+x" to actually start the creation of the excerpt, | |
-- which will be done by starting an external executable | |
-- named "excerpt_copy" with the parameters $1 = begin, | |
-- $2 = duration, $3 = source file name | |
-- (see bottom of this file for all key bindings) | |
-- script options: Use... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl 'https://vodingesta6018-ahoramedia-tv.akamaized.net/video/rtvcPlay/esdp-t02c10-hd851ee07e-93a3_H,500,1000,1500,.MP4.urlset/index-f2-v1-a1.m3u8' -H 'Host: vodingesta6018-ahoramedia-tv.akamaized.net' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0' -H 'Accept: */*' -H 'Accept-Language: es-AR,es;q=0.8,en-US;q=0.5,en;q=0.3' --compressed -H 'Referer: https://playerssl.cdnmedia.tv/embed/8d7794fdff/851ee07e-93a3-68d9-eff6-33ee3a5dc80e/?title=false' -H 'Origin: https://playerssl.cdnmedia.tv' -H 'DNT: 1' -H 'Connection: keep-alive' | grep ts$ | while read N; do | |
curl "https://vodingesta6018-ahoramedia-tv.akamaized.net/video/rtvcPlay/esdp-t02c10-hd851ee07e-93a3_H,500,1000,1500,.MP4.urlset/$N" -H 'Host: vodingesta6018-ahoramedia-tv.akamaized.net' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0' -H 'Accept: */*' -H 'Accept-Language: es-AR,es;q=0.8,en-US;q=0.5,en;q=0.3' --compressed -H 'Referer: https://playerssl.cdnmedia.tv/emb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 4232 | |
// @description Colaborar con el Proyecto 4232 | |
// @version 1 | |
// @grant none | |
// @lang es | |
// @author Ernesto Bazzano (bazza) | |
// @license AGPL-v3.0+ | |
// @copyright 2018 | |
// @updateURL https://download.tuxfamily.org/4232/4232.user.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# valor, espera | |
valor 1, 0 | |
valor 2, 255 | |
delay 1 | |
valor 15, 0 | |
valor 2, 1 | |
valor 1, 0 | |
valor 2, 1 | |
valor 15, 0 | |
valor 2, 255 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msgid "" | |
msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | |
"Project-Id-Version: \n" | |
"POT-Creation-Date: \n" | |
"PO-Revision-Date: \n" | |
"Last-Translator: Ernesto Bazzano <[email protected]>\n" | |
"Language-Team: bazza <[email protected]>\n" | |
"MIME-Version: 1.0\n" | |
"Content-Transfer-Encoding: 8bit\n" |