| 03:25:09 | | etnguyen03 quits [Remote host closed the connection] |
| 03:36:46 | | PredatorIWD83 joins |
| 03:38:44 | | PredatorIWD8 quits [Ping timeout: 268 seconds] |
| 03:38:44 | | PredatorIWD83 is now known as PredatorIWD8 |
| 04:22:31 | | cm quits [Ping timeout: 268 seconds] |
| 04:24:53 | | cm joins |
| 05:40:22 | | unknownsrc quits [Ping timeout: 252 seconds] |
| 05:42:33 | | unknownsrc (unknownsrc) joins |
| 06:13:41 | | HackMii quits [Remote host closed the connection] |
| 06:15:18 | | HackMii (hacktheplanet) joins |
| 07:11:13 | | hexa- quits [Quit: Disconnected] |
| 07:12:09 | | hexa- (hexa-) joins |
| 07:43:52 | | nine quits [Quit: See ya!] |
| 07:44:05 | | nine joins |
| 07:51:54 | | nine quits [Client Quit] |
| 07:52:08 | | nine joins |
| 08:17:14 | | HP_Archivist (HP_Archivist) joins |
| 10:02:21 | | MrMcNuggets (MrMcNuggets) joins |
| 10:05:50 | | MrMcNugg1 quits [Ping timeout: 252 seconds] |
| 11:00:19 | | Bleo18260072271962345522201107 quits [Quit: The Lounge - https://thelounge.chat] |
| 11:00:38 | | Dango3609 (Dango360) joins |
| 11:03:10 | | Bleo18260072271962345522201107 joins |
| 11:03:46 | | Dango360 quits [Ping timeout: 252 seconds] |
| 11:03:46 | | Dango3609 is now known as Dango360 |
| 11:08:48 | | Umbire quits [Quit: Umbire zaps a wand of digging!] |
| 11:13:09 | | Starchives__ quits [Remote host closed the connection] |
| 11:13:44 | | Starchives__ (Starchives) joins |
| 11:14:26 | | Goofybally quits [Read error: Connection reset by peer] |
| 11:14:41 | | Goofybally joins |
| 12:11:14 | | unknownsrc quits [Ping timeout: 252 seconds] |
| 12:20:27 | | unknownsrc (unknownsrc) joins |
| 12:21:08 | <klea> | https://huggingface.co/spaces/HuggingFaceCode/in-the-stack |
| 12:41:00 | | h|ignition quits [Remote host closed the connection] |
| 12:47:21 | | useretail joins |
| 12:52:40 | | mls (mls) joins |
| 12:52:42 | | h|ignition (h) joins |
| 12:58:16 | | mls quits [Client Quit] |
| 14:23:09 | | UwU quits [Quit: bye] |
| 14:27:36 | | UwU joins |
| 14:27:49 | | UwU quits [Client Quit] |
| 14:28:40 | | etnguyen03 (etnguyen03) joins |
| 14:47:38 | | UwU joins |
| 14:56:13 | | UwU quits [Client Quit] |
| 14:56:50 | | UwU joins |
| 14:58:07 | | UwU quits [Client Quit] |
| 14:58:30 | | MrMcNuggets quits [Quit: WeeChat 4.9.2] |
| 14:59:11 | | UwU joins |
| 15:00:00 | | etnguyen03 quits [Client Quit] |
| 15:07:52 | | UwU quits [Remote host closed the connection] |
| 15:08:36 | | UwU joins |
| 15:21:08 | | T31M quits [Quit: ZNC - https://znc.in] |
| 15:22:54 | | T31M joins |
| 16:32:14 | | etnguyen03 (etnguyen03) joins |
| 16:35:58 | | unknownsrc quits [Ping timeout: 252 seconds] |
| 16:45:15 | | unknownsrc (unknownsrc) joins |
| 17:01:10 | | @dxrt quits [Quit: ZNC - http://znc.sourceforge.net] |
| 17:01:34 | | dxrt (dxrt) joins |
| 17:01:34 | | @ChanServ sets mode: +o dxrt |
| 17:12:38 | | etnguyen03 quits [Ping timeout: 252 seconds] |
| 17:30:26 | | etnguyen03 (etnguyen03) joins |
| 17:43:32 | | UwU quits [Remote host closed the connection] |
| 17:50:21 | | etnguyen03 quits [Ping timeout: 268 seconds] |
| 17:53:33 | | mls (mls) joins |
| 17:56:27 | | yano quits [Quit: WeeChat, https://weechat.org/] |
| 17:58:29 | | yano (yano) joins |
| 18:04:40 | | etnguyen03 (etnguyen03) joins |
| 18:15:12 | | UwU joins |
| 19:04:04 | | nine- joins |
| 19:04:23 | | nine quits [Read error: Connection reset by peer] |
| 19:04:25 | | nine- is now known as nine |
| 19:17:18 | | etnguyen03 quits [Ping timeout: 268 seconds] |
| 19:24:23 | | etnguyen03 (etnguyen03) joins |
| 20:07:23 | | nine quits [Client Quit] |
| 20:07:36 | | nine joins |
| 20:26:22 | <Doranwen> | I'm trying to get sed to add `https:` to any line that starts with / (as this case is all urls) - but what I tried adds it to *every* line (and gallery-dl then gets very confused with lines that have two of them): `sed 's/^[^#]/https:&/'` What am I doing wrong? I can always do a second sed to change any strings of `https:https:` to just `https:` but it'd be more efficient to do one substitution instead of two. |
| 20:27:21 | <klea> | sed -e 's,^/,https:/,' ? |
| 20:48:30 | | nine quits [Client Quit] |
| 20:48:43 | | nine joins |
| 21:24:24 | <Doranwen> | klea: That seems to be stripping off all the / and not adding https: at all. Hmm… |
| 21:25:46 | <klea> | https://transfer.archivete.am/inline/f6EMS/shell.txt |
| 21:28:22 | <Doranwen> | Oh, nvm! Was looking at the wrong part of the error. Turns out those links were dead after all, so of course gallery-dl freaked out at them. Thank you! |
| 21:35:27 | <klea> | You're welcome! |
| 21:37:45 | <klea> | https://www.youtube.com/watch?v=uRhmus2BdKc |
| 22:43:59 | | Umbire (Umbire) joins |
| 22:54:22 | | etnguyen03 quits [Ping timeout: 268 seconds] |
| 23:18:59 | | etnguyen03 (etnguyen03) joins |
| 23:31:46 | | rohvani quits [Ping timeout: 252 seconds] |
| 23:38:46 | | etnguyen03 quits [Ping timeout: 268 seconds] |
| 23:52:13 | | Umbire quits [Read error: Connection reset by peer] |
| 23:59:07 | | rohvani joins |