99 Commits

Author SHA1 Message Date
Renovate Bot
687abbdc45 chore(deps): update dependency prettier to v2.7.0 2022-06-14 15:22:19 +00:00
Renovate Bot
26bd2e4dd1 chore(deps): update typescript-eslint monorepo to v5.28.0 2022-06-13 19:17:58 +00:00
Renovate Bot
29a34ad008 chore(deps): update typescript-eslint monorepo to v5.27.1 2022-06-06 19:52:27 +00:00
Renovate Bot
df607b110c chore(deps): update dependency eslint to v8.17.0 2022-06-03 23:54:04 +00:00
Renovate Bot
5b11a4d587 chore(deps): update typescript-eslint monorepo to v5.27.0 2022-05-30 19:49:18 +00:00
Hanif Dwy Putra S
21dd9e6af4 Merge branch 'dev' of https://github.com/hansputera/tiktok-dl into dev 2022-05-26 14:35:06 +00:00
Hanif Dwy Putra S
db55b3a3c1 feat: add getTikTokURL function, max providers rotate, etc...
Signed-off-by: GitHub <noreply@github.com>
2022-05-26 14:34:52 +00:00
Hanif Dwy Putra S
8f156a3027 style: prettier
Signed-off-by: GitHub <noreply@github.com>
2022-05-24 06:11:20 +00:00
Hanif Dwy Putra S
83ca1d445f fix(packages.core#dddTikProvider): return error when "urls.length === 1"
Signed-off-by: GitHub <noreply@github.com>
2022-05-24 06:06:51 +00:00
Renovate Bot
72f7dc80aa chore(deps): update typescript-eslint monorepo to v5.26.0 2022-05-23 20:49:59 +00:00
Hanif Dwy Putra S
1825791c08 feat(packages.core#ttDownloaderOneProvider): return error when "json.error" exists
Signed-off-by: GitHub <noreply@github.com>
2022-05-23 10:47:07 +00:00
Hanif Dwy Putra S
6edc6b8e64 Merge branch 'dev' of https://github.com/hansputera/tiktok-dl into dev 2022-05-23 01:30:23 +00:00
Hanif Dwy Putra S
0dc1957888 style: prettier format
Signed-off-by: GitHub <noreply@github.com>
2022-05-23 01:24:06 +00:00
Hanif Dwy Putra S
0f6c22a962 fix(packages.core): fixed "URL | string is not assignable to string" error
Signed-off-by: GitHub <noreply@github.com>
2022-05-23 01:23:18 +00:00
Hanif Dwy Putra S
1b81fcb3e0 chore(deps): update apps/web, and packages/core dependencies
Signed-off-by: GitHub <noreply@github.com>
2022-05-23 01:15:17 +00:00
Hanif Dwy Putra S
a3a0c2a95c chore: update turbo, and husky. And, using ESM
Signed-off-by: GitHub <noreply@github.com>
2022-05-23 01:09:15 +00:00
Hanif Dwy Putra S
c4e0125a7c I don't know what I'm doing
Signed-off-by: GitHub <noreply@github.com>
2022-05-23 00:48:42 +00:00
Hanif Dwy Putra S
96be4cb1df feat(apps.web): added advanced option validation.
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 14:26:40 +00:00
Hanif Dwy Putra S
80a9fa9034 feat(packages.core): add advanced options for each provider where if needed a custom argument
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 13:32:42 +00:00
Hanif Dwy Putra S
3d2181206b chore!(packages.core): remove dltik provider
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
2022-05-22 13:28:45 +00:00
Renovate Bot
a61df63088 chore(deps): pin dependencies 2022-05-22 12:54:37 +00:00
Hanif Dwy Putra S
a3d4742db3 chore(packages.core#savefromProvider): change base url to worker.sf-tools.com
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 12:38:12 +00:00
Hanif Dwy Putra S
dc4cc60f1e fix(packages.core#savetikProvider): remove match-token regex
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 12:35:28 +00:00
Hanif Dwy Putra S
34cfc0da7f fix(packages.core#tikmate): change token match regex
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 12:31:32 +00:00
Hanif Dwy Putra S
a5b5d7cee9 fix(packages.core#tikdownProvider): only match td-cdn.pw url
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 12:24:48 +00:00
Hanif Dwy Putra S
e062f82d48 fix(packages.core): fixed url results
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 12:18:01 +00:00
hansputera
9926ebda44 fix(core.utils): fixed missing generator file
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-11 19:20:35 +07:00
hansputera
ba1243af1f fix(core): fixed missing ttsave provider file (forget to remove it)
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-11 19:17:01 +07:00
hansputera
ad31281cff remove(core#ttsaveProvider): removed ttsaveProvider. Why? We cannot use this service anymore, as we cannot obtain cookies from the site to manipulate the sessions. See https://github.com/hansputera/tiktok-dl/pull/9#issue-1084370105
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-11 19:13:51 +07:00
hansputera
474549dd0b feat(core#getVidTikProvider): added video metadata like caption, and author nick
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-11 18:01:09 +07:00
hansputera
edd86952de feat(apps.web#rotator): delete url data when development
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-11 17:56:15 +07:00
hansputera
55971d17d0 feat(core): added form payload request
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-11 16:51:11 +07:00
hansputera
d1eea6b350 style(prettier): prettify the codes
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-06 14:01:30 +07:00
hansputera
e0607281d3 feat(core): add getVidTik provider to the provider list
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-06 13:54:55 +07:00
hansputera
f8f10b14e3 chore: add prettier
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-06 13:40:48 +07:00
hansputera
a58a822dfb fix(packages.core.utils): fixed object is possibly undefined error
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-05 22:31:22 +07:00
hansputera
fbc265b355 fix(packages.core.utils): fixed incorrect variable name
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-05 22:26:12 +07:00
hansputera
2f431ee70e feat(config): add useragents.d.ts
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-05 22:16:40 +07:00
hansputera
80e8e82cc3 feat(provider): add native provider
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-05 21:17:10 +07:00
hansputera
5534549563 chore(deps): fixed missing eslint
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-03-05 21:08:20 +07:00
hansputera
89b7f623fc chore: add yarnrc
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
2022-02-27 11:32:08 +07:00
dependabot[bot]
acced16471 chore(deps): bump vm2 from 3.9.5 to 3.9.6
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.6.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.6)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 02:43:19 +00:00
hansputera
7cbd1bb1e4 fix(core.utils): fixed base provider file name 2022-02-07 11:49:55 +07:00
hansputera
4a76696859 feat:(core) export ExtractedInfo type 2022-02-07 11:47:16 +07:00
hansputera
457d316988 feat:(core) export BaseProvider 2022-02-07 11:45:07 +07:00
hansputera
11591c72e6 fix:(download) fixed provider name. 2022-02-07 11:36:12 +07:00
hansputera
02ccf06298 rewrite. 2022-02-07 10:25:58 +07:00
hansputera
1e4043279e feat(cpackages): add config 2022-02-07 07:49:22 +07:00
hansputera
13c71e4b72 feat: initial turborepo 2022-02-07 07:32:42 +07:00