dependabot[bot]
c9e184e60e
Bump typedoc-plugin-missing-exports from 0.22.6 to 1.0.0
...
Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports ) from 0.22.6 to 1.0.0.
- [Release notes](https://github.com/Gerrit0/typedoc-plugin-missing-exports/releases )
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Gerrit0/typedoc-plugin-missing-exports/commits/v1.0.0 )
---
updated-dependencies:
- dependency-name: typedoc-plugin-missing-exports
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 16:09:34 +00:00
AtariTom
ce9c574607
Merge pull request #305 from Alex-CD/main
...
Fix for exceeded call stack for yt_validate by @Alex-CD
2022-06-15 16:41:09 -04:00
Atari Tom
f974e1f924
Added invalid playlist check
2022-06-14 15:47:07 -04:00
Alex Clarke
7ae5bc3e13
Fix yt_validate stack overflow issue
...
https://github.com/play-dl/play-dl/issues/304
yt_validate was recursing forever because the regex for removing
the 'list=xxxx' parameter was looking for one or more characters
after list=, rather than 0 or more, so removed nothing if
no value was provided.
e.g https://www.youtube.com/playlist?list=
Have tested this locally but would appreciate a second look before merging.
2022-06-09 10:11:01 +01:00
AtariTom
8d71600624
Changed main workflow
2022-05-30 15:42:14 -04:00
AtariTom
44c982dc5e
1.9.5
2022-05-30 15:27:23 -04:00
AtariTom
338758b298
Merge pull request #299 from AtariTom/main
...
Fix for JSON error and video bitrates
2022-05-30 15:04:49 -04:00
AtariTom
4f0c2363e9
Merge pull request #298 from play-dl/dependabot/npm_and_yarn/typescript-4.7.2
...
Bump typescript from 4.6.4 to 4.7.2
2022-05-30 15:04:08 -04:00
AtariTom
461aa330c8
Merge pull request #297 from play-dl/dependabot/npm_and_yarn/types/node-17.0.36
...
Bump @types/node from 17.0.30 to 17.0.36
2022-05-30 15:03:38 -04:00
AtariTom
6a15083bd2
Merge pull request #296 from play-dl/dependabot/npm_and_yarn/typedoc-0.22.16
...
Bump typedoc from 0.22.15 to 0.22.16
2022-05-30 15:03:08 -04:00
dependabot[bot]
8e3042c5f3
Bump typescript from 4.6.4 to 4.7.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 19:02:17 +00:00
dependabot[bot]
d9e26bcb7a
Bump @types/node from 17.0.30 to 17.0.36
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.30 to 17.0.36.
- [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>
2022-05-30 19:02:10 +00:00
dependabot[bot]
f3a5a73de7
Bump typedoc from 0.22.15 to 0.22.16
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.22.15 to 0.22.16.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.15...v0.22.16 )
---
updated-dependencies:
- dependency-name: typedoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 19:02:05 +00:00
AtariTom
644e39878f
Merge pull request #295 from play-dl/dependabot/npm_and_yarn/tsup-6.0.1
...
Bump tsup from 5.12.6 to 6.0.1
2022-05-30 15:01:25 -04:00
dependabot[bot]
0405c6ac88
Bump tsup from 5.12.6 to 6.0.1
...
Bumps [tsup](https://github.com/egoist/tsup ) from 5.12.6 to 6.0.1.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v5.12.6...v6.0.1 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 18:56:38 +00:00
AtariTom
60167e2a78
Updated README
2022-05-30 14:54:09 -04:00
Atari Tom
a0e3ae88c2
Video Info bug fixes and stream improvements
2022-05-27 15:35:02 -04:00
AtariTom
126c5f98d1
Merge branch 'play-dl:main' into main
2022-05-26 20:52:07 -04:00
absidue
6397425d99
Update README.md
2022-05-20 16:51:18 +02:00
absidue
ebfc9abed6
Update README.md
2022-05-20 16:50:43 +02:00
dependabot[bot]
0f15a20f7f
Merge pull request #288 from play-dl/dependabot/npm_and_yarn/typedoc-0.22.15
2022-05-16 21:39:21 +00:00
dependabot[bot]
adf8419b4f
Merge pull request #289 from play-dl/dependabot/npm_and_yarn/prettier-2.6.2
2022-05-16 21:39:11 +00:00
dependabot[bot]
e7e7b6a7a6
Merge pull request #290 from play-dl/dependabot/npm_and_yarn/tsup-5.12.6
2022-05-16 21:38:44 +00:00
dependabot[bot]
acc9abaea7
Merge pull request #291 from play-dl/dependabot/npm_and_yarn/typescript-4.6.4
2022-05-16 21:38:36 +00:00
dependabot[bot]
a9097531f2
Merge pull request #292 from play-dl/dependabot/npm_and_yarn/types/node-17.0.30
2022-05-16 21:38:22 +00:00
github-actions[bot]
7006b64284
[Automated] Update user agents ( #287 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-16 23:37:26 +02:00
dependabot[bot]
8c8197fb34
Bump @types/node from 17.0.23 to 17.0.30
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.23 to 17.0.30.
- [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>
2022-05-01 16:02:51 +00:00
dependabot[bot]
0b10229901
Bump typescript from 4.6.3 to 4.6.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.3 to 4.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-01 16:02:43 +00:00
dependabot[bot]
cf1beb6689
Bump tsup from 5.12.2 to 5.12.6
...
Bumps [tsup](https://github.com/egoist/tsup ) from 5.12.2 to 5.12.6.
- [Release notes](https://github.com/egoist/tsup/releases )
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json )
- [Commits](https://github.com/egoist/tsup/compare/v5.12.2...v5.12.6 )
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-01 16:02:31 +00:00
dependabot[bot]
571e685438
Bump prettier from 2.6.1 to 2.6.2
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.6.1...2.6.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-01 16:02:20 +00:00
dependabot[bot]
dd65551af0
Bump typedoc from 0.22.13 to 0.22.15
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.22.13 to 0.22.15.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.13...v0.22.15 )
---
updated-dependencies:
- dependency-name: typedoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-01 16:02:12 +00:00
absidue
5f993c4c0b
Minor performance improvement
2022-04-24 12:48:27 +02:00
AtariTom
ff0129d9db
Added URL to properties in music object ( #280 )
...
* Added URL endpoints to licensed music object
* Added URL info to properties in music object
* Added URL to properties in music object
* Added URL support for the Video Music properties with typings
* Added URL to music properties in YoutubeVideo
* Fixed Typings
* Added footnote to music property
2022-04-08 17:20:06 +02:00
Atari Tom
da04d38069
Added footnote to music property
2022-04-08 11:18:06 -04:00
Atari Tom
53f379215b
Fixed Typings
2022-04-08 10:29:57 -04:00
Atari Tom
d90a95f4e0
Added URL to music properties in YoutubeVideo
2022-04-08 10:22:45 -04:00
Atari Tom
ea89130549
Merge branch 'play-dl-main'
2022-04-08 10:13:04 -04:00
Atari Tom
2fd2181447
Removed Conflict
2022-04-08 10:12:25 -04:00
absidue
c40b432ee3
Fix error extraction here as well
2022-04-08 15:41:51 +02:00
absidue
5408e2e7b4
1.9.4
2022-04-08 15:23:19 +02:00
absidue
e17fbc68e4
Fix error message extraction and missing chapters
2022-04-08 15:21:05 +02:00
absidue
ffee49b9fb
Fix extracting music metadata with locales other than english
2022-04-08 15:16:17 +02:00
Atari Tom
b523c4f394
Added URL support for the Video Music properties with typings
2022-04-06 11:58:44 -04:00
absidue
bfed78d3d1
Merge pull request #281 from play-dl/automated/update-user-agents
...
[Automated] Update user agents
2022-04-05 21:58:32 +02:00
github-actions[bot]
e75f0dc280
[Automated] Update user agents
2022-04-05 19:54:04 +00:00
absidue
329bf64d4f
Fix duplicate user agents
2022-04-05 21:53:21 +02:00
dependabot[bot]
fb083bdc92
Merge pull request #275 from play-dl/dependabot/npm_and_yarn/types/node-17.0.23
2022-04-05 19:38:14 +00:00
dependabot[bot]
f1e5334ba8
Merge pull request #276 from play-dl/dependabot/npm_and_yarn/typedoc-0.22.13
2022-04-05 19:37:57 +00:00
dependabot[bot]
5a9bdbcd84
Merge pull request #277 from play-dl/dependabot/npm_and_yarn/prettier-2.6.1
2022-04-05 19:37:42 +00:00
dependabot[bot]
f64aebec8e
Merge pull request #278 from play-dl/dependabot/npm_and_yarn/tsup-5.12.2
2022-04-05 19:37:29 +00:00