[00:29] *** Pixi has quit IRC (Ping timeout: 255 seconds) [00:30] *** dashcloud has quit IRC (Read error: Operation timed out) [00:32] *** dashcloud has joined #archiveteam-bs [00:33] *** Pixi has joined #archiveteam-bs [01:09] *** ndiddy has joined #archiveteam-bs [02:55] *** godane has joined #archiveteam-bs [02:57] *** arbin_ is now known as arbin [03:28] *** powerKitt has quit IRC (Remote host closed the connection) [03:47] *** qw3rty113 has joined #archiveteam-bs [03:53] *** qw3rty112 has quit IRC (Read error: Operation timed out) [03:55] *** odemg has quit IRC (Read error: Operation timed out) [03:57] *** Mateon1 has quit IRC (Read error: Operation timed out) [03:57] *** Mateon1 has joined #archiveteam-bs [04:06] *** odemg has joined #archiveteam-bs [04:30] *** LordNigh2 has joined #archiveteam-bs [04:34] *** Lord_Nigh has quit IRC (Ping timeout: 268 seconds) [04:34] *** LordNigh2 has quit IRC (Ping timeout: 252 seconds) [04:34] *** Lord_Nigh has joined #archiveteam-bs [04:41] *** fie has quit IRC (Ping timeout: 268 seconds) [04:55] *** fie has joined #archiveteam-bs [05:35] SketchCow: i really need to get a tape of this to do a proper mpeg2 transfer of it: https://archive.org/details/CyberSurfinInternetForTheRestOfUs [05:36] its only a 83mb mp4 for the original file [06:19] *** wp494_ has joined #archiveteam-bs [06:20] *** dashcloud has quit IRC (Read error: Operation timed out) [06:25] *** wp494 has quit IRC (Read error: Operation timed out) [06:26] *** dashcloud has joined #archiveteam-bs [06:29] *** wp494 has joined #archiveteam-bs [06:34] *** wp494_ has quit IRC (Read error: Operation timed out) [07:18] *** Cameron_D has joined #archiveteam-bs [08:05] *** MrRadar_ has joined #archiveteam-bs [08:05] *** MrRadar has quit IRC (Read error: Connection reset by peer) [08:50] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [08:52] *** Lord_Nigh has joined #archiveteam-bs [08:56] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [09:02] *** Lord_Nigh has joined #archiveteam-bs [09:16] *** Stilett0- has quit IRC (Read error: Operation timed out) [09:21] *** Stilett0- has joined #archiveteam-bs [09:59] godane: What sort of VHS tapes are you after for archiving [09:59] *** Pixi` has joined #archiveteam-bs [10:03] *** Pixi has quit IRC (Ping timeout: 255 seconds) [11:24] *** Mateon1 has quit IRC (Read error: Connection reset by peer) [11:24] *** Mateon1 has joined #archiveteam-bs [11:27] *** Mateon1 has quit IRC (Client Quit) [12:32] *** BlueMax has quit IRC (Read error: Connection reset by peer) [13:00] *** LordNigh2 has joined #archiveteam-bs [13:05] *** Lord_Nigh has quit IRC (Ping timeout: 268 seconds) [13:05] *** LordNigh2 is now known as Lord_Nigh [15:40] TEMPORARILY AT GODANE INBOX ZERO - https://archive.org/details/godaneinbox [15:40] * SketchCow dance [16:04] *** schbirid has joined #archiveteam-bs [16:55] *** Soni has quit IRC (Ping timeout: 255 seconds) [17:07] *** Soni has joined #archiveteam-bs [17:16] *** atrocity has quit IRC (Ping timeout: 246 seconds) [17:40] eientei95: i would like to get computer related tapes but i have not found any at savers [17:43] SketchCow: this item has a issue for some reason : https://archive.org/details/radionz-nine-to-noon-2015-07-28 [17:44] i don't think its darked based on the logs [17:52] *** dashcloud has quit IRC (Read error: Operation timed out) [17:55] the latest digitize tapes uploads: https://www.patreon.com/posts/digitize-tapes-18077507 [17:57] *** dashcloud has joined #archiveteam-bs [18:08] *** Igloo has quit IRC (Ping timeout: 252 seconds) [18:08] *** Igloo has joined #archiveteam-bs [18:41] *** adinbied has joined #archiveteam-bs [18:41] Asked over in the Eye Discord, but I figured I'd ask here as well. I'm trying to archive an entire private subreddit that I am a member of, and have been unable to find a current working method. I don't want to wget the whole thing, as due to reddit's rate limiting it would take ~3 months of time and too much unnecessary storage space. Within the last week, Reddit has deprecated their timestamp search API, which alot of [18:41] archiving tools rely on. Any ideas? [18:46] I'm not aware of any method. Because they removed the cloudsearch syntax, the only way to discover all threads in a subreddit (once there are more than 1000) is to iterate over all possible thread IDs. [18:47] oh wow [18:47] For public subreddits, you can use the Pushshift dataset to discover these threads rapidly. But on private subreddits, that's really the only way (because they won't be in any public dataset). [18:48] I guess you could limit the thread IDs such that you don't scan threads older than the subreddit. You could also remove all IDs that are listed in the Pushshift data. [18:49] That should speed it up a bit. But yeah, Reddit sucks. [18:55] *** atrocity has joined #archiveteam-bs [18:58] *** Laverne has quit IRC (Remote host closed the connection) [19:02] godane: No idea why that's broke. [19:07] Hmm, actually, maybe it *is* possible to extract private subreddits' threads from Pushshift. If you access such a link without being logged into an authorised account, you get a "this subreddit is private" error IIRC. So mapping thread IDs to subreddits should still be possible even without having access to the contents. I don't know if the Pushshift data contains this information though. [19:18] *** Laverne has joined #archiveteam-bs [19:24] *** schbirid has quit IRC (Quit: Leaving) [19:43] I glanced at the PushShift API and data and was unable to figure out a direct way to do this.... How would I go about checking to see if such a thing is possible? [19:48] *** medowar has quit IRC (Ping timeout: 252 seconds) [19:51] *** medowar has joined #archiveteam-bs [19:55] godane: I can have a look at second-hand stores here, but most VHSs they have are movies [19:58] Hold on... [20:00] OK, so I have a list of every post ID on the subreddit, what would be the best way to go about downloading them in a usable manner? I'll wget all of them, but how would I go about making a central search repo or something? Ideally I'm wanting to have the info in a database similar to timesearch's approach [20:02] As it turns out, I have a backup of when I started trying to back it up a month ago, and I saved a list of all of the post ID's. (Hooray for backups and never deleting stuff!) [20:14] *** jschwart has joined #archiveteam-bs [20:34] *** RichardG has quit IRC (Read error: Connection reset by peer) [20:34] *** RichardG has joined #archiveteam-bs [20:50] *** adinbied has quit IRC (Quit: Leaving) [21:06] *** jschwart has quit IRC (Konversation terminated!) [21:08] SketchCow: any news from Mank? [21:47] *** BlueMax has joined #archiveteam-bs [21:54] *** dashcloud has quit IRC (Read error: Operation timed out) [22:02] *** dashcloud has joined #archiveteam-bs [22:51] *** ndiddy has quit IRC () [22:53] *** ndiddy has joined #archiveteam-bs [23:13] *** nyany has quit IRC (Leaving) [23:15] SketchCow: so i filled up a 3rd box of vhs tapes to mail to you for archiving [23:15] all digitize and scanned [23:27] *** dashcloud has quit IRC (Read error: Operation timed out) [23:54] *** dashcloud has joined #archiveteam-bs [23:54] *** odemg has quit IRC (Read error: Operation timed out) [23:58] *** odemg has joined #archiveteam-bs