GithubHelp home page GithubHelp logo

Comments (3)

javaswing avatar javaswing commented on May 28, 2024 1
  1. 注意到新修改的 config.ini 配置文件中新增 cookie 赋值,相关提示信息如下
# 抖音cookies配置项
# odin_tt=xxx;sessionid_ss=xxx;ttwid=xxx;passport_csrf_token=xxx;msToken=xxx;
DouYinCookies =
  1. 打算采用docker部署,请问具体的赋值形式是采用如下字符串形式吗?
DouYinCookies = "odin_tt=xxx;sessionid_ss=xxx;ttwid=xxx;passport_csrf_token=xxx;msToken=xxx;"

还是采用字典形式?

DouYinCookies = {
    'odin_tt': 'xxx',
    'sessionid_ss': 'xxx',
    'ttwid': 'xxx',
    'passport_csrf_token': 'xxx',
    'msToken': 'xxx'
}
  1. 只需要对以上5个参数进行赋值吗?

非常感谢!

字符形式即可

from douyin_tiktok_download_api.

sd816224 avatar sd816224 commented on May 28, 2024

同问

from douyin_tiktok_download_api.

Evil0ctal avatar Evil0ctal commented on May 28, 2024

感谢楼上的回答, 如果你们有兴趣可以一起来更新这个项目。

from douyin_tiktok_download_api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.