Skip to content

Bilibili Dynamics

https://t.bilibili.com/

Customizing Storage Path & File Name

For more information, refer to Customizing Storage Path & File Name.

BILIBILI_FILE_PATH

Optional, defaults to Bilibili

Storage path for downloaded images.

BILIBILI_FILE_NAME

Optional, defaults to {id_str}_{index} - {user[name]}({user[mid]})

File name for downloaded images.

Available Variables

Only common used ones are listed.

{
  "user": {
    "name": "User name",
    "mid": "User ID"
  },
  "id_str": "ID",
  "timestamp": "Timestamp",
  "filename": "Original file name, without extension",
  "pic": {
    "height": 1440,
    "width": 1080
  },
  "index": "Image index"
}

Last update: December 25, 2023
Created: June 8, 2023