[ b / kemono / coomer ]

/coomer/ - coomer.party

Name
Email
Subject
Comment
Verification
File
Password (For file deletion.)

File: 1703950698397.png (208.55 KB, 400x370, 1538629374447.png)

 No.3148

thinking on how tf do i search posts containing videos only, cause having to click 50 posts to find maybe 1-2 videos isnt healthy
ps. i dont need a way to download videos only, i got like 300mb left on my hdd xd

 No.3149

>>3148
Yeah this feature should be added along with sorting within certain dates.

 No.3164

If you have jq installed (https://jqlang.github.io/jq/) somewhere where you have curl, you can easily filter any API response to find files whose filename contains m4v, for example, you can get recent posts with videos with:

curl -X 'GET' 'https://coomer.su/api/v1/posts' -H 'accept: application/json' | jq '.[] | select( [ .file.name | contains("m4v") ] | any ), select( [ .attachments[].name | contains("m4v") ] | any ) | "https://coomer.su/" + .service + "/user/" + .user + "/post/" + .id'

 No.3165

File: 1704078408805.jpg (663.82 KB, 2048x2048, 2023-12-01T20:00:08 - b2d0….jpg)

I am working on a tool to download, will follow up in a bit
as an aside, what is the rate limit downloading files? I'll happily respect it

 No.3172

File: 1704169172979.jpg (394.42 KB, 1538x2048, 2023-10-30T17:14:46 - 1bb6….jpg)

reporting back, I've created this CLI tool to download from coomer/kemono: https://git.coom.tech/milkmaster1080/coom-collector
looking for feedback, check it out

 No.3238

There is a Tampermonkey script which allows you to filter

https://sleazyfork.org/en/scripts/469198-filter-videos

Adds a button, on click it filters just posts which have videos

 No.3263

>>3172
I like it, easy to use and it just works. Thanks.

 No.3271

>>3172
Really cool, but I'm too much of a dumb ape for stuff like this.
I followed the instructions but the download stage always gets stuck.
Am I missing some pre-requisites?

 No.3281

An ability for the site to generate a thumbnail for posts with videos is by far my most desired feature.

Probally query the frame used as the thumbnail like 30% into the videos though so it skips any intros or black frames.

 No.3284

>>3271
you mind sharing the exact command you're trying, and the error?
shouldn't be any prerequisites besides installing golan

 No.3290

I'm not sure why the video .mp4 file metadata is not available on the post as well. I would like to be able to see the post as well as 'sort' by post size (attachments). Seems like a bigger problem if not left unchecked.

For example elsewhere, bunkr recently added sort by size which was sorely needed on those albums. It immediately improved the UX.



[Return][Go to top] [Catalog] [Post a Reply]
Delete Post [ ]
[ b / kemono / coomer ]