447 Commits

Author SHA1 Message Date
Killer069
76ab060d57
Merge pull request #146 from absidue/misc-improvements
Miscellaneous improvements
2021-10-29 15:06:18 +05:30
Killer069
2eabcf43ab
Merge branch 'main' into misc-improvements 2021-10-29 15:05:40 +05:30
Killer069
23c31698c3
Deezer Support
Add support for fetching information from Deezer
2021-10-29 15:04:17 +05:30
Killer069
3848d75052
Update package-lock.json 2021-10-29 15:03:36 +05:30
Killer069
3e96233cdf
Update package.json 2021-10-29 15:03:19 +05:30
absidue
6d5de7463d Replace deprecated querystring with URLSearchParams 2021-10-28 21:09:13 +02:00
absidue
90867b9430 Prefix core module imports with node: 2021-10-28 19:40:19 +02:00
absidue
a13e588246 Use array + join, instead of append for request body strings 2021-10-28 18:57:44 +02:00
absidue
533aebc2ff Bump typescript output version to es2021, to be inline with node 16 2021-10-28 18:55:35 +02:00
absidue
2aea9f0deb Add support for fetching information from Deezer 2021-10-27 22:09:53 +02:00
killer069
2d91c2437b package updated 2021-10-27 15:08:19 +05:30
Killer069
af66f798e2
1.2.3
Proxies issues Fixed [ Small Patch ]
2021-10-27 15:07:18 +05:30
killer069
a97ea2cf9c Proxy fixed 2021-10-27 15:05:45 +05:30
killer069
545e98904b package updated 2021-10-26 14:58:45 +05:30
killer069
53b79b314b 1.2.2 2021-10-26 14:57:19 +05:30
Killer069
9463df802d
1.2.1
Fixed JSON Parse Issues.
 Updated @types/nodes version.
 Added YouTube shorts url support.
2021-10-26 14:47:51 +05:30
killer069
306b498537 Merge branch 'main' of https://github.com/play-dl/play-dl 2021-10-26 14:46:52 +05:30
killer069
a22bf15910 package updated 2021-10-26 14:46:47 +05:30
Killer069
51274c402b
Merge pull request #143 from play-dl/dependabot/npm_and_yarn/types/node-16.11.6
Bump @types/node from 16.11.5 to 16.11.6
2021-10-26 14:44:49 +05:30
dependabot[bot]
8a49ee6e01
Bump @types/node from 16.11.5 to 16.11.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.5 to 16.11.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 09:13:44 +00:00
Killer069
b0a240cc0a
Update dependabot.yml 2021-10-26 14:42:45 +05:30
Killer069
9cb67159a8
Merge pull request #141 from play-dl/dependabot/npm_and_yarn/types/node-16.11.5
Bump @types/node from 16.11.1 to 16.11.5
2021-10-26 14:41:20 +05:30
killer069
8e7643e123 Errors Handler complete 2021-10-26 14:40:50 +05:30
killer069
16b0e5b237 Added some more error handler 2021-10-26 14:31:30 +05:30
killer069
5fd1045091 YT shorts support 2021-10-26 14:21:29 +05:30
killer069
2406bd0630 added prepublish script 2021-10-26 14:13:44 +05:30
killer069
dd1f01779c Fixed JSON parse issues 2021-10-26 13:22:12 +05:30
dependabot[bot]
6a46f33722
Bump @types/node from 16.11.1 to 16.11.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.1 to 16.11.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 16:12:50 +00:00
killer069
fba98078e9 package updated 2021-10-21 14:59:49 +05:30
Killer069
22b11c8067
1.2.0
Search Function order is fixed.
2021-10-21 14:57:19 +05:30
killer069
f410483980 Search function fixed 2021-10-21 14:54:53 +05:30
killer069
5d1b5af75a code made prettier 2021-10-20 19:10:15 +05:30
Killer069
3416cd493f
1.1.9
Fixed random stops while creating stream
 Fixed search returning undefined description.
 Updated @types/node version
2021-10-20 19:08:07 +05:30
killer069
ef1e1be7ed Merge branch 'main' of https://github.com/play-dl/play-dl 2021-10-20 19:07:36 +05:30
killer069
9894897dfa package updated 2021-10-20 19:07:24 +05:30
Killer069
6691da9a96
Merge pull request #137 from absidue/fix-yt-search-description
Fix parsing video description in YouTube search
2021-10-20 19:06:17 +05:30
Killer069
63fcffd4d4
Merge pull request #136 from play-dl/dependabot/npm_and_yarn/types/node-16.11.1
Bump @types/node from 16.10.3 to 16.11.1
2021-10-20 19:06:03 +05:30
killer069
e69f466f53 big Issue Fixed 2021-10-20 19:03:49 +05:30
absidue
9becc51905 Fix parsing video description in YouTube search 2021-10-18 21:23:14 +02:00
dependabot[bot]
3be1c46550
Bump @types/node from 16.10.3 to 16.11.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.3 to 16.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 16:09:13 +00:00
killer069
4f48c29d55 package updated 2021-10-18 17:25:16 +05:30
Killer069
5e3ab7f3b0
1.1.8
Added decipher_info function for converting from video_basic_info to video_info data.
 Changed SpotifyAlbum property from trackCount to tracksCount
 Added getFreeClientID to get free soundCloud client ID.
2021-10-18 17:22:29 +05:30
Killer069
f6957c5926
Merge pull request #134 from absidue/video-info-from-basic-info
Add decipher_info function
2021-10-18 17:22:08 +05:30
killer069
a4d3340ae0 Soundcloud get free function export added 2021-10-18 17:20:50 +05:30
killer069
2a6a93701e soundcloud free client ID 2021-10-18 17:11:48 +05:30
killer069
cdc1d7aeb5 Merge branch 'developer' of https://github.com/play-dl/play-dl into developer 2021-10-18 15:38:13 +05:30
killer069
35dcb7288d Spotify tracksCount name error fixed 2021-10-18 15:38:05 +05:30
absidue
75f475ef4b Rename function to decipher_info 2021-10-17 21:41:16 +02:00
absidue
f1be72088f Add video_info_from_basic_info function 2021-10-16 16:51:04 +02:00
Killer069
7640267046
Merge pull request #132 from absidue/typescript-dependency
Add typescript to the dev dependencies
2021-10-15 12:30:51 +05:30