All Projects → fishmankkk → douyin_decodeview

fishmankkk / douyin_decodeview

Licence: other
抖音去水印node后端代码

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to douyin decodeview

glink
Short video direct link acquisition 短视频直连去水印工具(支持抖音、快手、TikTok、皮皮虾、火山、开眼、陌陌等十几种)
Stars: ✭ 112 (+239.39%)
Mutual labels:  douyin
douyin-api
抖音接口、抖音API、抖音数据爬虫、抖音直播数据、抖音直播Api、抖音视频Api、抖音爬虫、抖音去水印、抖音视频下载、抖音视频解析、抖音直播监控、抖音数据采集
Stars: ✭ 41 (+24.24%)
Mutual labels:  douyin
douyin-app
📣 抖音小程序
Stars: ✭ 22 (-33.33%)
Mutual labels:  douyin
PandaNote
iOS markdown Note App / iOS的markdown笔记应用
Stars: ✭ 32 (-3.03%)
Mutual labels:  douyin
a-soul
Full-featured social media monitor that extracts data from a variety of services and pushes updates to Telegram or other platforms
Stars: ✭ 39 (+18.18%)
Mutual labels:  douyin
douyin-go
抖音SDK
Stars: ✭ 73 (+121.21%)
Mutual labels:  douyin
MediaQuickServer
抖音去水印、快手去水印、微博、网易云音乐视频解析接口
Stars: ✭ 84 (+154.55%)
Mutual labels:  douyin
VID
抖音无水印视频下载
Stars: ✭ 83 (+151.52%)
Mutual labels:  douyin
aweme-crawler-reference
抖音数据抓取研究参考
Stars: ✭ 31 (-6.06%)
Mutual labels:  douyin
douyin2youtube
Download hot video from douyin and upload the video to Youtube automatic.
Stars: ✭ 28 (-15.15%)
Mutual labels:  douyin
TikTokDownloader PyWebIO
🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音|TikTok数据爬取工具,支持API调用,在线批量解析及下载。
Stars: ✭ 919 (+2684.85%)
Mutual labels:  douyin
Aweme-Kuaishou-Douyin
抖音大部分接口,以及快手的首页feed接口 soul app接口 nice app接口 毒app加签接口
Stars: ✭ 109 (+230.3%)
Mutual labels:  douyin
MBVideoPlayer
feed流在线播放器。仿抖音交互效果,支持边下边播以及离线播放功能。
Stars: ✭ 20 (-39.39%)
Mutual labels:  douyin
ByteDanceOpen
Bytedance(TikTok, Toutiao)third party open platform backend SDK, provides easy-to-use authorization, template management, code package management and other APIs.字节跳动(抖音, 头条)第三方开放平台小程序sdk, 提供了简单易用的授权,模版管理,代码包管理等api.
Stars: ✭ 67 (+103.03%)
Mutual labels:  douyin
Douyin-Sprider
抖音爬去指定用户作品
Stars: ✭ 14 (-57.58%)
Mutual labels:  douyin
Real Url
获取斗鱼&虎牙&哔哩哔哩&抖音&快手等 58 个直播平台的真实流媒体地址(直播源)和弹幕,直播源可在 PotPlayer、flv.js 等播放器中播放。
Stars: ✭ 3,748 (+11257.58%)
Mutual labels:  douyin
Douyin Ios Objectc
抖音 iOS Object-C版
Stars: ✭ 1,990 (+5930.3%)
Mutual labels:  douyin
Rsshub
🍰 Everything is RSSible
Stars: ✭ 18,111 (+54781.82%)
Mutual labels:  douyin
videodl
Videodl: A lightweight video downloader written by pure python.
Stars: ✭ 320 (+869.7%)
Mutual labels:  douyin
dy
抖音数据抓取
Stars: ✭ 22 (-33.33%)
Mutual labels:  douyin

抖音去水印node后端代码

背景: 之前用了第三方接口很快就挂了,收费之后也没理会了很长一段时间;最近发现市面又出现了很多去水印功能的小程序,第三方接口按调用次数收费很多,问了几个老哥说给钱就告知原理,所以自己重新研究了一下;

获取无水印的视频原理步骤如下:(ps:记得要伪造移动端UA)

1.获取视频网页版下的item_ids,dytk两个参数;

2.调用抖音的接口https://www.iesdouyin.com/web/api/v2/aweme/iteminfo/?item_ids=${item_ids}&dytk=${dytk},获取视频原链接;

3.replace('playwm','play')获取无水印视频链接;

如果大家觉得有帮助可以star一下,多谢各位老哥
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].