mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 04:05:13 +00:00
global: disable tiktok watermark by default and remove a way to change it
tiktok replaced uploader's username in watermark with some corny shit like "Laughter awaits", making watermarks absolutely useless instead of this feature the uploader's username is now always in the filename
This commit is contained in:
@@ -562,125 +562,10 @@
|
||||
"status": "error"
|
||||
}
|
||||
}],
|
||||
"douyin": [{
|
||||
"name": "short link video, with watermark",
|
||||
"url": "https://v.douyin.com/2p4Aya7/",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "short link video (isNoTTWatermark)",
|
||||
"url": "https://v.douyin.com/2p4Aya7/",
|
||||
"params": {
|
||||
"isNoTTWatermark": true
|
||||
},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "short link video (isAudioOnly)",
|
||||
"url": "https://v.douyin.com/2p4Aya7/",
|
||||
"params": {
|
||||
"isAudioOnly": true
|
||||
},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "short link video (isAudioOnly, isTTFullAudio)",
|
||||
"url": "https://v.douyin.com/2p4Aya7/",
|
||||
"params": {
|
||||
"isAudioOnly": true,
|
||||
"isTTFullAudio": true
|
||||
},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "long link video (isNoTTWatermark)",
|
||||
"url": "https://www.douyin.com/video/7120601033314716968",
|
||||
"params": {
|
||||
"isNoTTWatermark": true
|
||||
},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "images",
|
||||
"url": "https://v.douyin.com/MdVwo31/",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "picker"
|
||||
}
|
||||
}, {
|
||||
"name": "long link inexistent",
|
||||
"url": "https://www.douyin.com/video/7120851458451417478",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 400,
|
||||
"status": "error"
|
||||
}
|
||||
}, {
|
||||
"name": "short link inexistent",
|
||||
"url": "https://v.douyin.com/2p4ewa7/",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 400,
|
||||
"status": "error"
|
||||
}
|
||||
}],
|
||||
"tiktok": [{
|
||||
"name": "short link (vt) video, with watermark",
|
||||
"url": "https://vt.tiktok.com/ZS85U86aa/",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "short link (vt) video (isNoTTWatermark)",
|
||||
"url": "https://vt.tiktok.com/ZS85U86aa/",
|
||||
"params": {
|
||||
"isNoTTWatermark": true
|
||||
},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "short link (vm) video (isAudioOnly)",
|
||||
"url": "https://vm.tiktok.com/ZMYrYAf34/",
|
||||
"params": {
|
||||
"isAudioOnly": true
|
||||
},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "short link (vm) video (isAudioOnly, isTTFullAudio)",
|
||||
"url": "https://vm.tiktok.com/ZMYrYAf34/",
|
||||
"params": {
|
||||
"isAudioOnly": true,
|
||||
"isTTFullAudio": true
|
||||
},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
}
|
||||
}, {
|
||||
"name": "long link video (isNoTTWatermark)",
|
||||
"name": "long link video",
|
||||
"url": "https://www.tiktok.com/@fatfatmillycat/video/7195741644585454894",
|
||||
"params": {
|
||||
"isNoTTWatermark": true
|
||||
},
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
|
||||
Reference in New Issue
Block a user