Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[twitter]include config #5608

Open
maplestory03 opened this issue May 18, 2024 · 0 comments
Open

[twitter]include config #5608

maplestory03 opened this issue May 18, 2024 · 0 comments

Comments

@maplestory03
Copy link

  1. If it's "all", what is the download order? which is download order is this ("avatar","background","timeline","tweets","media","replies","likes",and also has bookmarks?)There should be an inclusion relationship between the following ones (timeline has media or so on)?
  2. If manually set, do follow the order in [] or has own order?
  3. If the include content is not set, is it the following situation:
    (1)https://twitter.com/user ->timeline
    (2)https://twitter.com/user/media ->media
    (3)https://twitter.com/user/likes ->likes
    (4)https://twitter.com/user/with_replies ->replies
    (5)https://twitter.com/i/bookmarks ->bookmarks (only down own bookmarks)
    Is the correspondence like this? What other differences are there?If set ,what is the difference in results when running at the address above
  4. How to fix the names in the avatar and background due to file rename
    "filename": {
    "" : "{author['name']}-{tweet_id}-{date:Olocal/%Y%m%d_%H%M%S}-img{num}.{extension}",
    "locals().get('bitrate', 0) > 0" : "{author['name']}-{tweet_id}-{date:Olocal/%Y%m%d_%H%M%S}-vid{num}.{extension}",
    "locals().get('bitrate') == 0" : "{author['name']}-{tweet_id}-{date:Olocal/%Y%m%d_%H%M%S}-gif{num}.{extension}"
    }
    because of filename rename avatar and background will also be saved in the rules above
    want to ramed to named
    {author['name']_avatar_yyyymmdd_hhmmss.{extension}
    {author['name']_background_yyyymmdd_hhmmss.{extension}
    If not, can save them to another folder?
  5. Is avatar and background only applicable in https://twitter.com/userhttps://twitter.com/user/timeline ) will it be downloaded?
    I usually use like/bookmarks, specifying the download path by year, month, use -D YYYYMM. If like/bookmarks can download avatars and backgrounds, how to download the avatar and background of the tweet author of like/bookmarks to YYYYMM/avatar and YYYYMM/background, and name them to {author['name']_avatar_yyyymmdd_hhmmss.{extension}、 {author['name']_background_yyyymmdd_hhmmss.{extension}
    After trying ,it seems that only https://twitter.com/user can download avatar and background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant