Yuzu
2bfbfe6dec
🐛 fix: Temporary patched to iOS client
2024-06-18 15:19:56 +07:00
AtariTom
6a8569feb8
Fixed find chapter error, soundcloud 403 and watch playlists
2023-09-24 13:59:51 -04:00
AtariTom
fc6007b472
defaultIcon and music fix
2022-10-29 22:26:56 -04: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
Atari Tom
a0e3ae88c2
Video Info bug fixes and stream improvements
2022-05-27 15:35:02 -04: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
absidue
c40b432ee3
Fix error extraction here as well
2022-04-08 15:41:51 +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
absidue
f68ab1b8ad
Fix undefined in yt_validate ( fixes #270 )
2022-03-16 21:29:06 +01:00
凱恩Kane
ad63ec2847
fix nullable chapters
2022-03-13 00:22:05 +08:00
absidue
12f9f919cf
Extract chapters from video page
2022-03-10 20:31:49 +01:00
absidue
61e736ce97
Trim string args in external facing functions as people are not cleaning up their user input
2022-03-10 19:30:06 +01:00
absidue
ad16b6ece2
Fix YouTube link validation
2022-03-10 19:10:02 +01:00
absidue
026fa34fdb
Fix legacy streams being closed early because they look idle
2022-02-27 12:28:09 +01:00
absidue
d1d0b7256a
Try validating without playlist parameter if playlist validation fails
2022-02-26 23:44:27 +01:00
absidue
89b843a07f
Allow youtu.be playlist URLs to be validated correctly
2022-02-26 23:44:27 +01:00
killer069
e60e71125e
Added liveAt property in YouTube Video
2022-02-11 18:35:17 +05:30
killer069
f4da466d17
Stream issues fixed
...
Stream issues fixed + Playlist icons issues fixed
2022-02-01 09:35:39 +05:30
absidue
de6d8eae75
Improve documentation for playlist_info ( fixes #247 )
2022-01-31 18:00:45 +01:00
absidue
62711f87b8
Fix extracting channel icon for playlists
2022-01-31 17:55:26 +01:00
killer069
92a023e6d9
Added deciphering of audio only formats in decipher info.
2022-01-27 13:22:26 +05:30
absidue
285465a1c6
Add support for upcoming videos, adding the upcoming property to YouTubeVideo
2022-01-26 19:35:03 +01:00
absidue
bf981467d6
Fix music info extraction
2022-01-08 22:51:35 +01:00
killer069
50b1583c27
Fixed offensive videos error
2022-01-07 12:29:46 +05:30
killer069
a651979231
Music property fixed
2022-01-07 10:47:26 +05:30
killer069
3ae4cea5a8
music property issue fixed
2022-01-04 17:49:42 +05:30
killer069
ffbe882037
Pretty Code + Music property added in YouTube Video
2022-01-03 15:59:32 +05:30
absidue
bb3f2f1816
Fix playlist_info for YouTube Music URLs
2022-01-02 00:37:28 +01:00
absidue
c26cfa5147
Fix fetching info and streaming video URLs with &list= in them
2022-01-01 15:43:58 +01:00
absidue
8bdebe1180
Fix fetching info outside of Europe for videos with tagged as inappropriate or offensive
2021-12-28 17:48:51 +01:00
Killer069
08d92d6026
Update extractor.ts
2021-12-28 08:38:39 +05:30
Killer069
009358f5b7
Update extractor.ts
2021-12-28 08:12:19 +05:30
Killer069
e9ed97b4b9
Merge branch 'main' into developer
2021-12-28 08:09:07 +05:30
absidue
61cddbce5e
Add support for videos with a viewer discretion advisory
2021-12-27 17:15:48 +01:00
killer069
e9ccfb219d
Merge branch 'developer' of https://github.com/play-dl/play-dl into developer
2021-12-27 12:09:41 +05:30
killer069
6ff34c2baa
Some playlist and seek fixes
2021-12-27 12:09:08 +05:30
absidue
770e896cc0
Simplify regular expressions
2021-12-26 16:55:10 +01:00
Killer069
87589279f9
Fixed regexp issues
2021-12-26 21:17:39 +05:30
Killer069
fc17f35f21
Fixed parsing issues
2021-12-26 18:05:15 +05:30
Killer069
b4b791e55c
Fixed parsing issues
2021-12-26 18:03:47 +05:30
killer069
8f805bbbdd
Some fixes
2021-12-26 15:34:31 +05:30
killer069
addaeeac61
Some changes
2021-12-24 12:41:28 +05:30
absidue
a04f52c44d
Simplify type check in the YouTube info functions
2021-12-23 11:16:34 +01:00
absidue
2f522b9140
Add null, undefined and string type check to the YouTube info functions
2021-12-22 18:14:48 +01:00
killer069
e235fdb127
Added default exports
2021-12-17 15:24:12 +05:30
absidue
7b69d1abe8
Performance improvements and cleanup
2021-12-15 23:00:35 +01:00