Sign inSign up

envyafish/byte-muse

By envyafish

Updated about 8 hours ago

Image
27

100K+

envyafish/byte-muse repository overview

volume: /data
port: 3750
bt query arg: keyword
Torrent Model Definition
Field NameTypeDescriptionExample
idIntegerUnique torrent identifier1001
siteStringSource site identifierBT
size_mbFloatTorrent size (MB)2048.5
seedersIntegerNumber of seeders50
titleStringTorrent titleXXX-XXXX HD Version
chineseBooleanWhether it has Chinese subtitles / Chinese titleTrue
ucBooleanWhether it is a UC resource (business-defined)False
uhdBooleanWhether it is Ultra HD (4K/8K, etc.)True
freeBooleanWhether it is free to download (no traffic/points required)True
download_urlStringTorrent magnet download linkmagnet:?....
Full Response Example
{
  "data": [
    {
      "id": 1001,
      "site": "BT",
      "size_mb": 2048.5,
      "seeders": 50,
      "title": "XXX-XXXX HD Chinese Subtitled Version",
      "chinese": true,
      "uc": false,
      "uhd": true,
      "free": true,
      "download_url": "magnet:?...."
    },
    {
      "id": 1002,
      "site": "BT",
      "size_mb": 1536.2,
      "seeders": 28,
      "title": "YYY-YYYY Standard Version",
      "chinese": false,
      "uc": true,
      "uhd": false,
      "free": false,
      "download_url": "magnet:?...."
    }
  ]
}

Tag summary

Content type

Image

Digest

sha256:430e01e8a

Size

177.4 MB

Last updated

about 8 hours ago

docker pull envyafish/byte-muse