@isereb/tiktok-api-dl
Version:
Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users, getting user posts, likes, comments, followers and following.
449 lines (272 loc) • 22 kB
Markdown
# Changelog
History of changes to the project.
- [Version 1.0.0 - 16-03-2023](#version-100---16-03-2023)
- [Version 1.0.0a - 25-03-2023](#version-100a---25-03-2023)
- [Version 1.0.0b - 03-04-2023](#version-100b---03-04-2023)
- [Version 1.0.0c - 07-04-2023](#version-100c---07-04-2023)
- [Version 1.0.2 - 08-04-2023](#version-1002---08-04-2023)
- [Version 1.0.3 - 23-06-2023](#version-1003---23-06-2023)
- [Version 1.0.5 - 10-09-2023](#version-1005---10-09-2023)
- [Version 1.0.5a - 21-09-2023](#version-1005a---21-09-2023)
- [Version 1.0.6 - 07-10-2023](#version-1006---07-10-2023)
- [Version 1.0.7 - 08-10-2023](#version-1007---08-10-2023)
- [Version 1.0.9 - 12-10-2023](#version-1009---12-10-2023)
- [Version 1.0.10 - 14-10-2023](#version-10010---14-10-2023)
- [Version 1.0.11 - 06-11-2023](#version-10011---06-11-2023)
- [Version 1.0.13 - 11-11-2023](#version-10013---11-11-2023)
- [Version 1.0.14 - 28-02-2024](#version-10014---28-02-2024)
- [Version 1.0.14a - 22-03-2024](#version-10014a---22-03-2024)
- [Version 1.0.16 - 24-03-2024](#version-10016---24-03-2024)
- [Version 1.1.0 - 29-03-2024](#version-110---29-03-2024)
- [Version 1.1.1 - 30-03-2024](#version-111---30-03-2024)
- [Version 1.1.1a - 06-04-2024](#version-111a---06-04-2024)
- [Version 1.1.4 - 20-04-2024](#version-114---20-04-2024)
- [Version 1.1.4a - 30-04-2024](#version-114a---30-04-2024)
- [Version 1.1.4b - 19-05-2024](#version-114b---19-05-2024)
- [Version 1.1.6 - 07-07-2024](#version-116---07-07-2024)
- [Version 1.1.7 - 08-07-2024](#version-117---08-07-2024)
- [Version 1.1.8 - 09-07-2024](#version-118---09-07-2024)
- [Version 1.1.9 - 10-07-2024](#version-119---10-07-2024)
- [Version 1.1.9a - 05-09-2024](#version-119a---05-09-2024)
- [Version 1.2.0 - 11-10-2024](#version-120---11-10-2024)
- [Version 1.2.1 - 06-11-2024](#version-121---06-11-2024)
- [Version 1.2.2 - 07-11-2024](#version-122---07-11-2024)
- [Version 1.2.3 - 07-02-2025](#version-123---07-02-2025)
- [Version 1.2.7 - 03-03-2025](#version-127---03-03-2025)
- [Version 1.3.0 - 05-03-2025](#version-130---05-03-2025)
- [Version 1.3.1 - 13-05-2025](#version-131---13-05-2025)
- [Version 1.3.2 - 03-06-2025](#version-132---03-06-2025)
- [Version 1.3.3 - 12-07-2025](#version-133---12-07-2025)
## Version 1.0.0 - 16-03-2023
### Added
- Initialize the downloader function [fc860d5](https://github.com/TobyG74/tiktok-api-dl/commit/fc860d5cc0b617572d6b8138cb2bd52cfa82254c)
## Version 1.0.0a - 25-03-2023
### Fixed
- Fixing code to handle errors [e683e6f](https://github.com/TobyG74/tiktok-api-dl/commit/e683e6fc62ef8e65a5dd1b9f64751a7b30d7ab99)
## Version 1.0.0b - 03-04-2023
### Added
- Add Tiktok Profile search using username [1d29989](https://github.com/TobyG74/tiktok-api-dl/commit/1d299893632e613558fa264743c122926a9fbc64)
- Merge pull request #1 from zennn08/master [1687f82](https://github.com/TobyG74/tiktok-api-dl/commit/1687f82aa32004e94160c53e7568a4a81c320fde)
### Changed
- Migrating to Typescript [562f063](https://github.com/TobyG74/tiktok-api-dl/commit/562f063dffdb8e5217f24031cd58ff9910f8fd65)
- Update README.md [7594ba0](https://github.com/TobyG74/tiktok-api-dl/commit/7594ba06c684ff7e2611c72b9500081671832835)
## Version 1.0.0c - 07-04-2023
### Fixed
- Changing issue handling to be more consistent [b48d82b](https://github.com/TobyG74/tiktok-api-dl/commit/b48d82bf8d3b91147a79ce4bbbb6cc3fa48b327b)
## Version 1.0.0c - 07-04-2023
### Fixed
- Changing issue handling to be more consistent [b48d82b](https://github.com/TobyG74/tiktok-api-dl/commit/b48d82bf8d3b91147a79ce4bbbb6cc3fa48b327b)
## Version 1.0.2 - 08-04-2023
### Changed
- Changing the code to camelCase [a3f52ff](https://github.com/TobyG74/tiktok-api-dl/commit/a3f52ff459879cb375e9879a815ac3ba843f8c81)
## Version 1.0.3 - 23-06-2023
### Added
- Added Cover & Dynamic Cover to the response [2f14b9a](https://github.com/TobyG74/tiktok-api-dl/commit/2f14b9a357c824c4994e85403dc65b1d9d95ca74)
### Changed
- Merge pull request #3 from 3IMAD69/master [cfa4385](https://github.com/TobyG74/tiktok-api-dl/commit/cfa4385be565b831736eeffcdc8810511eab0317)
- Update README.md [97250c5](https://github.com/TobyG74/tiktok-api-dl/commit/97250c5da394dfb758d4ce4e9b48a146a7198736)
## Version 1.0.5 - 10-09-2023
### Added
- Tidying up the types [c756996](https://github.com/TobyG74/tiktok-api-dl/commit/c7569961e2d800ad3598a0072926ac732293fe7f)
- Implementing types into code [697c4f5](https://github.com/TobyG74/tiktok-api-dl/commit/697c4f5f7c97d05f56ea8b1bc0f30b1dda30d627)
## Version 1.0.5a - 21-09-2023
### Added
- ignore bun.lockb [10b76cf](https://github.com/TobyG74/tiktok-api-dl/commit/10b76cf34f0a2c55dafc0d9b080697b0a199bfe4)
### Fixed
- Fix code [6d64810](https://github.com/TobyG74/tiktok-api-dl/commit/6d64810aed4a2565fe6b55103f805900f9606ca5)
## Version 1.0.6 - 07-10-2023
### Added
- Splitting multiple files for easy reading [300530a](https://github.com/TobyG74/tiktok-api-dl/commit/300530a161f8a880a9e4601dc3888adad23e88dc)
### Changed
- Update README.md with improved formatting and content [3bedf83](https://github.com/TobyG74/tiktok-api-dl/commit/3bedf837c24759866ef58d11a840e27de840236c)
## Version 1.0.7 - 08-10-2023
### Added
- Added Tiktok Downloader V2 Documentation [246c6bd](https://github.com/TobyG74/tiktok-api-dl/commit/246c6bdb30a013836a42fbfd995557282bafe3de)
- Added Types for Tiktok Downloader V2 & Tiktok Stalk Response [f7f6d37](https://github.com/TobyG74/tiktok-api-dl/commit/f7f6d3776aa9807c8c4d66a9310dde72ef62327c)
## Version 1.0.9 - 12-10-2023
### Added
- Adding multiple types and moving the API url to the api folder [e649860](https://github.com/TobyG74/tiktok-api-dl/commit/e649860c785f7601fd4ec7f58d63e274b23934db)
### Changed
- Rename files and types of ssstik downloader [8bccf19](https://github.com/TobyG74/tiktok-api-dl/commit/8bccf19644aa42638e81a1340a112cbf0b07fdeb)
## Version 1.0.10 - 14-10-2023
### Added
- Added Tiktok Downloader V3 Documentation [6f18c51](https://github.com/TobyG74/tiktok-api-dl/commit/6f18c5112ecff9b514e40a4da73a8a46ec4e334f)
- Adding Musicaldown as Tiktok Downloader V3 [f5849a6](https://github.com/TobyG74/tiktok-api-dl/commit/f5849a600fa066bd8a1b511fc0bb9b9d5da4a988)
- Merge pull request #11 from nugraizy/master [d6d44e9](https://github.com/TobyG74/tiktok-api-dl/commit/d6d44e98072dd8bd2cb992a9dea76fcc4c56a3eb)
### Changed
- Update package.json [cef0abb](https://github.com/TobyG74/tiktok-api-dl/commit/cef0abbbc95573c8c671ab05577bd3ddcfea5e80)
- Update README.md [363b0a9](https://github.com/TobyG74/tiktok-api-dl/commit/363b0a9f25f2dedbe5b62574e19fdc69ecf7f71d)
### Fixed
- Fix Tiktok Download V1 method where some of urls does not appear on feed endpoint [8b00a9a](https://github.com/TobyG74/tiktok-api-dl/commit/8b00a9adb49dfa0bd3dbb457179ce018ff81dd22)
- Fixed undefined response on object url author [07fa887](https://github.com/TobyG74/tiktok-api-dl/commit/07fa887f9161efe7a82ad0f2c9f05777635f21e4)
- Fix Typo [5a92162](https://github.com/TobyG74/tiktok-api-dl/commit/5a921624e2f6a4a847d3c7f6545c71099ab47056)
## Version 1.0.11 - 06-11-2023
### Added
- Adding multiple types to the code [4484986](https://github.com/TobyG74/tiktok-api-dl/commit/4484986faef332e629b29bdb41ac3cbab13c703c)
## Version 1.0.13 - 11-11-2023
### Changed
- Update README.md [fce7b8e](https://github.com/TobyG74/tiktok-api-dl/commit/c20191dc4d186b6ec6c4506327e1aa157594dee1)
### Fixed
- Fix Downloader Types [e42d408](https://github.com/TobyG74/tiktok-api-dl/commit/e42d40881e0faafbc8cccb2dbd7331f88f5d4ece)
- Fix Response from TiktokStalk [e63f8c6](https://github.com/TobyG74/tiktok-api-dl/commit/e63f8c674d84571da26aacae285254f3c895ec45)
## Version 1.0.14 - 28-02-2024
### Changed
- Change the interface to type [c7ab3ca](https://github.com/TobyG74/tiktok-api-dl/commit/c7ab3ca2da52904bcaa4b14b45ef473d1b46e3ef)
- Update README.md [028038c](https://github.com/TobyG74/tiktok-api-dl/commit/028038c81c1ea10c2b90da7a92ea5bc76bbb65ed)
### Fixed
- Fix Switch Types [66a89cd](https://github.com/TobyG74/tiktok-api-dl/commit/66a89cdad2057c54d2a64f89ceeab17e968c82ee)
## Version 1.0.14a - 22-03-2024
### Added
- Merge pull request #15 from zennn08/master [f3b3b3b](https://github.com/TobyG74/tiktok-api-dl/commit/c698ba0c88138cb8cb24841e82dee5ab041ba45e)
### Fixed
- Images Slide undefined in ssstik [2d598b9](https://github.com/TobyG74/tiktok-api-dl/commit/2d598b9f1c3c728be747aa1ec3cac46c45939bc8)
## Version 1.0.16 - 24-03-2024
### Added
- Added responseParser types [92d2e7a](https://github.com/TobyG74/tiktok-api-dl/commit/92d2e7ad94b8ace6aeb1b8f64d20027c307b0e41)
- Added asyncRetry to prevent empty data [5851588](https://github.com/TobyG74/tiktok-api-dl/commit/585158817c9bf4a6883c60d7a9f54b495c94247f)
### Changed
- Changing the Tiktok API (tiktokv) domain [031051a](https://github.com/TobyG74/tiktok-api-dl/commit/031051a480501e8320508b5ff6162830200ff3d1)
## Version 1.1.0 - 29-03-2024
### Added
- Added Tiktok Search User Documentation [4a816a8](https://github.com/TobyG74/tiktok-api-dl/commit/4a816a842e485075d04db02fc9dcbbe29415ddfa)
- Added Tiktok Search User [722f257](https://github.com/TobyG74/tiktok-api-dl/commit/722f257b771dd9b686c8bb1db6d4c21d32e3b7b9)
- Added Contants Folder & Variable [27bee06](https://github.com/TobyG74/tiktok-api-dl/commit/27bee061fa669c07e1cd87c15290234f4640a6c9)
- Added Types for Tiktok Search User [7b988d7](https://github.com/TobyG74/tiktok-api-dl/commit/7b988d7f12731d1a9bf4b11b89217ac7b89049b7)
### Changed
- Change to default export [f5ba430](https://github.com/TobyG74/tiktok-api-dl/commit/f5ba43073f67ace72936b6973597d1b20df8c759)
- Moves the Types Folder [2e15d88](https://github.com/TobyG74/tiktok-api-dl/commit/2e15d88758a793ff5f099539de067c4f1c51f7b4)
- Update README.md [4368966](https://github.com/TobyG74/tiktok-api-dl/commit/43689660887267fc3983121b710e826f7986138d)
### Fixed
- Tiktok Downloader Response [8fd77ea](https://github.com/TobyG74/tiktok-api-dl/commit/8fd77ea2b222e125aba2aef6ccb79e4ccc455a49)
## Version 1.1.1 - 30-03-2024
### Added
- Added page as a replacement for the cursor [5d7b538](https://github.com/TobyG74/tiktok-api-dl/commit/5d7b5388dc5e7e4cbe18de2ac21d3c2cc4e97fd9)
### Fixed
- Fixed exports on tiktok objects [5d7f3db](https://github.com/TobyG74/tiktok-api-dl/commit/5d7f3dbdff97dcc469425d015df9bf7cca228b6b)
## Version 1.1.1a - 06-04-2024
### Fixed
- Fixed regex validate tiktok url [f00fa49](https://github.com/TobyG74/tiktok-api-dl/commit/f00fa49394eab24b9c6af61e38796e9d59038841)
## Version 1.1.4 - 20-04-2024
### Added
- Added postLimit Options [c1be62e](https://github.com/TobyG74/tiktok-api-dl/commit/c1be62ea4a1fc5fa2f3383b39e8d4c988f3b2600)
- Restrict too many data requests [383570e](https://github.com/TobyG74/tiktok-api-dl/commit/383570eb5872ae900b3d180d086b8e706c13412e)
## Version 1.1.4a - 30-04-2024
### Added
- Added lite subdomain and Merge pull request #19 from Vasolix/master [0dd7b1f](https://github.com/TobyG74/tiktok-api-dl/commit/0dd7b1f0b6fbcd760239e5617e67ba8d679c89db)
## Version 1.1.4b - 19-05-2024
### Added
- Create LISENCE [d8d4666](https://github.com/TobyG74/tiktok-api-dl/commit/d8d4666b48b2de3cf53a452bc0f3eea0b0cc3a05)
## Version 1.1.6 - 07-07-2024
### Added
- Create CODE_OF_CONDUCT.md [ab69eb8](https://github.com/TobyG74/tiktok-api-dl/commit/ab69eb8f3078449b6e3da683f6f6db9a6104045f)
- Update contributing.md [20ed003](https://github.com/TobyG74/tiktok-api-dl/commit/20ed003379e36d76326ecdce1bc983b619645149)
- Added Photo URL to Regex [5feae69](https://github.com/TobyG74/tiktok-api-dl/commit/5feae691d4f8cac972010926879300e720a95e0e)
## Changed
- Update README.md [6aca3f4](https://github.com/TobyG74/tiktok-api-dl/commit/6aca3f4d05c819ba66e65872ae45341e4605d5b9)
### Fixed
- Fixed SSSTik Response Undefined [9e4b697](https://github.com/TobyG74/tiktok-api-dl/commit/9e4b697a27682dbb84ea5222fbdd4daaa99bddc3)
- Fixed Error in Tiktok Downloader V1 [3783799](https://github.com/TobyG74/tiktok-api-dl/commit/3783799bd3478f92dace7733abe9e9ba6b953183)
## Version 1.1.7 - 08-07-2024
### Added
- Added Tiktok Search Live Documentation [a79fa90](https://github.com/TobyG74/tiktok-api-dl/commit/a79fa9017bf1ecb0f61284ac7768ac2e47177631)
- Added Tiktok Search Live [f7d9b1b](https://github.com/TobyG74/tiktok-api-dl/commit/f7d9b1be486030e50b105935af828b217f96cb9e)
### Changed
- Update README.md [c68cafd](https://github.com/TobyG74/tiktok-api-dl/commit/c68cafdc9cc7909caf94e8b9361b1015bec002b7)
## Version 1.1.8 - 09-07-2024
### Added
- Added Proxy Options Documentation [b74828d](https://github.com/TobyG74/tiktok-api-dl/commit/b74828d6e38ca2d0e1b2d414e1439f03a4a8a3e9)
- Added Proxy Options [75cf47c](https://github.com/TobyG74/tiktok-api-dl/commit/75cf47c27ad3329cf448d2d9c15e25e87a1a1af8)
## Version 1.1.9 - 10-07-2024
### Changed
- Updated .prettierrc and added some types [b57953b](https://github.com/TobyG74/tiktok-api-dl/commit/b57953b05416847c1d836809d7060b0ba49cff49)
### Fixed
- Fixed Musicaldown Response [824f853](https://github.com/TobyG74/tiktok-api-dl/commit/824f853f9bab78f8bafdd72a2000b108cfb924f3)
## Version 1.1.9a - 05-09-2024
### Added
- Merge pull request #28 from aquariuscool/master [0dd7b1f](https://github.com/TobyG74/tiktok-api-dl/commit/0dd7b1f0b6fbcd760239e5617e67ba8d679c89db)
## Version 1.2.0 - 11-10-2024
### Changed
- Update README.md [c53f801](https://github.com/TobyG74/tiktok-api-dl/commit/c53f80141f95b882a8c305132ef7674988a26ed5)
### Fixed
- Fixing Errors in Musicaldown and Undefined Response in SSSTik [8f5ddd8](https://github.com/TobyG74/tiktok-api-dl/commit/8f5ddd814c36e8fda965b279ea8f2e3d162fe6f3)
## Version 1.2.1 - 06-11-2024
### Added
- Add yarn-lock.json to .npmignore & .gitignore [353c37c](https://github.com/TobyG74/tiktok-api-dl/commit/353c37ccbc3d2d9ba7c40462630bda00cf071994)
- Add Xbogus as a SearchUser params [82fbdb2](https://github.com/TobyG74/tiktok-api-dl/commit/82fbdb24c2f59dc5f98f24f3c7fbd685e3a09d00)
- Adding xbogus as a helper function to generate xbogus tokens [903fa88](https://github.com/TobyG74/tiktok-api-dl/commit/903fa884813d36efc3091cc589a4b593031d9033)
- Adding the generate url xbogus function [4f506c1](https://github.com/TobyG74/tiktok-api-dl/commit/4f506c16b89eb069c36d817fe023275df4892e4d)
### Changed
- Update README.md [0fd80db](https://github.com/TobyG74/tiktok-api-dl/commit/0fd80dbb3c320cea19bf420f4cf2da1b04e474f6)
- Change TikTok API to Get Better Video Quality [0667116](https://github.com/TobyG74/tiktok-api-dl/commit/066711634b434a105c19314903806b482b3d11f9)
### Fixed
- Fixed SSSTik error when downloading Tiktok Story [978afeb](https://github.com/TobyG74/tiktok-api-dl/commit/978afeb713346e3e8db697d6bf189a6271507a12)
### Version 1.2.2 - 07-11-2024
### Added
- Added Tiktok Get Comment [3bcbecb](https://github.com/TobyG74/tiktok-api-dl/commit/3bcbecbb6e2d772ce8ae396266d7e02a50b41931)
- Added Tiktok Get Comment Documentation [46acd69](https://github.com/TobyG74/tiktok-api-dl/commit/46acd692e373b5a5c69f8a6c06a0dfae5e834773)
- Added `page` & `totalResults` to Tiktok Search User & Live Response [1bae63d](https://github.com/TobyG74/tiktok-api-dl/commit/1bae63d2e82f8d80c8b307e189209e488a76c266)
- Added `page` & `totalResults` to Tiktok Search User & Live Documentation [27d69c2](https://github.com/TobyG74/tiktok-api-dl/commit/27d69c28e7b7a394d1b0fc50fd801ba0e983856e)
- Added `isTurnOffComment` to Tiktok Downloader V1 Response [03a081d](https://github.com/TobyG74/tiktok-api-dl/commit/03a081d87b60b8431ce61aa076be87c5f33951d0)
### Version 1.2.3 - 07-02-2025
### Added
- Update README.md [24e69df](https://github.com/TobyG74/tiktok-api-dl/commit/24e69dfe3a107ff81e4750c39b7d3401ea201f07)
### Fixed
- Fixed Tiktok User Search (Error Length) [990a50f](https://github.com/TobyG74/tiktok-api-dl/commit/990a50f98c41d0627908de43466e60078825bc68)
- Fixed Tiktok Live Search (Error Length) [80cbe6d](https://github.com/TobyG74/tiktok-api-dl/commit/80cbe6d5e9bc5a3717acf658b57801aef9839de4)
- Fixed Requests Take Too Long When Taking Comments & Posts [990a50f](https://github.com/TobyG74/tiktok-api-dl/commit/990a50f98c41d0627908de43466e60078825bc68)
## Version 1.2.7 - 03-03-2025
### Added
- Added CLI Commands for Tiktok Downloader V1, V2, V3, Stalk, Search User, Search Live, & Get Comments [545734d](https://github.com/TobyG74/tiktok-api-dl/commit/545734d86554aadea2467be51950cdda1093d294)
- Added CLI Commands Documentation [3b3827b](https://github.com/TobyG74/tiktok-api-dl/commit/3b3827b30f9cefa022c65daf732f1b0b7dd412d8)
- Added CookieManager for managing cookies [1ed22e9](https://github.com/TobyG74/tiktok-api-dl/commit/1ed22e9b1055a3ddfdfd8a66f7bcf0ab351b250d)
- Added install.sh for installing the library [7249bdb](https://github.com/TobyG74/tiktok-api-dl/commit/7249bdb4ecc5eeca529f4f931184cf69d0ccdb6d)
- Added Logger for CLI [288b347](https://github.com/TobyG74/tiktok-api-dl/commit/288b347d5abbb10f5ca880880fdd7167eda3cd1d)
### Fixed
- Fixed Get Posts & Get Comments Limit [635738a](https://github.com/TobyG74/tiktok-api-dl/commit/635738a9c3cc2ddd359047861d5e49e962aeed5e)
- Fixed Error when downloading Images via Musicaldown [97b261c](https://github.com/TobyG74/tiktok-api-dl/commit/97b261ca8d0da14c0dc0fc0a037b7332e43d7c6e)
- Fixed Error Live Types [ebe9ff4](https://github.com/TobyG74/tiktok-api-dl/commit/ebe9ff4c2257fa9ae6653c8b82d1e03755a40a25)
- Fixed Error Cookie Manager [e23952a](https://github.com/TobyG74/tiktok-api-dl/commit/e23952abe35854aff358e0948e4461a7a0bdd9db)
### Changed
- Tiktok Stalk doesn't use cookies anymore [c718c93](https://github.com/TobyG74/tiktok-api-dl/commit/c718c93416cfdd52d4d0932d335c9f7b3c2bce08)
## Version 1.3.0 - 05-03-2025
### Added
- Added New Helper File [signature](https://github.com/TobyG74/tiktok-api-dl/blob/master/helper/signature.js) & [webmssdk](https://github.com/TobyG74/tiktok-api-dl/blob/master/helper/webmssdk.js) [ecbba4e](https://github.com/TobyG74/tiktok-api-dl/commit/ecbba4e1f09986128f340bfcee33f4c27baf363f)
- Add Documentation for Tiktok User Favorite Videos and Tiktok User Posts [aecd17d](https://github.com/TobyG74/tiktok-api-dl/commit/aecd17d1dbc3298aef51f484741730aa1bcc4fe8)
- Add New Feature (Tiktok Get User Liked Videos, User Posts & Search Videos) [973a94e](https://github.com/TobyG74/tiktok-api-dl/commit/973a94e)
### Fixed
- Fixed Naming Similarities in Types [973a94e](https://github.com/TobyG74/tiktok-api-dl/commit/973a94e51761fbd61e37bebb1644c60c15f93dfe)
- Fixed Error When Searching for a Video After Page 1 [050bdf4](https://github.com/TobyG74/tiktok-api-dl/commit/050bdf4fa2926989445af6d0f1349805e630b223)
## Version 1.3.1 - 13-05-2025
### Added
- Adding a validator for the Cookie [a19dd9c](https://github.com/TobyG74/tiktok-api-dl/commit/a19dd9c062b98f54ccd0cc5343eea2bdc0db4245)
### Fixed
- Fix the types in options that are not visible [96b60ed](https://github.com/TobyG74/tiktok-api-dl/commit/96b60ed55a6483b9c8fb378895f608c15ff86c33)
- Fix the object result in CLI [fb72a4f](https://github.com/TobyG74/tiktok-api-dl/commit/fb72a4f74ada0e6503dd9978bf538f809ec7f2fd)
- Fixing Several Types [4dda8da](https://github.com/TobyG74/tiktok-api-dl/commit/4dda8daf85149b110d3e965fe67b414099b040de)
- Applying New Types [cb64f05](https://github.com/TobyG74/tiktok-api-dl/commit/cb64f0585aef011bb6ae5ff7fe907526d37e0067)
- Fix the Request Errors and Returning Undefined [80b5cbd](https://github.com/TobyG74/tiktok-api-dl/commit/80b5cbdc1d8af1fc45a2d94b818d0fe38d8060e9)
### Changed
- Update Documentation [4260ea6](https://github.com/TobyG74/tiktok-api-dl/commit/4260ea653ee50569f898cc0653cb35e4557992a9)
## Version 1.3.2 - 03-06-2025
### Added
- Add Tiktok Collection [5bd743a](https://github.com/TobyG74/tiktok-api-dl/pull/42/commits/5bd743a888cfafe932f083a2f887dbdd98e99d0c)
- Add Tiktok Collection Documentation [a37640e](https://github.com/TobyG74/tiktok-api-dl/pull/42/commits/a37640e332a43827bca8599881c931097d07256e)
- Add Tiktok Collection Types [baa8fa2](https://github.com/TobyG74/tiktok-api-dl/pull/42/commits/baa8fa2cc8d1bcc7aabc7fdef5a93677fed10be5)
- Add Tiktok Playlist [2fa9e6f](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/2fa9e6fef414c2825cf3072655998e1322210062)
- Add Tiktok Playlist Documentation [d0b1f2c](https://github.com/TobyG74/tiktok-api-dl/commit/db1686fc9b0480402db7bd6bd0c41f899ff56668)
- Add a New CLI Downloader for Tiktok Collection & Playlist [ae53775](https://github.com/TobyG74/tiktok-api-dl/commit/ae537757d8fa274e52060f445d4822c617f9ac93)
- Add Some Test Files [4f7cd9f](https://github.com/TobyG74/tiktok-api-dl/commit/4f7cd9f083d1798c18a0cad823b2e9b224893f14)
### Fixed
- Repair Musicaldown Broken Logics [732c0d4](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/732c0d4c146d7ed743b5902fbd392717e2df5692)
- Fix Downloader Types [1ad6d8b](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/1ad6d8baea7c2ac45ffc6cccd089ce193d17f491)
- Fix Handle Downloader Function [a56bc8c](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/a56bc8c9d9bedd42305c92a7bb15edb3ecad390a)
- Fix Duplicate Types [9d53637](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/9d53637ac267568fc0f2d3c4556dd2367b4cbf19)
### Changed
- Moving the Function to the Function Owner's File [c83e329](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/c83e329f27bd744dd2274604e15e10ec2264e083)
- Removing Cookie Options on Tiktok Stalk User [c7af8d5](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/c7af8d53a99fbbf1bda453a9ee1293bfb7ac6cf4)
## Version 1.3.3 - 12-07-2025
### Added
- Add Tiktok Get User Reposts [9bab4ad](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/9bab4ad652058cf3cd9c7cc79a94d12a3606c200)
- Add Tiktok Get User Reposts Documentation [d71a970](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/d71a970977ab7413450092b65841eb897a25e232)
### Fixed
- Fix the getUserPost error when the data exceeds 35 [259c9a1](https://github.com/TobyG74/tiktok-api-dl/pull/45/commits/259c9a178996aee9bcd3d10a5f84dabbaf6f3dfb)