396 Commits

Author SHA1 Message Date
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
Kareem
58f79fcacc
SimplifiedTrackObject from album does not have external_ids 2023-07-09 01:45:47 -07:00
AtariTom
1ae7ba8fce
Merge pull request #311 from KingRainbow44/main
Save the ISRC to `SpotifyTrack`
2022-10-31 20:05:31 -04:00
AtariTom
3147d98760 Type fix and workflow update 2022-10-30 18:30:26 -04:00
AtariTom
fc6007b472 defaultIcon and music fix 2022-10-29 22:26:56 -04:00
AtariTom
975f351d36
Merge pull request #301 from play-dl/automated/update-user-agents
[Automated] Update user agents
2022-10-29 21:37:17 -04:00
KingRainbow44
5dc1eff4eb
Save the ISRC to SpotifyTrack 2022-07-17 12:07:40 -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
github-actions[bot]
ad8e79bd2c [Automated] Update user agents 2022-06-01 01:58:02 +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
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
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
github-actions[bot]
e75f0dc280 [Automated] Update user agents 2022-04-05 19:54:04 +00:00
Atari Tom
73644f6c9d Added playability parameter to SpotifyTrack 2022-03-31 11:18:25 -04: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
github-actions[bot]
2c9d0b507c [Automated] Update user agents 2022-03-01 00:52:38 +00:00
absidue
026fa34fdb Fix legacy streams being closed early because they look idle 2022-02-27 12:28:09 +01:00
absidue
771b15e09f Add permalink property to SoundCloudTrack 2022-02-27 11:28:45 +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
absidue
24f7855c4f Fix empty search results caused by adverts 2022-02-26 23:44:27 +01:00
absidue
258ef03aaa Fix error when playing legacy streams caused by the content length missing 2022-02-26 23:44:25 +01:00
killer069
e60e71125e Added liveAt property in YouTube Video 2022-02-11 18:35:17 +05:30
absidue
e939585c17 Add workflow to update the user agents once a month 2022-02-09 18:40:57 +01:00
killer069
0c45d07d72 Fixed player response undefined issue 2022-02-09 15:33:21 +05:30
absidue
47ccb4a145 Well this is embarrassing but not unexpected given my history with releases here 2022-02-03 22:40:35 +01:00
absidue
9670e6ccfb Add option to unblur thumbnails in YouTube search results 2022-02-03 18:23:14 +01:00
killer069
f6b7204b33 Prettier code 2022-02-01 09:38:31 +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
killer069
4611ab5b40 compatibility readme added 2022-01-20 16:52:48 +05:30
killer069
2242c64a8c Property Name change 2022-01-20 16:32:14 +05:30
killer069
c2fa754dee Some stream creation issues fixes 2022-01-20 16:19:55 +05:30
killer069
54210d1c3f Some improvements 2022-01-19 09:40:50 +05:30
killer069
062a0e7851 Fixed some seek issues 2022-01-19 09:29:30 +05:30