Fix tv.brain.rip parsing. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 2d828a22036d6ef33bb5e859719118631cee89e6 | |
parent 8d473f10f29e8ec0f9404343827d05ff3c363d45 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 18 May 2023 13:25:49 +0200 | |
Fix tv.brain.rip parsing. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -186,7 +186,7 @@ case "${text}" in | |
nuris="${nuris} ; metadata: gophers://codemadness.org/1/idiotb… | |
nocuri=1 | |
;; | |
- *tv.brain.rip/???-???/*) | |
+ *tv.brain.rip/???-???*) | |
nuris="$(grep 'property="og:video:secure_url' < "${tmpf}" | se… | |
urititle="$(grep 'name="description' < "${tmpf}" | sed 's,.*co… | |
nocuri=1 |