From 0131e7e7475f37feebd4d90f7b27c924bc6f507e Mon Sep 17 00:00:00 2001 From: Felipe Yslaoker Date: Thu, 25 Jul 2024 12:47:21 -0300 Subject: [PATCH] first commit --- .gitignore | 3 + CHANGELOG.md | 3 + LICENSE | 674 +++++++++++++++++++++++++++++++ README.md | 1 + analysis_options.yaml | 30 ++ example/main.dart | 136 +++++++ lib/dart_ytmusic_api.dart | 14 + lib/enums.dart | 18 + lib/parsers/album_parser.dart | 133 ++++++ lib/parsers/artist_parser.dart | 96 +++++ lib/parsers/parser.dart | 77 ++++ lib/parsers/playlist_parser.dart | 92 +++++ lib/parsers/search_parser.dart | 35 ++ lib/parsers/song_parser.dart | 134 ++++++ lib/parsers/video_parser.dart | 94 +++++ lib/types.dart | 482 ++++++++++++++++++++++ lib/utils/filters.dart | 25 ++ lib/utils/traverse.dart | 41 ++ lib/yt_music.dart | 553 +++++++++++++++++++++++++ pubspec.lock | 474 ++++++++++++++++++++++ pubspec.yaml | 20 + test/dart_ytmusic_api_test.dart | 5 + 22 files changed, 3140 insertions(+) create mode 100644 .gitignore create mode 100644 CHANGELOG.md create mode 100644 LICENSE create mode 100644 README.md create mode 100644 analysis_options.yaml create mode 100644 example/main.dart create mode 100644 lib/dart_ytmusic_api.dart create mode 100644 lib/enums.dart create mode 100644 lib/parsers/album_parser.dart create mode 100644 lib/parsers/artist_parser.dart create mode 100644 lib/parsers/parser.dart create mode 100644 lib/parsers/playlist_parser.dart create mode 100644 lib/parsers/search_parser.dart create mode 100644 lib/parsers/song_parser.dart create mode 100644 lib/parsers/video_parser.dart create mode 100644 lib/types.dart create mode 100644 lib/utils/filters.dart create mode 100644 lib/utils/traverse.dart create mode 100644 lib/yt_music.dart create mode 100644 pubspec.lock create mode 100644 pubspec.yaml create mode 100644 test/dart_ytmusic_api_test.dart diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a85790 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# https://dart.dev/guides/libraries/private-files +# Created by `dart pub` +.dart_tool/ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..effe43c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +## 1.0.0 + +- Initial version. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e72bfdd --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1515bb3 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Ported from [ts-npm-music-api](https://github.com/zS1L3NT/ts-npm-ytmusic-api) \ No newline at end of file diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000..dee8927 --- /dev/null +++ b/analysis_options.yaml @@ -0,0 +1,30 @@ +# This file configures the static analysis results for your project (errors, +# warnings, and lints). +# +# This enables the 'recommended' set of lints from `package:lints`. +# This set helps identify many issues that may lead to problems when running +# or consuming Dart code, and enforces writing Dart using a single, idiomatic +# style and format. +# +# If you want a smaller set of lints you can change this to specify +# 'package:lints/core.yaml'. These are just the most critical lints +# (the recommended set includes the core lints). +# The core lints are also what is used by pub.dev for scoring packages. + +include: package:lints/recommended.yaml + +# Uncomment the following section to specify additional rules. + +# linter: +# rules: +# - camel_case_types + +# analyzer: +# exclude: +# - path/to/excluded/files/** + +# For more information about the core and recommended set of lints, see +# https://dart.dev/go/core-lints + +# For additional information about configuring this file, see +# https://dart.dev/guides/language/analysis-options diff --git a/example/main.dart b/example/main.dart new file mode 100644 index 0000000..f83d449 --- /dev/null +++ b/example/main.dart @@ -0,0 +1,136 @@ +import 'package:dart_ytmusic_api/yt_music.dart'; + +void main() async { + // Create an instance of the YouTube Music API + final ytmusic = YTMusic(); + + // Initialize the API + await ytmusic.initialize(); + + await searchSongs(ytmusic); +} + +// Search Methods +/// Searches for search suggestions by the given query and prints the results. +Future getSearchSuggestions(YTMusic ytmusic) async { + final results = await ytmusic.getSearchSuggestions('The Sco'); + for (final suggestion in results) { + print(suggestion); + } +} + +/// Searches for songs by the given query and prints the results. +Future searchSongs(YTMusic ytmusic) async { + final results = await ytmusic.searchSongs('Aurora Runaway'); + for (final result in results) { + print( + '${result.name} - ${result.artist.name} (${result.artist.artistId}) - ${result.videoId}'); + } +} + +/// Searches for albums by the given query and prints the results. +Future searchAlbums(YTMusic ytmusic) async { + final results = await ytmusic.searchAlbums('bastille'); + for (final result in results) { + print('${result.name} - ${result.artist.name} - ${result.albumId}'); + } +} + +/// Searches for artists by the given query and prints the results. +Future searchArtists(YTMusic ytmusic) async { + final results = await ytmusic.searchArtists('Aurora'); + for (final result in results) { + print('${result.name} - ${result.artistId}'); + } +} + +/// Searches for videos by the given query and prints the results. +Future searchVideos(YTMusic ytmusic) async { + final results = await ytmusic.searchVideos('Aurora Runaway'); + for (final result in results) { + print('${result.name} - ${result.videoId}'); + } +} + +/// Searches for playlists by the given query and prints the results. +Future searchPlaylists(YTMusic ytmusic) async { + final results = await ytmusic.searchPlaylists('Global Songs'); + for (final result in results) { + print('${result.name} - ${result.playlistId}'); + } +} + +// Specific Data Retrieval Methods +/// Retrieves details of a song by its ID and prints the result. +Future getSong(YTMusic ytmusic) async { + final result = await ytmusic.getSong('LDY4Bf8Zwn8'); + print('${result.name} - ${result.videoId}'); +} + +/// Retrieves details of a video by its ID and prints the result. +Future getVideo(YTMusic ytmusic) async { + final result = await ytmusic.getVideo('LDY4Bf8Zwn8'); + print('${result.name} - ${result.artist.artistId}'); +} + +/// Retrieves lyrics of a song by its video ID and prints the result. +Future getLyrics(YTMusic ytmusic) async { + final result = await ytmusic.getLyrics('LDY4Bf8Zwn8'); + print('$result'); +} + +/// Retrieves albums of an artist by the artist's ID and prints the results. +Future getArtistAlbums(YTMusic ytmusic) async { + // The Score - UCdQICt_YIo4FEOaLtTOi4RA + // Aurora - UC4G-AJa7kn8oumI6TT2WXYw + final results = await ytmusic.getArtistAlbums('UC4G-AJa7kn8oumI6TT2WXYw'); + for (final result in results) { + print('${result.name} - ${result.artist.artistId}'); + } +} + +Future getArtistSingles(YTMusic ytmusic) async { + // The Score - UCdQICt_YIo4FEOaLtTOi4RA + // Aurora - UC4G-AJa7kn8oumI6TT2WXYw + final results = await ytmusic.getArtistSingles('UC4G-AJa7kn8oumI6TT2WXYw'); + for (final result in results) { + print('${result.name} - ${result.artist.artistId}'); + } +} + +/// Retrieves videos of a playlist by the playlist's ID and prints the results. +Future getPlaylistVideos(YTMusic ytmusic) async { + final results = await ytmusic + .getPlaylistVideos('RDCLAK5uy_nfs_t4FUu00E5ED6lveEBBX1VMYe1mFjk'); + for (final result in results) { + print('${result.name} - ${result.videoId}'); + } +} + +/// Retrieves details of an album by its ID and prints the result. +Future getAlbum(YTMusic ytmusic) async { + final result = await ytmusic.getAlbum('UC4G-AJa7kn8oumI6TT2WXYw'); + print('${result.name} - ${result.artist.name}'); +} + +/// Retrieves details of an artist by their ID and prints the result. +Future getArtist(YTMusic ytmusic) async { + final result = await ytmusic.getArtist('UC4G-AJa7kn8oumI6TT2WXYw'); + print('${result.name} - ${result.artistId}'); +} + +Future getArtistSongs(YTMusic ytmusic) async { + final songs = await ytmusic.getArtistSongs('UCdQICt_YIo4FEOaLtTOi4RA'); + for (final song in songs) { + print('${song.name} - ${song.artist.artistId}'); + } +} + +// General Data Retrieval Methods +/// Retrieves home sections and prints the results. +Future getHomeSections(YTMusic ytmusic) async { + final results = await ytmusic.getHomeSections(); + for (final result in results) { + print('${result.title} - ${result.contents}'); + } +} diff --git a/lib/dart_ytmusic_api.dart b/lib/dart_ytmusic_api.dart new file mode 100644 index 0000000..017a0ad --- /dev/null +++ b/lib/dart_ytmusic_api.dart @@ -0,0 +1,14 @@ +library dart_ytmusic_api; + +export './yt_music.dart'; +export './enums.dart'; +export './types.dart'; +export './utils/filters.dart'; +export './utils/traverse.dart'; +export './parsers/album_parser.dart'; +export './parsers/artist_parser.dart'; +export './parsers/parser.dart'; +export './parsers/playlist_parser.dart'; +export './parsers/search_parser.dart'; +export './parsers/song_parser.dart'; +export './parsers/video_parser.dart'; diff --git a/lib/enums.dart b/lib/enums.dart new file mode 100644 index 0000000..604abbb --- /dev/null +++ b/lib/enums.dart @@ -0,0 +1,18 @@ +enum PageType { + musicPageTypeAlbum, + musicPageTypePlaylist, + musicVideoTypeOmv; + + static string(PageType pageType) { + switch (pageType) { + case PageType.musicPageTypeAlbum: + return 'MUSIC_PAGE_TYPE_ALBUM'; + case PageType.musicPageTypePlaylist: + return 'MUSIC_PAGE_TYPE_PLAYLIST'; + case PageType.musicVideoTypeOmv: + return 'MUSIC_VIDEO_TYPE_OMV'; + } + } +} + +const String feMusicHome = "FEmusic_home"; diff --git a/lib/parsers/album_parser.dart b/lib/parsers/album_parser.dart new file mode 100644 index 0000000..f0f856e --- /dev/null +++ b/lib/parsers/album_parser.dart @@ -0,0 +1,133 @@ +import 'package:dart_ytmusic_api/parsers/song_parser.dart'; +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/filters.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +class AlbumParser { + static AlbumFull parse(dynamic data, String albumId) { + final albumBasic = AlbumBasic( + albumId: albumId, + name: traverseString(data, ["tabs", "title", "text"]) ?? '', + ); + + final artistData = traverse(data, ["tabs", "straplineTextOne", "runs"]); + final artistBasic = ArtistBasic( + artistId: traverseString(artistData, ["browseId"]), + name: traverseString(artistData, ["text"]) ?? '', + ); + + final thumbnails = traverseList(data, ["background", "thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(); + + return AlbumFull( + name: albumBasic.name, + type: "ALBUM", + albumId: albumId, + playlistId: + traverseString(data, ["musicPlayButtonRenderer", "playlistId"]) ?? '', + artist: artistBasic, + year: processYear( + traverseList(data, ["tabs", "subtitle", "text"]).last, + ), + thumbnails: thumbnails, + songs: traverseList(data, ["musicResponsiveListItemRenderer"]) + .map( + (item) => SongParser.parseAlbumSong( + item, + artistBasic, + albumBasic, + thumbnails, + ), + ) + .toList(), + ); + } + + static AlbumDetailed parseSearchResult(dynamic item) { + final columns = traverseList(item, ["flexColumns", "runs"]) + .expand((e) => e is List ? e : [e]) + .toList(); + + // No specific way to identify the title + final title = columns[0]; + final artist = columns.firstWhere(isArtist, orElse: () => columns[3]); + final playlistId = traverseString(item, ["overlay", "playlistId"]) ?? + traverseString(item, ["thumbnailOverlay", "playlistId"]); + + return AlbumDetailed( + type: "ALBUM", + albumId: traverseList(item, ["browseId"]).last, + playlistId: playlistId ?? '', + artist: ArtistBasic( + name: traverseString(artist, ["text"]) ?? '', + artistId: traverseString(artist, ["browseId"]), + ), + year: processYear(columns.last?['text']), + name: traverseString(title, ["text"]) ?? '', + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static AlbumDetailed parseArtistAlbum(dynamic item, ArtistBasic artistBasic) { + return AlbumDetailed( + type: "ALBUM", + albumId: traverseList(item, ["browseId"]) + .where((element) => element != artistBasic.artistId) + .firstOrNull ?? + '', + playlistId: + traverseString(item, ["thumbnailOverlay", "playlistId"]) ?? '', + name: traverseString(item, ["title", "text"]) ?? '', + artist: artistBasic, + year: processYear(traverseList(item, ["subtitle", "text"]).last), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static AlbumDetailed parseArtistTopAlbum( + dynamic item, ArtistBasic artistBasic) { + return AlbumDetailed( + type: "ALBUM", + albumId: traverseList(item, ["browseId"]).last, + playlistId: + traverseString(item, ["musicPlayButtonRenderer", "playlistId"]) ?? '', + name: traverseString(item, ["title", "text"]) ?? '', + artist: artistBasic, + year: processYear(traverseList(item, ["subtitle", "text"]).last), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static AlbumDetailed parseHomeSection(dynamic item) { + final artist = traverse(item, ["subtitle", "runs"]).last; + + return AlbumDetailed( + type: "ALBUM", + albumId: traverseString(item, ["title", "browseId"]) ?? '', + playlistId: + traverseString(item, ["thumbnailOverlay", "playlistId"]) ?? '', + name: traverseString(item, ["title", "text"]) ?? '', + artist: ArtistBasic( + name: traverseString(artist, ["text"]) ?? '', + artistId: traverseString(artist, ["browseId"]) ?? '', + ), + year: null, + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static int? processYear(String? year) { + return year != null && RegExp(r"^\d{4}$").hasMatch(year) + ? int.parse(year) + : null; + } +} diff --git a/lib/parsers/artist_parser.dart b/lib/parsers/artist_parser.dart new file mode 100644 index 0000000..f39fe98 --- /dev/null +++ b/lib/parsers/artist_parser.dart @@ -0,0 +1,96 @@ +import 'package:dart_ytmusic_api/parsers/album_parser.dart'; +import 'package:dart_ytmusic_api/parsers/playlist_parser.dart'; +import 'package:dart_ytmusic_api/parsers/song_parser.dart'; +import 'package:dart_ytmusic_api/parsers/video_parser.dart'; +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +class ArtistParser { + static ArtistFull parse(dynamic data, String artistId) { + final artistBasic = ArtistBasic( + artistId: artistId, + name: traverseString(data, ["header", "title", "text"]) ?? '', + ); + + return ArtistFull( + name: artistBasic.name, + type: "ARTIST", + artistId: artistId, + thumbnails: traverseList(data, ["header", "thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + topSongs: traverseList(data, ["musicShelfRenderer", "contents"]) + .map((item) => SongParser.parseArtistTopSong(item, artistBasic)) + .toList(), + topAlbums: traverseList(data, ["musicCarouselShelfRenderer"]).isEmpty + ? [] + : (traverseList(data, ["musicCarouselShelfRenderer"]) + .elementAt(0)?['contents'] as List?) + ?.map((item) => + AlbumParser.parseArtistTopAlbum(item, artistBasic)) + .toList() ?? + [], + topSingles: traverseList(data, ["musicCarouselShelfRenderer"]).length < 2 + ? [] + : (traverseList(data, ["musicCarouselShelfRenderer"]) + .elementAt(1)?['contents'] as List?) + ?.map((item) => + AlbumParser.parseArtistTopAlbum(item, artistBasic)) + .toList() ?? + [], + topVideos: traverseList(data, ["musicCarouselShelfRenderer"]).length < 3 + ? [] + : (traverseList(data, ["musicCarouselShelfRenderer"]) + .elementAt(2)?['contents'] as List?) + ?.map((item) => + VideoParser.parseArtistTopVideo(item, artistBasic)) + .toList() ?? + [], + featuredOn: traverseList(data, ["musicCarouselShelfRenderer"]).length < 4 + ? [] + : (traverseList(data, ["musicCarouselShelfRenderer"]) + .elementAt(3)?['contents'] as List?) + ?.map((item) => + PlaylistParser.parseArtistFeaturedOn(item, artistBasic)) + .toList() ?? + [], + similarArtists: + traverseList(data, ["musicCarouselShelfRenderer"]).length < 5 + ? [] + : (traverseList(data, ["musicCarouselShelfRenderer"]) + .elementAt(4)?['contents'] as List?) + ?.map((item) => parseSimilarArtists(item)) + .toList() ?? + [], + ); + } + + static ArtistDetailed parseSearchResult(dynamic item) { + final columns = traverseList(item, ["flexColumns", "runs"]) + .expand((e) => e is List ? e : [e]) + .toList(); + + // No specific way to identify the title + final title = columns[0]; + + return ArtistDetailed( + type: "ARTIST", + artistId: traverseString(item, ["browseId"]) ?? '', + name: traverseString(title, ["text"]) ?? '', + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static ArtistDetailed parseSimilarArtists(dynamic item) { + return ArtistDetailed( + type: "ARTIST", + artistId: traverseString(item, ["browseId"]) ?? '', + name: traverseString(item, ["runs", "text"]) ?? '', + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } +} diff --git a/lib/parsers/parser.dart b/lib/parsers/parser.dart new file mode 100644 index 0000000..aab2977 --- /dev/null +++ b/lib/parsers/parser.dart @@ -0,0 +1,77 @@ +import 'package:dart_ytmusic_api/parsers/album_parser.dart'; +import 'package:dart_ytmusic_api/parsers/playlist_parser.dart'; +import 'package:dart_ytmusic_api/parsers/song_parser.dart'; +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +class Parser { + static int? parseDuration(String? time) { + if (time == null) return null; + + final parts = time.split(":").reversed.map(int.parse).toList(); + final seconds = parts[0]; + final minutes = parts[1]; + late final int hours; + + if (parts.length > 2) { + hours = parts[2]; + } else { + hours = 0; + } + + return seconds + minutes * 60 + hours * 60 * 60; + } + + static double parseNumber(String string) { + if (string.endsWith("K") || + string.endsWith("M") || + string.endsWith("B") || + string.endsWith("T")) { + final number = double.parse(string.substring(0, string.length - 1)); + final multiplier = string.substring(string.length - 1); + + return { + "K": number * 1000, + "M": number * 1000 * 1000, + "B": number * 1000 * 1000 * 1000, + "T": number * 1000 * 1000 * 1000 * 1000, + }[multiplier] ?? + double.nan; + } else { + return double.parse(string); + } + } + + static HomeSection parseHomeSection(dynamic data) { + final pageType = traverseString( + data, ["contents", "title", "browseEndpoint", "pageType"]); + final playlistId = traverseString( + data, + ["navigationEndpoint", "watchPlaylistEndpoint", "playlistId"], + ); + + return HomeSection( + title: traverseString(data, ["header", "title", "text"]) ?? '', + contents: traverseList(data, ["contents"]) + .map((item) { + switch (pageType) { + case 'MUSIC_PAGE_TYPE_ALBUM': + return AlbumParser.parseHomeSection(item); + case 'MUSIC_PAGE_TYPE_PLAYLIST': + return PlaylistParser.parseHomeSection(item); + case "": + if (playlistId != null) { + return PlaylistParser.parseHomeSection(item); + } else { + return SongParser.parseHomeSection(item); + } + default: + return null; + } + }) + .where((element) => element != null) + .cast() + .toList(), + ); + } +} diff --git a/lib/parsers/playlist_parser.dart b/lib/parsers/playlist_parser.dart new file mode 100644 index 0000000..119b831 --- /dev/null +++ b/lib/parsers/playlist_parser.dart @@ -0,0 +1,92 @@ +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/filters.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +class PlaylistParser { + static PlaylistFull parse(dynamic data, String playlistId) { + final artist = traverse(data, ["tabs", "straplineTextOne"]); + + return PlaylistFull( + type: "PLAYLIST", + playlistId: playlistId, + name: traverseString(data, ["tabs", "title", "text"]) ?? '', + artist: ArtistBasic( + name: traverseString(artist, ["text"]) ?? '', + artistId: traverseString(artist, ["browseId"]), + ), + videoCount: int.tryParse( + traverseList(data, ["tabs", "secondSubtitle", "text"]) + .elementAt(2) + .split(" ") + .first + .replaceAll(",", "")) ?? + 0, + thumbnails: traverseList(data, ["tabs", "thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static PlaylistDetailed parseSearchResult(dynamic item) { + final columns = traverseList(item, ["flexColumns", "runs"]) + .expand((e) => e is List ? e : [e]) + .toList(); + + // No specific way to identify the title + final title = columns[0]; + final artist = columns.firstWhere( + isArtist, + orElse: () => columns.length > 2 + ? columns[3] + : AlbumBasic( + albumId: '', + name: '', + ), + ); + + return PlaylistDetailed( + type: "PLAYLIST", + playlistId: traverseString(item, ["overlay", "playlistId"]) ?? '', + name: traverseString(title, ["text"]) ?? '', + artist: ArtistBasic( + name: traverseString(artist, ["text"]) ?? '', + artistId: traverseString(artist, ["browseId"]), + ), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static PlaylistDetailed parseArtistFeaturedOn( + dynamic item, ArtistBasic artistBasic) { + return PlaylistDetailed( + type: "PLAYLIST", + playlistId: + traverseString(item, ["navigationEndpoint", "browseId"]) ?? '', + name: traverseString(item, ["runs", "text"]) ?? '', + artist: artistBasic, + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static PlaylistDetailed parseHomeSection(dynamic item) { + final artist = traverse(item, ["subtitle", "runs"]); + + return PlaylistDetailed( + type: "PLAYLIST", + playlistId: + traverseString(item, ["navigationEndpoint", "playlistId"]) ?? '', + name: traverseString(item, ["runs", "text"]) ?? '', + artist: ArtistBasic( + name: traverseString(artist, ["text"]) ?? '', + artistId: traverseString(artist, ["browseId"]), + ), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } +} diff --git a/lib/parsers/search_parser.dart b/lib/parsers/search_parser.dart new file mode 100644 index 0000000..fb05698 --- /dev/null +++ b/lib/parsers/search_parser.dart @@ -0,0 +1,35 @@ +import 'package:dart_ytmusic_api/parsers/album_parser.dart'; +import 'package:dart_ytmusic_api/parsers/artist_parser.dart'; +import 'package:dart_ytmusic_api/parsers/playlist_parser.dart'; +import 'package:dart_ytmusic_api/parsers/song_parser.dart'; +import 'package:dart_ytmusic_api/parsers/video_parser.dart'; +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +class SearchParser { + static SearchResult? parse(dynamic item) { + final flexColumns = traverseList(item, ["flexColumns"]); + final type = + traverseList(flexColumns[1], ["runs", "text"]).firstOrNull as String?; + + final parsers = { + "Song": SongParser.parseSearchResult, + "Video": VideoParser.parseSearchResult, + "Artist": ArtistParser.parseSearchResult, + "EP": AlbumParser.parseSearchResult, + "Single": AlbumParser.parseSearchResult, + "Album": AlbumParser.parseSearchResult, + "Playlist": PlaylistParser.parseSearchResult, + }; + + if (parsers.containsKey(type)) { + final parsedResult = parsers[type]!(item); + if (parsedResult is SearchResult) { + return parsedResult; + } + } else { + return null; + } + return null; + } +} diff --git a/lib/parsers/song_parser.dart b/lib/parsers/song_parser.dart new file mode 100644 index 0000000..bbb216a --- /dev/null +++ b/lib/parsers/song_parser.dart @@ -0,0 +1,134 @@ +import 'package:dart_ytmusic_api/parsers/parser.dart'; +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/filters.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +class SongParser { + static SongFull parse(dynamic data) { + return SongFull( + type: "SONG", + videoId: traverseString(data, ["videoDetails", "videoId"]) ?? '', + name: traverseString(data, ["videoDetails", "title"]) ?? '', + artist: ArtistBasic( + name: traverseString(data, ["author"]) ?? '', + artistId: traverseString(data, ["videoDetails", "channelId"]), + ), + duration: int.parse( + traverseString(data, ["videoDetails", "lengthSeconds"]) ?? '0'), + thumbnails: traverseList(data, ["videoDetails", "thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + formats: traverseList(data, ["streamingData", "formats"]), + adaptiveFormats: traverseList(data, ["streamingData", "adaptiveFormats"]), + ); + } + + static SongDetailed parseSearchResult(dynamic item) { + final columns = traverseList(item, ["flexColumns", "runs"]); + // It is not possible to identify the title and author + final title = columns[0]; + final artist = columns.firstWhere(isArtist, orElse: () => columns[3]); + final album = columns.firstWhere(isAlbum, orElse: () => null); + final duration = columns.firstWhere(isDuration, orElse: () => null); + + return SongDetailed( + type: "SONG", + videoId: traverseString(item, ["playlistItemData", "videoId"]) ?? '', + name: traverseString(title, ["text"]) ?? '', + artist: ArtistBasic( + name: traverseString(artist, ["text"]) ?? '', + artistId: traverseString(artist, ["browseId"]), + ), + album: album != null + ? AlbumBasic( + name: traverseString(album, ["text"]) ?? '', + albumId: traverseString(album, ["browseId"]) ?? '', + ) + : null, + duration: Parser.parseDuration(duration?['text']), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static SongDetailed parseArtistSong(dynamic item, ArtistBasic artistBasic) { + final columns = traverseList(item, ["flexColumns", "runs"]) + .expand((e) => e is List ? e : [e]) + .toList(); + + final title = columns.firstWhere(isTitle, orElse: () => null); + final album = columns.firstWhere(isAlbum, orElse: () => null); + final duration = columns.firstWhere(isDuration, orElse: () => null); + + return SongDetailed( + type: "SONG", + videoId: traverseString(item, ["playlistItemData", "videoId"]) ?? '', + name: traverseString(title, ["text"]) ?? '', + artist: artistBasic, + album: album != null + ? AlbumBasic( + name: traverseString(album, ["text"]) ?? '', + albumId: traverseString(album, ["browseId"]) ?? '', + ) + : null, + duration: Parser.parseDuration(duration?.text), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static SongDetailed parseArtistTopSong( + dynamic item, ArtistBasic artistBasic) { + final columns = traverseList(item, ["flexColumns", "runs"]) + .expand((e) => e is List ? e : [e]) + .toList(); + + final title = columns.firstWhere(isTitle, orElse: () => null); + final album = columns.firstWhere(isAlbum, orElse: () => null); + + return SongDetailed( + type: "SONG", + videoId: traverseString(item, ["playlistItemData", "videoId"]) ?? '', + name: traverseString(title, ["text"]) ?? '', + artist: artistBasic, + album: album != null + ? AlbumBasic( + name: traverseString(album, ["text"]) ?? '', + albumId: traverseString(album, ["browseId"]) ?? '', + ) + : null, + duration: null, + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static SongDetailed parseAlbumSong( + dynamic item, + ArtistBasic artistBasic, + AlbumBasic albumBasic, + List thumbnails, + ) { + final title = traverseList(item, ["flexColumns", "runs"]) + .firstWhere(isTitle, orElse: () => null); + final duration = traverseList(item, ["fixedColumns", "runs"]) + .firstWhere(isDuration, orElse: () => null); + + return SongDetailed( + type: "SONG", + videoId: traverseString(item, ["playlistItemData", "videoId"]) ?? '', + name: traverseString(title, ["text"]) ?? '', + artist: artistBasic, + album: albumBasic, + duration: Parser.parseDuration(duration?['text']), + thumbnails: thumbnails, + ); + } + + static SongDetailed parseHomeSection(dynamic item) { + return parseSearchResult(item); + } +} diff --git a/lib/parsers/video_parser.dart b/lib/parsers/video_parser.dart new file mode 100644 index 0000000..0926ef7 --- /dev/null +++ b/lib/parsers/video_parser.dart @@ -0,0 +1,94 @@ +import 'package:dart_ytmusic_api/parsers/parser.dart'; +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/filters.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +class VideoParser { + static VideoFull parse(dynamic data) { + return VideoFull( + type: "VIDEO", + videoId: traverseString(data, ["videoDetails", "videoId"]) ?? '', + name: traverseString(data, ["videoDetails", "title"]) ?? '', + artist: ArtistBasic( + artistId: traverseString(data, ["videoDetails", "channelId"]), + name: traverseString(data, ["author"]) ?? '', + ), + duration: int.parse( + traverseString(data, ["videoDetails", "lengthSeconds"]) ?? '0'), + thumbnails: traverseList(data, ["videoDetails", "thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + unlisted: traverse(data, ["unlisted"]), + familySafe: traverse(data, ["familySafe"]), + paid: traverse(data, ["paid"]), + tags: traverseList(data, ["tags"]).whereType().toList(), + ); + } + + static VideoDetailed parseSearchResult(dynamic item) { + final columns = traverseList(item, ["flexColumns", "runs"]) + .expand((e) => e is List ? e : [e]) + .toList(); + + final title = columns.firstWhere(isTitle, orElse: () => null); + final artist = columns.firstWhere(isArtist, orElse: () => columns[1]); + final duration = columns.firstWhere(isDuration, orElse: () => null); + + return VideoDetailed( + type: "VIDEO", + videoId: + traverseString(item, ["playNavigationEndpoint", "videoId"]) ?? '', + name: traverseString(title, ["text"]) ?? '', + artist: ArtistBasic( + artistId: traverseString(artist, ["browseId"]), + name: traverseString(artist, ["text"]) ?? '', + ), + duration: Parser.parseDuration(duration?['text']), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static VideoDetailed parseArtistTopVideo( + dynamic item, ArtistBasic artistBasic) { + return VideoDetailed( + type: "VIDEO", + videoId: traverseString(item, ["videoId"]) ?? '', + name: traverseString(item, ["runs", "text"]) ?? '', + artist: artistBasic, + duration: null, + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } + + static VideoDetailed parsePlaylistVideo(dynamic item) { + final columns = + traverseList(item, ["flexColumns", "runs"]).expand((e) => e).toList(); + + final title = columns.firstWhere(isTitle, orElse: () => columns[0]); + final artist = columns.firstWhere(isArtist, orElse: () => columns[1]); + final duration = columns.firstWhere(isDuration, orElse: () => null); + + return VideoDetailed( + type: "VIDEO", + videoId: traverseString(item, ["playNavigationEndpoint", "videoId"]) ?? + traverseList(item, ["thumbnails"]) + .first + .url + .split("https://i.ytimg.com/vi/")[1] + .split("/")[0], + name: traverseString(title, ["text"]) ?? '', + artist: ArtistBasic( + name: traverseString(artist, ["text"]) ?? '', + artistId: traverseString(artist, ["browseId"]), + ), + duration: Parser.parseDuration(duration?.text), + thumbnails: traverseList(item, ["thumbnails"]) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + ); + } +} diff --git a/lib/types.dart b/lib/types.dart new file mode 100644 index 0000000..06ee4b2 --- /dev/null +++ b/lib/types.dart @@ -0,0 +1,482 @@ +class ThumbnailFull { + final String url; + final int width; + final int height; + + ThumbnailFull({ + required this.url, + required this.width, + required this.height, + }); + + // Construtor nomeado para criar uma ThumbnailFull a partir de um mapa + ThumbnailFull.fromMap(Map map) + : url = map['url'] as String, + width = map['width'] as int, + height = map['height'] as int; +} + +class ArtistBasic { + final String? artistId; + final String name; + + ArtistBasic({ + this.artistId, + required this.name, + }); + + // Construtor nomeado para criar uma ArtistBasic a partir de um mapa + ArtistBasic.fromMap(Map map) + : artistId = map['artistId'] as String?, + name = map['name'] as String; +} + +class AlbumBasic { + final String albumId; + final String name; + + AlbumBasic({ + required this.albumId, + required this.name, + }); + + // Construtor nomeado para criar uma AlbumBasic a partir de um mapa + AlbumBasic.fromMap(Map map) + : albumId = map['albumId'] as String, + name = map['name'] as String; +} + +class SongDetailed { + final String type; + final String videoId; + final String name; + final ArtistBasic artist; + final AlbumBasic? album; + final int? duration; + final List thumbnails; + + SongDetailed({ + required this.type, + required this.videoId, + required this.name, + required this.artist, + this.album, + this.duration, + required this.thumbnails, + }); + + // Construtor nomeado para criar uma SongDetailed a partir de um mapa + SongDetailed.fromMap(Map map) + : type = map['type'] as String, + videoId = map['videoId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + album = map['album'] != null ? AlbumBasic.fromMap(map['album']) : null, + duration = map['duration'] as int?, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(); +} + +class VideoDetailed { + final String type; + final String videoId; + final String name; + final ArtistBasic artist; + final int? duration; + final List thumbnails; + + VideoDetailed({ + required this.type, + required this.videoId, + required this.name, + required this.artist, + this.duration, + required this.thumbnails, + }); + + // Construtor nomeado para criar uma VideoDetailed a partir de um mapa + VideoDetailed.fromMap(Map map) + : type = map['type'] as String, + videoId = map['videoId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + duration = map['duration'] as int?, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(); +} + +class ArtistDetailed { + final String artistId; + final String name; + final String type; + final List thumbnails; + + ArtistDetailed({ + required this.artistId, + required this.name, + required this.type, + required this.thumbnails, + }); + + // Construtor nomeado para criar uma ArtistDetailed a partir de um mapa + ArtistDetailed.fromMap(Map map) + : artistId = map['artistId'] as String, + name = map['name'] as String, + type = map['type'] as String, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(); +} + +class AlbumDetailed { + final String type; + final String albumId; + final String playlistId; + final String name; + final ArtistBasic artist; + final int? year; + final List thumbnails; + + AlbumDetailed({ + required this.type, + required this.albumId, + required this.playlistId, + required this.name, + required this.artist, + this.year, + required this.thumbnails, + }); + + // Construtor nomeado para criar uma AlbumDetailed a partir de um mapa + AlbumDetailed.fromMap(Map map) + : type = map['type'] as String, + albumId = map['albumId'] as String, + playlistId = map['playlistId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + year = map['year'] as int?, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(); +} + +class PlaylistDetailed { + final String type; + final String playlistId; + final String name; + final ArtistBasic artist; + final List thumbnails; + + PlaylistDetailed({ + required this.type, + required this.playlistId, + required this.name, + required this.artist, + required this.thumbnails, + }); + + // Construtor nomeado para criar uma PlaylistDetailed a partir de um mapa + PlaylistDetailed.fromMap(Map map) + : type = map['type'] as String, + playlistId = map['playlistId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(); +} + +class SongFull { + final String type; + final String videoId; + final String name; + final ArtistBasic artist; + final int duration; + final List thumbnails; + final List formats; + final List adaptiveFormats; + + SongFull({ + required this.type, + required this.videoId, + required this.name, + required this.artist, + required this.duration, + required this.thumbnails, + required this.formats, + required this.adaptiveFormats, + }); + + // Construtor nomeado para criar uma SongFull a partir de um mapa + SongFull.fromMap(Map map) + : type = map['type'] as String, + videoId = map['videoId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + duration = map['duration'] as int, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + formats = map['formats'] as List, + adaptiveFormats = map['adaptiveFormats'] as List; +} + +class VideoFull { + final String type; + final String videoId; + final String name; + final ArtistBasic artist; + final int duration; + final List thumbnails; + final bool unlisted; + final bool familySafe; + final bool paid; + final List tags; + + VideoFull({ + required this.type, + required this.videoId, + required this.name, + required this.artist, + required this.duration, + required this.thumbnails, + required this.unlisted, + required this.familySafe, + required this.paid, + required this.tags, + }); + + // Construtor nomeado para criar uma VideoFull a partir de um mapa + VideoFull.fromMap(Map map) + : type = map['type'] as String, + videoId = map['videoId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + duration = map['duration'] as int, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + unlisted = map['unlisted'] as bool, + familySafe = map['familySafe'] as bool, + paid = map['paid'] as bool, + tags = (map['tags'] as List).cast(); +} + +class ArtistFull { + final String artistId; + final String name; + final String type; + final List thumbnails; + final List topSongs; + final List topAlbums; + final List topSingles; + final List topVideos; + final List featuredOn; + final List similarArtists; + + ArtistFull({ + required this.artistId, + required this.name, + required this.type, + required this.thumbnails, + required this.topSongs, + required this.topAlbums, + required this.topSingles, + required this.topVideos, + required this.featuredOn, + required this.similarArtists, + }); + + // Construtor nomeado para criar uma ArtistFull a partir de um mapa + ArtistFull.fromMap(Map map) + : artistId = map['artistId'] as String, + name = map['name'] as String, + type = map['type'] as String, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + topSongs = (map['topSongs'] as List) + .map((item) => SongDetailed.fromMap(item)) + .toList(), + topAlbums = (map['topAlbums'] as List) + .map((item) => AlbumDetailed.fromMap(item)) + .toList(), + topSingles = (map['topSingles'] as List) + .map((item) => AlbumDetailed.fromMap(item)) + .toList(), + topVideos = (map['topVideos'] as List) + .map((item) => VideoDetailed.fromMap(item)) + .toList(), + featuredOn = (map['featuredOn'] as List) + .map((item) => PlaylistDetailed.fromMap(item)) + .toList(), + similarArtists = (map['similarArtists'] as List) + .map((item) => ArtistDetailed.fromMap(item)) + .toList(); +} + +class AlbumFull { + final String type; + final String albumId; + final String playlistId; + final String name; + final ArtistBasic artist; + final int? year; + final List thumbnails; + final List songs; + + AlbumFull({ + required this.type, + required this.albumId, + required this.playlistId, + required this.name, + required this.artist, + this.year, + required this.thumbnails, + required this.songs, + }); + + // Construtor nomeado para criar uma AlbumFull a partir de um mapa + AlbumFull.fromMap(Map map) + : type = map['type'] as String, + albumId = map['albumId'] as String, + playlistId = map['playlistId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + year = map['year'] as int?, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(), + songs = (map['songs'] as List) + .map((item) => SongDetailed.fromMap(item)) + .toList(); +} + +class PlaylistFull { + final String type; + final String playlistId; + final String name; + final ArtistBasic artist; + final int videoCount; + final List thumbnails; + + PlaylistFull({ + required this.type, + required this.playlistId, + required this.name, + required this.artist, + required this.videoCount, + required this.thumbnails, + }); + + // Construtor nomeado para criar uma PlaylistFull a partir de um mapa + PlaylistFull.fromMap(Map map) + : type = map['type'] as String, + playlistId = map['playlistId'] as String, + name = map['name'] as String, + artist = ArtistBasic.fromMap(map['artist']), + videoCount = map['videoCount'] as int, + thumbnails = (map['thumbnails'] as List) + .map((item) => ThumbnailFull.fromMap(item)) + .toList(); +} + +// SearchResult é uma union de vários tipos, então é uma interface +abstract class SearchResult { + String get type; +} + +class SongDetailedSearchResult implements SearchResult { + @override + final String type = 'SONG'; + final SongDetailed songDetailed; + + SongDetailedSearchResult({ + required this.songDetailed, + }); +} + +class VideoDetailedSearchResult implements SearchResult { + @override + final String type = 'VIDEO'; + final VideoDetailed videoDetailed; + + VideoDetailedSearchResult({ + required this.videoDetailed, + }); +} + +class AlbumDetailedSearchResult implements SearchResult { + @override + final String type = 'ALBUM'; + final AlbumDetailed albumDetailed; + + AlbumDetailedSearchResult({ + required this.albumDetailed, + }); +} + +class ArtistDetailedSearchResult implements SearchResult { + @override + final String type = 'ARTIST'; + final ArtistDetailed artistDetailed; + + ArtistDetailedSearchResult({ + required this.artistDetailed, + }); +} + +class PlaylistDetailedSearchResult implements SearchResult { + @override + final String type = 'PLAYLIST'; + final PlaylistDetailed playlistDetailed; + + PlaylistDetailedSearchResult({ + required this.playlistDetailed, + }); +} + +// Factory para criar um SearchResult a partir de um mapa +SearchResult createSearchResultFromMap(Map map) { + switch (map['type']) { + case 'SONG': + return SongDetailedSearchResult( + songDetailed: SongDetailed.fromMap(map), + ); + case 'VIDEO': + return VideoDetailedSearchResult( + videoDetailed: VideoDetailed.fromMap(map), + ); + case 'ALBUM': + return AlbumDetailedSearchResult( + albumDetailed: AlbumDetailed.fromMap(map), + ); + case 'ARTIST': + return ArtistDetailedSearchResult( + artistDetailed: ArtistDetailed.fromMap(map), + ); + case 'PLAYLIST': + return PlaylistDetailedSearchResult( + playlistDetailed: PlaylistDetailed.fromMap(map), + ); + default: + throw ArgumentError('Tipo inválido para SearchResult: ${map['type']}'); + } +} + +class HomeSection { + final String title; + final List contents; + + HomeSection({ + required this.title, + required this.contents, + }); + + // Construtor nomeado para criar uma HomeSection a partir de um mapa + HomeSection.fromMap(Map map) + : title = map['title'] as String, + contents = map['contents'] as List; +} diff --git a/lib/utils/filters.dart b/lib/utils/filters.dart new file mode 100644 index 0000000..9ffc857 --- /dev/null +++ b/lib/utils/filters.dart @@ -0,0 +1,25 @@ +import 'package:dart_ytmusic_api/utils/traverse.dart'; + +bool isTitle(dynamic data) { + return traverseString(data, ["musicVideoType"]) + ?.startsWith("MUSIC_VIDEO_TYPE_") ?? + false; +} + +/// Verifica se um objeto representa um artista. +bool isArtist(dynamic data) { + final pageType = traverseString(data, ["pageType"]); + return ["MUSIC_PAGE_TYPE_USER_CHANNEL", "MUSIC_PAGE_TYPE_ARTIST"] + .contains(pageType); +} + +/// Verifica se um objeto representa um álbum. +bool isAlbum(dynamic data) { + return traverseString(data, ["pageType"]) == "MUSIC_PAGE_TYPE_ALBUM"; +} + +/// Verifica se um objeto representa uma duração. +bool isDuration(dynamic data) { + final text = traverseString(data, ["text"]); + return RegExp(r"(\d{1,2}:)?\d{1,2}:\d{1,2}").hasMatch(text ?? ''); +} diff --git a/lib/utils/traverse.dart b/lib/utils/traverse.dart new file mode 100644 index 0000000..a2fa962 --- /dev/null +++ b/lib/utils/traverse.dart @@ -0,0 +1,41 @@ +dynamic traverse(dynamic data, List keys) { + dynamic again(dynamic data, String key, {bool deadEnd = false}) { + List res = []; + + if (data is Map && data.containsKey(key)) { + res.add(data[key]); + if (deadEnd) return res.length == 1 ? res[0] : res; + } + + if (data is List) { + res.addAll( + data.map((v) => again(v, key)).expand((x) => x is List ? x : [x])); + } else if (data is Map) { + res.addAll(data.values + .map((v) => again(v, key)) + .expand((x) => x is List ? x : [x])); + } + + return res.length == 1 ? res[0] : res; + } + + dynamic value = data; + String? lastKey = keys.isNotEmpty ? keys.last : null; + for (String key in keys) { + value = again(value, key, deadEnd: lastKey == key); + } + + return value; +} + +List traverseList(dynamic data, List keys) { + return [traverse(data, keys)].expand((x) => x is List ? x : [x]).toList(); +} + +String? traverseString(dynamic data, List keys) { + final filteredString = traverseList(data, keys); + if (filteredString.isEmpty) { + return null; + } + return filteredString.first.toString(); +} diff --git a/lib/yt_music.dart b/lib/yt_music.dart new file mode 100644 index 0000000..1e089e2 --- /dev/null +++ b/lib/yt_music.dart @@ -0,0 +1,553 @@ +import 'package:cookie_jar/cookie_jar.dart'; +import 'package:dart_ytmusic_api/enums.dart'; +import 'package:dart_ytmusic_api/parsers/album_parser.dart'; +import 'package:dart_ytmusic_api/parsers/artist_parser.dart'; +import 'package:dart_ytmusic_api/parsers/parser.dart'; +import 'package:dart_ytmusic_api/parsers/playlist_parser.dart'; +import 'package:dart_ytmusic_api/parsers/search_parser.dart'; +import 'package:dart_ytmusic_api/parsers/song_parser.dart'; +import 'package:dart_ytmusic_api/parsers/video_parser.dart'; +import 'package:dart_ytmusic_api/types.dart'; +import 'package:dart_ytmusic_api/utils/traverse.dart'; +import 'package:dio/dio.dart'; + +class YTMusic { + static final YTMusic _instance = YTMusic._internal(); + + factory YTMusic() { + return _instance; + } + + YTMusic._internal() { + cookieJar = CookieJar(); + config = {}; + dio = Dio( + BaseOptions(baseUrl: "https://music.youtube.com/", headers: { + "User-Agent": + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36", + "Accept-Language": "en-US,en;q=0.5", + "Accept-Enconding": "gzip", + "Accept": "application/json, text/plain, */*", + "Content-Type": 'application/json', + }, extra: { + 'withCredentials': true, + }), + ); + + dio.interceptors.add(InterceptorsWrapper( + onRequest: (options, handler) async { + final cookies = + await cookieJar.loadForRequest(Uri.parse(options.baseUrl)); + final cookieString = cookies + .map((cookie) => '${cookie.name}=${cookie.value}') + .join('; '); + if (cookieString.isNotEmpty) { + options.headers['cookie'] = cookieString; + } + return handler.next(options); + }, + onResponse: (response, handler) { + final cookieStrings = response.headers['set-cookie'] ?? []; + for (final cookieString in cookieStrings) { + final cookie = Cookie.fromSetCookieValue(cookieString); + cookieJar.saveFromResponse( + Uri.parse(response.requestOptions.baseUrl), [cookie]); + } + return handler.next(response); + }, + )); + } + + late CookieJar cookieJar; + late Map config; + late Dio dio; + bool hasInitialized = false; + + /// Initializes the YTMusic instance with provided cookies, geolocation, and language. + Future initialize({ + String? cookies, + String? gl, + String? hl, + }) async { + if (hasInitialized) { + return this; + } + if (cookies != null) { + for (final cookieString in cookies.split("; ")) { + final cookie = Cookie.fromSetCookieValue(cookieString); + cookieJar.saveFromResponse( + Uri.parse("https://www.youtube.com/"), + [cookie], + ); + } + } + + await fetchConfig(); + + if (gl != null) config['GL'] = gl; + if (hl != null) config['HL'] = hl; + + hasInitialized = true; + + return this; + } + + /// Fetches the configuration data required for API requests. + Future fetchConfig() async { + try { + final response = await dio.get('/'); + final html = response.data; + config['VISITOR_DATA'] = _extractValue(html, r'"VISITOR_DATA":"(.*?)"'); + config['INNERTUBE_CONTEXT_CLIENT_NAME'] = _extractValue( + html, r'"INNERTUBE_CONTEXT_CLIENT_NAME":\s*(-?\d+|\"(.*?)\")'); + config['INNERTUBE_CLIENT_VERSION'] = + _extractValue(html, r'"INNERTUBE_CLIENT_VERSION":"(.*?)"'); + config['DEVICE'] = _extractValue(html, r'"DEVICE":"(.*?)"'); + config['PAGE_CL'] = + _extractValue(html, r'"PAGE_CL":\s*(-?\d+|\"(.*?)\")'); + config['PAGE_BUILD_LABEL'] = + _extractValue(html, r'"PAGE_BUILD_LABEL":"(.*?)"'); + config['INNERTUBE_API_KEY'] = + _extractValue(html, r'"INNERTUBE_API_KEY":"(.*?)"'); + config['INNERTUBE_API_VERSION'] = + _extractValue(html, r'"INNERTUBE_API_VERSION":"(.*?)"'); + config['INNERTUBE_CLIENT_NAME'] = + _extractValue(html, r'"INNERTUBE_CLIENT_NAME":"(.*?)"'); + config['GL'] = _extractValue(html, r'"GL":"(.*?)"'); + config['HL'] = _extractValue(html, r'"HL":"(.*?)"'); + } catch (e) { + print('Error fetching data: ${e.toString()}'); + } + } + + /// Extracts a value from HTML using a regular expression. + String _extractValue(String html, String regex) { + final match = RegExp(regex).firstMatch(html); + return match != null ? match.group(1)! : ''; + } + + /// Constructs and performs an API request to the specified endpoint with optional body and query parameters. + Future constructRequest( + String endpoint, { + Map body = const {}, + Map query = const {}, + }) async { + final headers = { + ...dio.options.headers, + "x-origin": "https://music.youtube.com/", + "X-Goog-Visitor-Id": config['VISITOR_DATA'] ?? "", + "X-YouTube-Client-Name": config['INNERTUBE_CONTEXT_CLIENT_NAME'] ?? '', + "X-YouTube-Client-Version": config['INNERTUBE_CLIENT_VERSION'] ?? '', + "X-YouTube-Device": config['DEVICE'] ?? '', + "X-YouTube-Page-CL": config['PAGE_CL'] ?? '', + "X-YouTube-Page-Label": config['PAGE_BUILD_LABEL'] ?? '', + "X-YouTube-Utc-Offset": + (-DateTime.now().timeZoneOffset.inMinutes).toString(), + "X-YouTube-Time-Zone": DateTime.now().timeZoneName, + }; + + final searchParams = Uri.parse("?").replace(queryParameters: { + ...query, + "alt": "json", + "key": config['INNERTUBE_API_KEY'], + }); + + try { + final response = await dio.post( + "youtubei/${config['INNERTUBE_API_VERSION']}/$endpoint${searchParams.toString()}", + data: { + "context": { + "capabilities": {}, + "client": { + "clientName": config['INNERTUBE_CLIENT_NAME'], + "clientVersion": config['INNERTUBE_CLIENT_VERSION'], + "experimentIds": [], + "experimentsToken": "", + "gl": config['GL'], + "hl": config['HL'], + "locationInfo": { + "locationPermissionAuthorizationStatus": + "LOCATION_PERMISSION_AUTHORIZATION_STATUS_UNSUPPORTED", + }, + "musicAppInfo": { + "musicActivityMasterSwitch": + "MUSIC_ACTIVITY_MASTER_SWITCH_INDETERMINATE", + "musicLocationMasterSwitch": + "MUSIC_LOCATION_MASTER_SWITCH_INDETERMINATE", + "pwaInstallabilityStatus": "PWA_INSTALLABILITY_STATUS_UNKNOWN", + }, + "utcOffsetMinutes": -DateTime.now().timeZoneOffset.inMinutes, + }, + "request": { + "internalExperimentFlags": [ + { + "key": "force_music_enable_outertube_tastebuilder_browse", + "value": "true", + }, + { + "key": "force_music_enable_outertube_playlist_detail_browse", + "value": "true", + }, + { + "key": "force_music_enable_outertube_search_suggestions", + "value": "true", + }, + ], + "sessionIndex": {}, + }, + "user": { + "enableSafetyMode": false, + }, + }, + ...body, + }, + options: Options(headers: headers), + ); + final jsonData = response.data; + + if (jsonData.containsKey("responseContext")) { + return jsonData; + } else { + return jsonData; + } + } on DioException catch (e) { + print( + 'Failed to make request to ${e.requestOptions.uri} - ${e.response?.statusCode} - [${e.response?.data}]'); + } + } + + /// Retrieves search suggestions for a given query. + Future> getSearchSuggestions(String query) async { + final response = await constructRequest("music/get_search_suggestions", + body: {"input": query}); + + return traverseList(response, ["query"]).whereType().toList(); + } + + /// Performs a search for music with the given query and returns a list of search results. + Future> search(String query) async { + final searchData = await constructRequest( + "search", + body: {"query": query, "params": null}, + ); + + return traverseList(searchData, ["musicResponsiveListItemRenderer"]) + .map(SearchParser.parse) + .where((e) => e != null) + .cast() + .toList(); + } + + /// Performs a search specifically for songs with the given query and returns a list of song details. + Future> searchSongs(String query) async { + final searchData = await constructRequest( + "search", + body: { + "query": query, + "params": "Eg-KAQwIARAAGAAgACgAMABqChAEEAMQCRAFEAo%3D" + }, + ); + + final results = + traverseList(searchData, ["musicResponsiveListItemRenderer"]); + final mappedResults = results.map(SongParser.parseSearchResult).toList(); + + return mappedResults; + } + + /// Performs a search specifically for videos with the given query and returns a list of video details. + Future> searchVideos(String query) async { + final searchData = await constructRequest( + "search", + body: { + "query": query, + "params": "Eg-KAQwIABABGAAgACgAMABqChAEEAMQCRAFEAo%3D" + }, + ); + + return traverseList(searchData, ["musicResponsiveListItemRenderer"]) + .map(VideoParser.parseSearchResult) + .toList(); + } + + /// Performs a search specifically for artists with the given query and returns a list of artist details. + Future> searchArtists(String query) async { + final searchData = await constructRequest( + "search", + body: { + "query": query, + "params": "Eg-KAQwIABAAGAAgASgAMABqChAEEAMQCRAFEAo%3D" + }, + ); + + return traverseList(searchData, ["musicResponsiveListItemRenderer"]) + .map(ArtistParser.parseSearchResult) + .toList(); + } + + /// Performs a search specifically for albums with the given query and returns a list of album details. + Future> searchAlbums(String query) async { + final searchData = await constructRequest( + "search", + body: { + "query": query, + "params": "Eg-KAQwIABAAGAEgACgAMABqChAEEAMQCRAFEAo%3D" + }, + ); + + return traverseList(searchData, ["musicResponsiveListItemRenderer"]) + .map(AlbumParser.parseSearchResult) + .toList(); + } + + /// Performs a search specifically for playlists with the given query and returns a list of playlist details. + Future> searchPlaylists(String query) async { + final searchData = await constructRequest( + "search", + body: { + "query": query, + "params": "Eg-KAQwIABAAGAAgACgBMABqChAEEAMQCRAFEAo%3D" + }, + ); + + return traverseList(searchData, ["musicResponsiveListItemRenderer"]) + .map(PlaylistParser.parseSearchResult) + .toList(); + } + + /// Retrieves detailed information about a song given its video ID. + Future getSong(String videoId) async { + if (!RegExp(r"^[a-zA-Z0-9-_]{11}$").hasMatch(videoId)) { + throw Exception("Invalid videoId"); + } + + final data = await constructRequest("player", body: {"videoId": videoId}); + + final song = SongParser.parse(data); + if (song.videoId != videoId) { + throw Exception("Invalid videoId"); + } + return song; + } + + /// Retrieves detailed information about a video given its video ID. + Future getVideo(String videoId) async { + if (!RegExp(r"^[a-zA-Z0-9-_]{11}$").hasMatch(videoId)) { + throw Exception("Invalid videoId"); + } + + final data = await constructRequest("player", body: {"videoId": videoId}); + + final video = VideoParser.parse(data); + if (video.videoId != videoId) { + throw Exception("Invalid videoId"); + } + return video; + } + + /// Retrieves the lyrics of a song given its video ID. + Future getLyrics(String videoId) async { + if (!RegExp(r"^[a-zA-Z0-9-_]{11}$").hasMatch(videoId)) { + throw Exception("Invalid videoId"); + } + + final data = await constructRequest("next", body: {"videoId": videoId}); + final browseId = + traverse(traverseList(data, ["tabs", "tabRenderer"])[1], ["browseId"]); + + final lyricsData = + await constructRequest("browse", body: {"browseId": browseId}); + final lyrics = + traverseString(lyricsData, ["description", "runs", "text"])?.trim(); + + return lyrics + ?.replaceAll("\r", "") + .split("\n") + .where((element) => element.isNotEmpty) + .join("\n"); + } + + /// Retrieves detailed information about an artist given its artist ID. + Future getArtist(String artistId) async { + final data = await constructRequest("browse", body: {"browseId": artistId}); + + return ArtistParser.parse(data, artistId); + } + + /// Retrieves a list of songs by a specific artist given the artist's ID. + Future> getArtistSongs(String artistId) async { + final artistData = + await constructRequest("browse", body: {"browseId": artistId}); + final browseToken = + traverse(artistData, ["musicShelfRenderer", "title", "browseId"]); + + if (browseToken is List) { + return []; + } + + final songsData = + await constructRequest("browse", body: {"browseId": browseToken}); + final continueToken = traverse(songsData, ["continuation"]); + late final Map moreSongsData; + + if (continueToken is String) { + moreSongsData = await constructRequest( + "browse", + query: {"continuation": continueToken}, + ); + } else { + moreSongsData = {}; + } + + return [ + ...traverseList(songsData, ["musicResponsiveListItemRenderer"]), + ...traverseList(moreSongsData, ["musicResponsiveListItemRenderer"]), + ] + .map((s) => SongParser.parseArtistSong( + s, + ArtistBasic( + artistId: artistId, + name: traverseString(artistData, ["header", "title", "text"]) ?? + '', + ), + )) + .toList(); + } + + /// Retrieves a list of albums by a specific artist given the artist's ID. + Future> getArtistAlbums(String artistId) async { + final artistData = + await constructRequest("browse", body: {"browseId": artistId}); + final artistAlbumsData = + traverseList(artistData, ["musicCarouselShelfRenderer"])[0]; + final browseBody = + traverse(artistAlbumsData, ["moreContentButton", "browseEndpoint"]); + if (browseBody is List) { + return []; + } + final albumsData = await constructRequest( + "browse", + body: browseBody is List ? {} : browseBody, + ); + + return [ + ...traverseList(albumsData, ["musicTwoRowItemRenderer"]) + .map( + (item) => AlbumParser.parseArtistAlbum( + item, + ArtistBasic( + artistId: artistId, + name: traverseString(albumsData, ["header", "runs", "text"]) ?? + '', + ), + ), + ) + .where( + (album) => album.artist.artistId == artistId, + ), + ]; + } + + Future> getArtistSingles(String artistId) async { + final artistData = + await constructRequest("browse", body: {"browseId": artistId}); + + final artistSinglesData = + traverseList(artistData, ["musicCarouselShelfRenderer"]).length < 2 + ? [] + : traverseList(artistData, ["musicCarouselShelfRenderer"]) + .elementAt(1); + + final browseBody = + traverse(artistSinglesData, ["moreContentButton", "browseEndpoint"]); + if (browseBody is List) { + return []; + } + + final singlesData = await constructRequest( + "browse", + body: browseBody is List ? {} : browseBody, + ); + + return [ + ...traverseList(singlesData, ["musicTwoRowItemRenderer"]) + .map( + (item) => AlbumParser.parseArtistAlbum( + item, + ArtistBasic( + artistId: artistId, + name: traverseString(singlesData, ["header", "runs", "text"]) ?? + '', + ), + ), + ) + .where( + (album) => album.artist.artistId == artistId, + ), + ]; + } + + /// Retrieves detailed information about an album given its album ID. + Future getAlbum(String albumId) async { + final data = await constructRequest("browse", body: {"browseId": albumId}); + + return AlbumParser.parse(data, albumId); + } + + /// Retrieves detailed information about a playlist given its playlist ID. + Future getPlaylist(String playlistId) async { + if (playlistId.startsWith("PL")) { + playlistId = "VL$playlistId"; + } + + final data = + await constructRequest("browse", body: {"browseId": playlistId}); + + return PlaylistParser.parse(data, playlistId); + } + + /// Retrieves a list of videos from a playlist given its playlist ID. + Future> getPlaylistVideos(String playlistId) async { + if (playlistId.startsWith("PL")) { + playlistId = "VL$playlistId"; + } + + final playlistData = + await constructRequest("browse", body: {"browseId": playlistId}); + + final songs = traverseList( + playlistData, + ["musicPlaylistShelfRenderer", "musicResponsiveListItemRenderer"], + ); + dynamic continuation = traverse(playlistData, ["continuation"]); + while (continuation is! List) { + final songsData = await constructRequest( + "browse", + query: {"continuation": continuation}, + ); + songs + .addAll(traverseList(songsData, ["musicResponsiveListItemRenderer"])); + continuation = traverse(songsData, ["continuation"]); + } + + return songs.map(VideoParser.parsePlaylistVideo).toList(); + } + + /// Retrieves the home sections of the music platform. + Future> getHomeSections() async { + final data = + await constructRequest("browse", body: {"browseId": feMusicHome}); + + final sections = traverseList(data, ["sectionListRenderer", "contents"]); + dynamic continuation = traverseString(data, ["continuation"]); + while (continuation != null) { + final data = await constructRequest("browse", + query: {"continuation": continuation}); + sections + .addAll(traverseList(data, ["sectionListContinuation", "contents"])); + continuation = traverseString(data, ["continuation"]); + } + + return sections.map(Parser.parseHomeSection).toList(); + } +} diff --git a/pubspec.lock b/pubspec.lock new file mode 100644 index 0000000..6d79d4a --- /dev/null +++ b/pubspec.lock @@ -0,0 +1,474 @@ +# Generated by pub +# See https://dart.dev/tools/pub/glossary#lockfile +packages: + _fe_analyzer_shared: + dependency: transitive + description: + name: _fe_analyzer_shared + sha256: "5aaf60d96c4cd00fe7f21594b5ad6a1b699c80a27420f8a837f4d68473ef09e3" + url: "https://pub.dev" + source: hosted + version: "68.0.0" + _macros: + dependency: transitive + description: dart + source: sdk + version: "0.1.0" + analyzer: + dependency: transitive + description: + name: analyzer + sha256: "21f1d3720fd1c70316399d5e2bccaebb415c434592d778cce8acb967b8578808" + url: "https://pub.dev" + source: hosted + version: "6.5.0" + args: + dependency: transitive + description: + name: args + sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a" + url: "https://pub.dev" + source: hosted + version: "2.5.0" + async: + dependency: transitive + description: + name: async + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" + url: "https://pub.dev" + source: hosted + version: "2.11.0" + boolean_selector: + dependency: transitive + description: + name: boolean_selector + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" + source: hosted + version: "2.1.1" + clock: + dependency: transitive + description: + name: clock + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" + source: hosted + version: "1.1.1" + collection: + dependency: transitive + description: + name: collection + sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf + url: "https://pub.dev" + source: hosted + version: "1.19.0" + convert: + dependency: transitive + description: + name: convert + sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" + url: "https://pub.dev" + source: hosted + version: "3.1.1" + cookie_jar: + dependency: "direct main" + description: + name: cookie_jar + sha256: a6ac027d3ed6ed756bfce8f3ff60cb479e266f3b0fdabd6242b804b6765e52de + url: "https://pub.dev" + source: hosted + version: "4.0.8" + coverage: + dependency: transitive + description: + name: coverage + sha256: "3945034e86ea203af7a056d98e98e42a5518fff200d6e8e6647e1886b07e936e" + url: "https://pub.dev" + source: hosted + version: "1.8.0" + crypto: + dependency: transitive + description: + name: crypto + sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab + url: "https://pub.dev" + source: hosted + version: "3.0.3" + csslib: + dependency: transitive + description: + name: csslib + sha256: "706b5707578e0c1b4b7550f64078f0a0f19dec3f50a178ffae7006b0a9ca58fb" + url: "https://pub.dev" + source: hosted + version: "1.0.0" + dio: + dependency: "direct main" + description: + name: dio + sha256: e17f6b3097b8c51b72c74c9f071a605c47bcc8893839bd66732457a5ebe73714 + url: "https://pub.dev" + source: hosted + version: "5.5.0+1" + dio_web_adapter: + dependency: transitive + description: + name: dio_web_adapter + sha256: "36c5b2d79eb17cdae41e974b7a8284fec631651d2a6f39a8a2ff22327e90aeac" + url: "https://pub.dev" + source: hosted + version: "1.0.1" + file: + dependency: transitive + description: + name: file + sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c" + url: "https://pub.dev" + source: hosted + version: "7.0.0" + frontend_server_client: + dependency: transitive + description: + name: frontend_server_client + sha256: f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694 + url: "https://pub.dev" + source: hosted + version: "4.0.0" + glob: + dependency: transitive + description: + name: glob + sha256: "0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63" + url: "https://pub.dev" + source: hosted + version: "2.1.2" + html: + dependency: "direct main" + description: + name: html + sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a" + url: "https://pub.dev" + source: hosted + version: "0.15.4" + http: + dependency: "direct main" + description: + name: http + sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" + url: "https://pub.dev" + source: hosted + version: "1.2.1" + http_multi_server: + dependency: transitive + description: + name: http_multi_server + sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" + url: "https://pub.dev" + source: hosted + version: "3.2.1" + http_parser: + dependency: transitive + description: + name: http_parser + sha256: "40f592dd352890c3b60fec1b68e786cefb9603e05ff303dbc4dda49b304ecdf4" + url: "https://pub.dev" + source: hosted + version: "4.1.0" + intl: + dependency: "direct main" + description: + name: intl + sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf + url: "https://pub.dev" + source: hosted + version: "0.19.0" + io: + dependency: transitive + description: + name: io + sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e" + url: "https://pub.dev" + source: hosted + version: "1.0.4" + js: + dependency: transitive + description: + name: js + sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf + url: "https://pub.dev" + source: hosted + version: "0.7.1" + lints: + dependency: "direct dev" + description: + name: lints + sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290 + url: "https://pub.dev" + source: hosted + version: "3.0.0" + logging: + dependency: transitive + description: + name: logging + sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340" + url: "https://pub.dev" + source: hosted + version: "1.2.0" + macros: + dependency: transitive + description: + name: macros + sha256: "12e8a9842b5a7390de7a781ec63d793527582398d16ea26c60fed58833c9ae79" + url: "https://pub.dev" + source: hosted + version: "0.1.0-main.0" + matcher: + dependency: transitive + description: + name: matcher + sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb + url: "https://pub.dev" + source: hosted + version: "0.12.16+1" + meta: + dependency: transitive + description: + name: meta + sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7 + url: "https://pub.dev" + source: hosted + version: "1.15.0" + mime: + dependency: transitive + description: + name: mime + sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" + url: "https://pub.dev" + source: hosted + version: "1.0.5" + node_preamble: + dependency: transitive + description: + name: node_preamble + sha256: "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db" + url: "https://pub.dev" + source: hosted + version: "2.0.2" + package_config: + dependency: transitive + description: + name: package_config + sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" + url: "https://pub.dev" + source: hosted + version: "2.1.0" + path: + dependency: transitive + description: + name: path + sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" + url: "https://pub.dev" + source: hosted + version: "1.9.0" + pool: + dependency: transitive + description: + name: pool + sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" + url: "https://pub.dev" + source: hosted + version: "1.5.1" + pub_semver: + dependency: transitive + description: + name: pub_semver + sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c" + url: "https://pub.dev" + source: hosted + version: "2.1.4" + shelf: + dependency: transitive + description: + name: shelf + sha256: e7dd780a7ffb623c57850b33f43309312fc863fb6aa3d276a754bb299839ef12 + url: "https://pub.dev" + source: hosted + version: "1.4.2" + shelf_packages_handler: + dependency: transitive + description: + name: shelf_packages_handler + sha256: "89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e" + url: "https://pub.dev" + source: hosted + version: "3.0.2" + shelf_static: + dependency: transitive + description: + name: shelf_static + sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e + url: "https://pub.dev" + source: hosted + version: "1.1.2" + shelf_web_socket: + dependency: transitive + description: + name: shelf_web_socket + sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611" + url: "https://pub.dev" + source: hosted + version: "2.0.0" + source_map_stack_trace: + dependency: transitive + description: + name: source_map_stack_trace + sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" + url: "https://pub.dev" + source: hosted + version: "2.1.1" + source_maps: + dependency: transitive + description: + name: source_maps + sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703" + url: "https://pub.dev" + source: hosted + version: "0.10.12" + source_span: + dependency: transitive + description: + name: source_span + sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" + url: "https://pub.dev" + source: hosted + version: "1.10.0" + stack_trace: + dependency: transitive + description: + name: stack_trace + sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" + url: "https://pub.dev" + source: hosted + version: "1.11.1" + stream_channel: + dependency: transitive + description: + name: stream_channel + sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 + url: "https://pub.dev" + source: hosted + version: "2.1.2" + string_scanner: + dependency: transitive + description: + name: string_scanner + sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3" + url: "https://pub.dev" + source: hosted + version: "1.3.0" + term_glyph: + dependency: transitive + description: + name: term_glyph + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" + source: hosted + version: "1.2.1" + test: + dependency: "direct dev" + description: + name: test + sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f" + url: "https://pub.dev" + source: hosted + version: "1.25.8" + test_api: + dependency: transitive + description: + name: test_api + sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c" + url: "https://pub.dev" + source: hosted + version: "0.7.3" + test_core: + dependency: transitive + description: + name: test_core + sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d" + url: "https://pub.dev" + source: hosted + version: "0.6.5" + typed_data: + dependency: transitive + description: + name: typed_data + sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c + url: "https://pub.dev" + source: hosted + version: "1.3.2" + universal_io: + dependency: transitive + description: + name: universal_io + sha256: "1722b2dcc462b4b2f3ee7d188dad008b6eb4c40bbd03a3de451d82c78bba9aad" + url: "https://pub.dev" + source: hosted + version: "2.2.2" + vm_service: + dependency: transitive + description: + name: vm_service + sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + url: "https://pub.dev" + source: hosted + version: "14.2.4" + watcher: + dependency: transitive + description: + name: watcher + sha256: "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8" + url: "https://pub.dev" + source: hosted + version: "1.1.0" + web: + dependency: transitive + description: + name: web + sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" + url: "https://pub.dev" + source: hosted + version: "0.5.1" + web_socket: + dependency: transitive + description: + name: web_socket + sha256: "24301d8c293ce6fe327ffe6f59d8fd8834735f0ec36e4fd383ec7ff8a64aa078" + url: "https://pub.dev" + source: hosted + version: "0.1.5" + web_socket_channel: + dependency: transitive + description: + name: web_socket_channel + sha256: a2d56211ee4d35d9b344d9d4ce60f362e4f5d1aafb988302906bd732bc731276 + url: "https://pub.dev" + source: hosted + version: "3.0.0" + webkit_inspection_protocol: + dependency: transitive + description: + name: webkit_inspection_protocol + sha256: "87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572" + url: "https://pub.dev" + source: hosted + version: "1.2.1" + yaml: + dependency: transitive + description: + name: yaml + sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5" + url: "https://pub.dev" + source: hosted + version: "3.1.2" +sdks: + dart: ">=3.4.3 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..6172e0d --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,20 @@ +name: dart_ytmusic_api +description: Unofficial YouTube Music Api for dart +version: 1.0.1 +# repository: https://github.com/my_org/my_repo + +environment: + sdk: ^3.4.3 + +# Add regular dependencies here. +dependencies: + cookie_jar: ^4.0.8 + dio: ^5.5.0+1 + html: ^0.15.4 + http: ^1.2.1 + intl: ^0.19.0 + # path: ^1.8.0 + +dev_dependencies: + lints: ^3.0.0 + test: ^1.24.0 diff --git a/test/dart_ytmusic_api_test.dart b/test/dart_ytmusic_api_test.dart new file mode 100644 index 0000000..fe4fc67 --- /dev/null +++ b/test/dart_ytmusic_api_test.dart @@ -0,0 +1,5 @@ +import 'package:test/test.dart'; + +void main() { + test('Album parser should parse album details correctly', () {}); +}