bandcamp-fetch/examples/getTagInfo_output.txt
2021-10-20 00:56:51 +08:00

81 lines
2.4 KiB
Plaintext

{ type: 'tag',
name: 'dark ambient',
url: 'https://bandcamp.com/tag/dark-ambient',
value: 'dark-ambient',
relatedTags:
[ { type: 'tag',
name: 'dungeon synth',
url: 'https://bandcamp.com/tag/dungeon-synth',
value: 'dungeon-synth',
isLocation: false },
{ type: 'tag',
name: 'drone ambient',
url: 'https://bandcamp.com/tag/drone-ambient',
value: 'drone-ambient',
isLocation: false },
{ type: 'tag',
name: 'drone',
url: 'https://bandcamp.com/tag/drone',
value: 'drone',
isLocation: false },
{ type: 'tag',
name: 'atmospheric',
url: 'https://bandcamp.com/tag/atmospheric',
value: 'atmospheric',
isLocation: false },
{ type: 'tag',
name: 'field recordings',
url: 'https://bandcamp.com/tag/field-recordings',
value: 'field-recordings',
isLocation: false },
{ type: 'tag',
name: 'soundscape',
url: 'https://bandcamp.com/tag/soundscape',
value: 'soundscape',
isLocation: false },
{ type: 'tag',
name: 'ambient',
url: 'https://bandcamp.com/tag/ambient',
value: 'ambient',
isLocation: false },
{ type: 'tag',
name: 'industrial',
url: 'https://bandcamp.com/tag/industrial',
value: 'industrial',
isLocation: false },
{ type: 'tag',
name: 'harsh noise',
url: 'https://bandcamp.com/tag/harsh-noise',
value: 'harsh-noise',
isLocation: false },
{ type: 'tag',
name: 'ambient electronic',
url: 'https://bandcamp.com/tag/ambient-electronic',
value: 'ambient-electronic',
isLocation: false },
{ type: 'tag',
name: 'noise',
url: 'https://bandcamp.com/tag/noise',
value: 'noise',
isLocation: false },
{ type: 'tag',
name: 'experimental electronic',
url: 'https://bandcamp.com/tag/experimental-electronic',
value: 'experimental-electronic',
isLocation: false },
{ type: 'tag',
name: 'Russia',
url: 'https://bandcamp.com/tag/russia',
value: 'russia',
isLocation: true },
{ type: 'tag',
name: 'soundtrack',
url: 'https://bandcamp.com/tag/soundtrack',
value: 'soundtrack',
isLocation: false },
{ type: 'tag',
name: 'black metal',
url: 'https://bandcamp.com/tag/black-metal',
value: 'black-metal',
isLocation: false } ] }