dfreelon / pyktok

A simple module to collect video, text, and metadata from Tiktok.
BSD 3-Clause "New" or "Revised" License
316 stars 44 forks source link

Pass cookies with the video request #22

Closed dphiffer closed 1 year ago

dphiffer commented 1 year ago

Re: discussion in #19:

  1. Updates cookies with any newly assigned cookies from get_tiktok_json
  2. Includes cookies with the video download request in save_tiktok

Plus some unintentional whitespace adjustments that my editor seems to have added.