[Alt'tiRi]

Results 159 comments of [Alt'tiRi]

_If you use an account credentials_, then it should do. You can run additionally `/username/media` after `/search?q=from:username` just in case.

Just checked: `/search?q=from:username` does not includes retweets. Even if `"retweets"` is used (`true`/`"original"`). It works only when you download `/username` endpoint. Also with `"retweets": "original"` the filename will use the...

The interested thing is that `/username` (timeline) has some posts missed even within the first ~1000 posts. For example, I have run `gallery-dl https://twitter.com/DPMaker_` (mostly NSFW 3D) Then I run...

> i put it like > 'https://twitter.com/search?q=from:vaha0121w4&filter:media' ? Not `/search?filter:media&q=from:username`, but `/search?q=filter:media+from:username`. It's the one query param `"q"` with two "options" separated by a space. "`+`" (or "`%20`") sign is...

> okay thanks for the clarfication, i got [twitter][info] No results for https://twitter.com/search?q=filter:media+from:vaha0121w4 but i got success with https://twitter.com/search?filter:media&q=from:vaha0121w4 Because of it's the same thing as `https://twitter.com/search?q=from:vaha0121w4`. _Wrong_ using of...

![Screenshot](https://user-images.githubusercontent.com/16310547/164950594-c87807f4-5f81-4881-8870-0763d4708fc6.png) > Gallery-dl also have that info in the metadata (see `-K`). ![image](https://user-images.githubusercontent.com/16310547/164942966-d7dfd5ca-fb63-44e7-a0c2-1e948140b37a.png) It's count of posts with media.

`gallery-dl.conf` is a JSON file. To modify the representation of values of the keys (which you can list with `-K` flag) it uses the follow rules: https://github.com/mikf/gallery-dl/blob/master/docs/formatting.md

For example, `{tag_string_copyright:R_/ /}`. However, are you really want _to destroy some useful information_ of the tags? You want to transform this: `xiaoyu kuroe_shizuku sono_bisque_doll_wa_koi_wo_suru` (3 tags) to `xiaoyu kuroe...

Thanks. I think `\t` also should be counted as a space. It's useful to use tabs to align text with auto-padding of it (works fine in Notepad, Notepad++). --- When...

Thank you. Works fine with _some_ extractors. However, it does not work with Pixiv if there are more than one space character before `#` sign: ``` gallery-dl: No suitable extractor...