pax_global_header00006660000000000000000000000064145463010670014520gustar00rootroot0000000000000052 comment=6810d479e6c1f64046d3b30efe78774b49d1c95b vlc-bittorrent-2.15/000077500000000000000000000000001454630106700144255ustar00rootroot00000000000000vlc-bittorrent-2.15/.clang-format000066400000000000000000000002761454630106700170050ustar00rootroot00000000000000--- Language: Cpp BasedOnStyle: WebKit ColumnLimit: 80 AlignEscapedNewlines: DontAlign AllowShortFunctionsOnASingleLine: Empty AlwaysBreakAfterReturnType: All SpaceAfterCStyleCast: true --- vlc-bittorrent-2.15/.dockerignore000066400000000000000000000000051454630106700170740ustar00rootroot00000000000000.git vlc-bittorrent-2.15/.github/000077500000000000000000000000001454630106700157655ustar00rootroot00000000000000vlc-bittorrent-2.15/.github/workflows/000077500000000000000000000000001454630106700200225ustar00rootroot00000000000000vlc-bittorrent-2.15/.github/workflows/ci.yml000066400000000000000000000016311454630106700211410ustar00rootroot00000000000000name: vlc-bittorrent CI on: push: branches: '*' schedule: - cron: "00 22 * * 0" jobs: ubuntu: runs-on: ubuntu-latest name: 'Ubuntu (${{ matrix.image }})' timeout-minutes: 20 strategy: matrix: image: - 'ubuntu:latest' - 'ubuntu:rolling' - 'ubuntu:devel' fail-fast: false container: image: ${{ matrix.image }} steps: - name: Checkout uses: actions/checkout@v3 - name: Install dependencies env: DEBIAN_FRONTEND: noninteractive run: | apt-get update apt-get -y install autoconf autoconf-archive automake build-essential libtool libtorrent-rasterbar-dev libvlccore-dev libvlc-dev vlc - name: Build run: | autoreconf -i ./configure --with-tests make - name: Test run: | make check || (cat test/*.log test/data/*.log && false) vlc-bittorrent-2.15/.gitignore000066400000000000000000000004111454630106700164110ustar00rootroot00000000000000*.a *.la *.lai *.lo *.o *.so # generated files m4 Makefile Makefile.in .deps .libs /aclocal.m4 /autom4te.cache /build-aux /compile /config.guess /config.log /config.status /config.sub /configure /depcomp /install-sh /libtool /ltmain.sh /missing .dirstamp .gdbinit vlc-bittorrent-2.15/LICENSE000066400000000000000000001045051454630106700154370ustar00rootroot00000000000000 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. {one line to give the program's name and a brief idea of what it does.} Copyright (C) {year} {name of author} 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: {project} Copyright (C) {year} {fullname} 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 . vlc-bittorrent-2.15/Makefile.am000066400000000000000000000001511454630106700164560ustar00rootroot00000000000000AUTOMAKE_OPTIONS = foreign SUBDIRS = src data if WITH_TESTS SUBDIRS += test endif EXTRA_DIST = LICENSE vlc-bittorrent-2.15/README.md000066400000000000000000000030421454630106700157030ustar00rootroot00000000000000# vlc-bittorrent (Bittorrent plugin for VLC) ## What is this? With vlc-bittorrent, you can open a **.torrent** file or **magnet link** with VLC and stream any media that it contains. ## Example usage $ vlc video.torrent $ vlc http://example.com/video.torrent $ vlc https://example.com/video.torrent $ vlc ftp://example.com/video.torrent $ vlc "magnet:?xt=urn:btih:...&dn=...&tr=..." $ vlc "magnet://?xt=urn:btih:...&dn=...&tr=..." ## Installing on Debian/Ubuntu $ sudo apt-get install vlc-plugin-bittorrent ## Installing on Fedora $ sudo dnf install vlc-bittorrent ## FAQ ### Does it upload/share/seed while playing? Yes. It works as a regular Bittorrent client. It will upload as long as it's playing. ### Does it work on Ubuntu/Debian? Yes! ### Does it work on Windows, Mac OS X, Android, Windows RT, iOS, my toaster? Probably. I have not tested. It should run since libtorrent works on most systems and the plugin is just standard C and C++. Patches are welcome. ## Dependencies (on Linux) * libtorrent ("libtorrent-rasterbar2.0" in Ubuntu 22.04) ## Building from git on a recent Debian/Ubuntu $ sudo apt-get install autoconf autoconf-archive automake libtool make libvlc-dev libvlccore-dev libtorrent-rasterbar-dev g++ $ git clone https://github.com/johang/vlc-bittorrent.git vlc-bittorrent $ cd vlc-bittorrent $ autoreconf -i $ ./configure --prefix=/tmp/vlc $ make $ make install Then, to load it in VLC player: $ VLC_PLUGIN_PATH=/tmp/vlc/lib vlc --no-plugins-cache video.torrent vlc-bittorrent-2.15/configure.ac000066400000000000000000000017041454630106700167150ustar00rootroot00000000000000AC_PREREQ([2.69]) AC_INIT(vlc-plugin-bittorrent, 2.15, johan.gunnarsson@gmail.com, vlc-bittorrent, https://github.com/johang/vlc-bittorrent) AC_CONFIG_SRCDIR([src/module.cpp]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_REQUIRE_AUX_FILE([tap-driver.sh]) # Check programs AC_PROG_CXX AC_PROG_AWK # Check automake AM_INIT_AUTOMAKE # Check libraries PKG_CHECK_MODULES(VLC_PLUGIN, vlc-plugin >= 3.0.0) PKG_CHECK_MODULES(LIBTORRENT, libtorrent-rasterbar >= 1.0.0) # Check libvlc library only if --with-tests AC_ARG_WITH( [tests], [AS_HELP_STRING([--with-tests], [enable tests])], [with_tests=yes]) AM_CONDITIONAL([WITH_TESTS], [test x$with_tests = xyes]) AM_COND_IF([WITH_TESTS], [PKG_CHECK_MODULES(LIBVLC, libvlc >= 3.0.0)]) # Compile with -std=c++14 or later AX_CXX_COMPILE_STDCXX_14(noext, mandatory) # Check libtool LT_INIT AC_CONFIG_HEADERS(src/config.h) AC_CONFIG_FILES([Makefile src/Makefile test/Makefile data/Makefile]) AC_OUTPUT vlc-bittorrent-2.15/data/000077500000000000000000000000001454630106700153365ustar00rootroot00000000000000vlc-bittorrent-2.15/data/Makefile.am000066400000000000000000000001221454630106700173650ustar00rootroot00000000000000desktopdir = $(datadir)/applications desktop_DATA = vlc-plugin-bittorrent.desktop vlc-bittorrent-2.15/data/vlc-plugin-bittorrent.desktop000066400000000000000000000007211454630106700232030ustar00rootroot00000000000000[Desktop Entry] Version=1.0 Name=VLC media player (bittorrent) GenericName=Bittorrent streaming media player Comment=Read, capture, broadcast your multimedia streams TryExec=/usr/bin/vlc Exec=/usr/bin/vlc --started-from-file %U Icon=vlc Terminal=false NoDisplay=true Type=Application Categories=AudioVideo;Player;Recorder;Network;FileTransfer;P2P; Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast; MimeType=application/x-bittorrent;x-scheme-handler/magnet; vlc-bittorrent-2.15/scripts/000077500000000000000000000000001454630106700161145ustar00rootroot00000000000000vlc-bittorrent-2.15/scripts/build-libtorrent000077500000000000000000000017161454630106700213300ustar00rootroot00000000000000#!/usr/bin/env sh # Copyright 2018 Johan Gunnarsson # # This file is part of vlc-bittorrent. # # vlc-bittorrent 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. # # vlc-bittorrent 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 vlc-bittorrent. If not, see . git clone --depth 1 -b "${1:-master}" https://github.com/arvidn/libtorrent.git && cd libtorrent && ./autotool.sh && ./configure --prefix="${2:-/tmp}" \ --disable-encryption && make && make install vlc-bittorrent-2.15/scripts/build-vlc000077500000000000000000000023471454630106700177310ustar00rootroot00000000000000#!/usr/bin/env sh # Copyright 2018 Johan Gunnarsson # # This file is part of vlc-bittorrent. # # vlc-bittorrent 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. # # vlc-bittorrent 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 vlc-bittorrent. If not, see . git clone --depth 1 https://git.videolan.org/git/vlc/${1:-vlc}.git vlc && cd vlc && ./bootstrap && ./configure --prefix="${2:-/tmp}" \ --enable-debug \ --disable-lua \ --disable-avcodec \ --disable-swscale \ --disable-a52 \ --disable-xcb \ --disable-wayland \ --disable-alsa \ --disable-chromecast \ --disable-nls \ --disable-sparkle && make && make install vlc-bittorrent-2.15/scripts/rungdb000077500000000000000000000001421454630106700173200ustar00rootroot00000000000000#!/bin/sh VLC_PLUGIN_PATH=$(dirname "$0")/../src/.libs gdb vlc -ex "r --reset-plugins-cache '$1'" vlc-bittorrent-2.15/src/000077500000000000000000000000001454630106700152145ustar00rootroot00000000000000vlc-bittorrent-2.15/src/.gitignore000066400000000000000000000000361454630106700172030ustar00rootroot00000000000000config.h config.h.in stamp-h1 vlc-bittorrent-2.15/src/Makefile.am000066400000000000000000000013211454630106700172450ustar00rootroot00000000000000lib_LTLIBRARIES = libaccess_bittorrent_plugin.la # Great and cool CFLAGS COOLCFLAGS = \ -Wno-deprecated-declarations \ -Wall \ -Wextra \ -Wconversion \ -Wsign-compare \ -Wsign-conversion \ -Wno-unused-parameter \ -Wno-unused \ -Wodr libaccess_bittorrent_plugin_la_SOURCES = \ module.cpp \ metadata.cpp \ magnetmetadata.cpp \ data.cpp \ download.cpp \ session.cpp \ vlc.cpp libaccess_bittorrent_plugin_la_CXXFLAGS = \ $(COOLCFLAGS) \ $(VLC_PLUGIN_CFLAGS) \ $(LIBTORRENT_CFLAGS) \ -DMODULE_STRING=\"bittorrent\" libaccess_bittorrent_plugin_la_LIBADD = \ $(VLC_PLUGIN_LIBS) \ $(LIBTORRENT_LIBS) libaccess_bittorrent_plugin_la_LDFLAGS = \ -avoid-version \ -module \ -export-symbol-regex ^vlc_entry vlc-bittorrent-2.15/src/data.cpp000066400000000000000000000112771454630106700166410ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "data.h" #include "download.h" #include "vlc.h" #define MIN_CACHING_TIME (10000) #define D(x) struct data_sys { std::shared_ptr p_download; // Current open file int i_file; // Current position within the current open file uint64_t i_pos; }; static ssize_t DataRead(stream_extractor_t* p_extractor, void* p_data, size_t i_size) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); data_sys* p_sys = (data_sys*) p_extractor->p_sys; if (!p_sys) return -1; else if (!p_sys->p_download) return -1; try { ssize_t size = p_sys->p_download->read((int) p_sys->i_file, (int64_t) p_sys->i_pos, (char*) p_data, i_size); if (size > 0) p_sys->i_pos += (uint64_t) size; else if (size < 0) return 0; return size; } catch (std::runtime_error& e) { msg_Dbg(p_extractor, "Read failed: %s", e.what()); } return -1; } static int DataSeek(stream_extractor_t* p_extractor, uint64_t i_pos) { D(printf("%s:%d: %s(%lu)\n", __FILE__, __LINE__, __func__, i_pos)); if (!p_extractor) return VLC_EGENERIC; data_sys* p_sys = (data_sys*) p_extractor->p_sys; if (!p_sys) return VLC_EGENERIC; p_sys->i_pos = i_pos; return VLC_SUCCESS; } static int DataControl(stream_extractor_t* p_extractor, int i_query, va_list args) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); if (!p_extractor) return VLC_EGENERIC; data_sys* p_sys = (data_sys*) p_extractor->p_sys; if (!p_sys) return VLC_EGENERIC; else if (!p_sys->p_download) return VLC_EGENERIC; switch (i_query) { case STREAM_CAN_SEEK: *va_arg(args, bool*) = true; break; case STREAM_CAN_FASTSEEK: *va_arg(args, bool*) = true; break; case STREAM_CAN_PAUSE: *va_arg(args, bool*) = true; break; case STREAM_CAN_CONTROL_PACE: *va_arg(args, bool*) = true; break; case STREAM_GET_PTS_DELAY: *va_arg(args, int64_t*) = INT64_C(1000) * __MAX(MIN_CACHING_TIME, var_InheritInteger(p_extractor, "network-caching")); break; case STREAM_SET_PAUSE_STATE: break; case STREAM_GET_SIZE: *va_arg(args, uint64_t*) = p_sys->p_download->get_file(p_extractor->identifier).second; break; default: return VLC_EGENERIC; } return VLC_SUCCESS; } int DataOpen(vlc_object_t* p_obj) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); stream_extractor_t* p_extractor = (stream_extractor_t*) p_obj; msg_Info(p_extractor, "Opening %s", p_extractor->identifier); // Temporary buffer to hold metadata auto md = std::make_unique(0x100000); ssize_t mdsz = vlc_stream_Read(p_extractor->source, md.get(), 0x100000); if (mdsz < 0) return VLC_EGENERIC; auto p_sys = std::make_unique(); try { p_sys->p_download = Download::get_download(md.get(), (size_t) mdsz, get_download_directory(p_obj), get_keep_files(p_obj)); msg_Dbg(p_extractor, "Added download"); p_sys->i_file = p_sys->p_download->get_file(p_extractor->identifier).first; msg_Dbg(p_extractor, "Found file %d", p_sys->i_file); } catch (std::runtime_error& e) { msg_Err(p_extractor, "Failed to add download: %s", e.what()); return VLC_EGENERIC; } p_extractor->p_sys = p_sys.release(); p_extractor->pf_read = DataRead; p_extractor->pf_control = DataControl; p_extractor->pf_block = NULL; p_extractor->pf_seek = DataSeek; return VLC_SUCCESS; } void DataClose(vlc_object_t* p_obj) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); stream_extractor_t* p_extractor = (stream_extractor_t*) p_obj; data_sys* p_sys = (data_sys*) p_extractor->p_sys; std::unique_ptr sys(p_sys); } vlc-bittorrent-2.15/src/data.h000066400000000000000000000015511454630106700163000ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifndef VLC_BITTORRENT_DATA_H #define VLC_BITTORRENT_DATA_H #include "vlc.h" int DataOpen(vlc_object_t*); void DataClose(vlc_object_t*); #endif vlc-bittorrent-2.15/src/download.cpp000066400000000000000000000413171454630106700175350ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ /* XXX: This file is basically just glue code so vlc can make interruptible blocking calls to libtorrent. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include #include #include "download.h" #include "session.h" #include "vlc.h" #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wconversion" #include #include #include #include #include #include #include #include #include #include #include #pragma GCC diagnostic pop #define D(x) #define DD(x) #define kB (1024) #define MB (1024 * kB) #define PRIO_HIGHEST 7 #define PRIO_HIGHER 6 #define PRIO_HIGH 5 namespace lt = libtorrent; template class vlc_interrupt_guard { public: vlc_interrupt_guard(T& pr) { vlc_interrupt_register(abort, &pr); } ~vlc_interrupt_guard() { vlc_interrupt_unregister(); } private: static void abort(void* data) { try { // Interrupt get()/wait() on this promise static_cast(data)->set_exception( std::make_exception_ptr(std::runtime_error("vlc interrupted"))); } catch (...) { } } }; template class AlertSubscriber { public: AlertSubscriber(std::shared_ptr dl, T* pr) : m_session(dl) , m_promise(pr) { m_session->register_alert_listener(m_promise); } ~AlertSubscriber() { m_session->unregister_alert_listener(m_promise); } private: std::shared_ptr m_session; T* m_promise; }; using ReadValue = std::pair, int>; class ReadPiecePromise : public std::promise, public Alert_Listener { public: ReadPiecePromise(lt::sha1_hash ih, int p) : m_ih(ih) , m_piece(p) { } void handle_alert(lt::alert* a) override { if (auto* x = lt::alert_cast(a)) { if (x->handle.info_hash() != m_ih) return; if (x->piece != m_piece) return; if (x->ec) set_exception( std::make_exception_ptr(std::runtime_error("read failed"))); else // Read is done set_value(std::make_pair(x->buffer, x->size)); } } private: lt::sha1_hash m_ih; int m_piece; }; class DownloadPiecePromise : public std::promise, public Alert_Listener { public: DownloadPiecePromise(lt::sha1_hash ih, int p) : m_ih(ih) , m_piece(p) { } void handle_alert(lt::alert* a) override { if (auto* x = lt::alert_cast(a)) { if (x->handle.info_hash() != m_ih) return; if (x->piece_index != m_piece) return; // Download is done set_value(); } } private: lt::sha1_hash m_ih; int m_piece; }; class MetadataDownloadPromise : public std::promise, public Alert_Listener { public: MetadataDownloadPromise(lt::sha1_hash ih) : m_ih(ih) { } void handle_alert(lt::alert* a) override { if (auto* x = lt::alert_cast(a)) { if (x->handle.info_hash() != m_ih) return; set_exception( std::make_exception_ptr(std::runtime_error("metadata failed"))); } else if (auto* x = lt::alert_cast(a)) { if (x->handle.info_hash() != m_ih) return; set_exception( std::make_exception_ptr(std::runtime_error("metadata failed"))); } else if (auto* x = lt::alert_cast(a)) { if (x->handle.info_hash() != m_ih) return; // Metadata download is done set_value(); } } private: lt::sha1_hash m_ih; }; class RemovePromise : public std::promise, public Alert_Listener { public: RemovePromise(lt::sha1_hash ih) : m_ih(ih) { } void handle_alert(lt::alert* a) override { if (auto* x = lt::alert_cast(a)) { if (x->info_hash != m_ih) return; // Remove is done set_value(); } } private: lt::sha1_hash m_ih; }; Download::Download(std::mutex& mtx, lt::add_torrent_params& atp, bool k) : m_lock(mtx) , m_keep(k) , m_session(Session::get()) { D(printf("%s:%d: %s (from atp)\n", __FILE__, __LINE__, __func__)); // Doesn't matter if it's duplicate since we never remove torrents m_th = m_session->add_torrent(atp); if (!m_th.is_valid()) throw std::runtime_error("Failed to add torrent"); // Need to give libtorrent some time to breethe std::this_thread::sleep_for(std::chrono::milliseconds(500)); } Download::~Download() { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); if (m_th.is_valid()) { RemovePromise rmprom(m_th.info_hash()); AlertSubscriber sub(m_session, &rmprom); auto f = rmprom.get_future(); m_session->remove_torrent(m_th, m_keep); // Wait for remove to complete f.wait_for(std::chrono::seconds(5)); } } ssize_t Download::read(int file, int64_t fileoff, char* buf, size_t buflen, DataProgressCb progress_cb) { D(printf("%s:%d: %s(%d, %lu, %p, %lu)\n", __FILE__, __LINE__, __func__, file, fileoff, buf, buflen)); download_metadata(); auto ti = m_th.torrent_file(); auto fs = ti->files(); if (file >= fs.num_files() || file < 0) throw std::runtime_error("File not found"); if (fileoff < 0) throw std::runtime_error("File offset negative"); int64_t filesz = fs.file_size(file); if (fileoff >= filesz) return 0; // Figure out what to read auto part = ti->map_file(file, fileoff, (int) std::min({ (int64_t) std::numeric_limits::max(), (int64_t) buflen, filesz - fileoff })); if (part.length <= 0) return 0; // Set highest priority to the requested range set_piece_priority(file, fileoff, part.length, PRIO_HIGHEST); // Set second highest priority to the first and last 0.1% or 64 kB int64_t p01 = std::max( std::min((int64_t) std::numeric_limits::max(), filesz / 1000), (int64_t) 128 * kB); set_piece_priority(file, 0, (int) p01, PRIO_HIGHER); set_piece_priority(file, filesz - p01, (int) p01, PRIO_HIGHER); // Set third highest priority to the next 5% or 64 MB int64_t p5 = std::max( std::min((int64_t) std::numeric_limits::max(), 5 * filesz / 100), (int64_t) 32 * MB); set_piece_priority(file, fileoff, (int) p5, PRIO_HIGH); if (!m_th.have_piece(part.piece)) download(part, progress_cb); return read(part, buf, buflen); } void Download::set_piece_priority(int file, int64_t off, int size, int prio) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(); auto ti = m_th.torrent_file(); auto fs = ti->files(); // Make sure off + size <= file size int64_t filesz = fs.file_size(file); off = std::min(off, filesz); size = (int) std::min({ (int64_t) std::numeric_limits::max(), (int64_t) size, filesz - off }); auto part = ti->map_file(file, off, size); for (; part.length > 0; part.length -= ti->piece_size(part.piece++)) { if (!m_th.have_piece(part.piece) && m_th.piece_priority(part.piece) < prio) m_th.piece_priority(part.piece, prio); } } std::vector> Download::get_files() { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(); std::vector> files; const lt::file_storage& fs = m_th.torrent_file()->files(); for (int i = 0; i < fs.num_files(); i++) { files.push_back(std::make_pair(fs.file_path(i), fs.file_size(i))); } return files; } // static std::vector> Download::get_files(char* metadata, size_t metadatasz) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); lt::error_code ec; lt::torrent_info ti(metadata, (int) metadatasz, ec); if (ec) throw std::runtime_error("Failed to parse metadata"); std::vector> files; const lt::file_storage& fs = ti.files(); for (int i = 0; i < fs.num_files(); i++) { files.push_back(std::make_pair(fs.file_path(i), fs.file_size(i))); } return files; } // static std::shared_ptr> Download::get_metadata(std::string url, std::string save_path, std::string cache_path, MetadataProgressCb cb) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); lt::add_torrent_params atp; atp.save_path = save_path; atp.flags &= ~lt::add_torrent_params::flag_auto_managed; atp.flags &= ~lt::add_torrent_params::flag_paused; lt::error_code ec; lt::parse_magnet_uri(url, atp, ec); if (ec) { lt::error_code ec2; #if LIBTORRENT_VERSION_NUM < 10200 atp.ti = boost::make_shared(url, boost::ref(ec2)); #else atp.ti = std::make_shared(url, std::ref(ec2)); #endif if (ec2) throw std::runtime_error("Failed to parse metadata"); } else { std::string path = cache_path + DIR_SEP + lt::to_hex(atp.info_hash.to_string()) + ".torrent"; // Try to read up cache #if LIBTORRENT_VERSION_NUM < 10200 atp.ti = boost::make_shared(path, boost::ref(ec)); #else atp.ti = std::make_shared(path, std::ref(ec)); #endif if (ec) { // The torrent_info from was is invalid atp.ti = NULL; // Dowload metadata auto metadata = Download::get_download(atp, true)->get_metadata(cb); // Write metadata to cache std::ofstream os(path, std::ios::binary); std::ostream_iterator osi(os); std::copy(std::begin(*metadata), std::end(*metadata), osi); return metadata; } } // Add trackers from magnet URL to the cached metadata for (auto& tracker : atp.trackers) { atp.ti->add_tracker(tracker); } auto entry = lt::create_torrent(*atp.ti).generate(); auto metadata = std::make_shared>(); // Bencode metadata into vector lt::bencode(std::back_inserter(*metadata), entry); return metadata; } // static std::shared_ptr Download::get_download(lt::add_torrent_params& atp, bool k) { D(printf("%s:%d: %s (from atp)\n", __FILE__, __LINE__, __func__)); lt::sha1_hash ih = atp.ti ? atp.ti->info_hash() : atp.info_hash; static std::mutex mtx; std::unique_lock lock(mtx); // Re-use Download instance if possible, else create new instance static std::map> dls; static std::map dls_mtx; std::shared_ptr dl = dls[ih].lock(); if (!dl) dls[ih] = dl = std::make_shared(dls_mtx[ih], atp, k); return dl; } // static std::shared_ptr Download::get_download(char* md, size_t mdsz, std::string sp, bool k) { D(printf("%s:%d: %s (from buf)\n", __FILE__, __LINE__, __func__)); lt::add_torrent_params atp; atp.save_path = sp; atp.flags &= ~lt::add_torrent_params::flag_auto_managed; atp.flags &= ~lt::add_torrent_params::flag_paused; atp.flags &= ~lt::add_torrent_params::flag_duplicate_is_error; lt::error_code ec; #if LIBTORRENT_VERSION_NUM < 10200 atp.ti = boost::make_shared(md, mdsz, boost::ref(ec)); #else atp.ti = std::make_shared(md, mdsz, std::ref(ec)); #endif if (ec) throw std::runtime_error("Failed to parse metadata"); return Download::get_download(atp, k); } std::pair Download::get_file(std::string path) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(); const lt::file_storage& fs = m_th.torrent_file()->files(); for (int i = 0; i < fs.num_files(); i++) { if (fs.file_path(i) == path) return std::make_pair(i, (uint64_t) fs.file_size(i)); } throw std::runtime_error("Failed to find file"); } std::string Download::get_name() { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(); return m_th.torrent_file()->name(); } std::string Download::get_infohash() { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(); return lt::to_hex(m_th.torrent_file()->info_hash().to_string()); } std::shared_ptr> Download::get_metadata(MetadataProgressCb cb) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(cb); auto entry = lt::create_torrent(*m_th.torrent_file()).generate(); auto buffer = std::make_shared>(); // Bencode metadata into vector lt::bencode(std::back_inserter(*buffer), entry); return buffer; } void Download::download_metadata(MetadataProgressCb cb) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); if (m_th.has_metadata()) return; MetadataDownloadPromise dlprom(m_th.info_hash()); AlertSubscriber sub(m_session, &dlprom); vlc_interrupt_guard intrguard(dlprom); auto f = dlprom.get_future(); if (cb) cb(0.0); // Wait for metadata to download while (!m_th.has_metadata()) { auto r = f.wait_for(std::chrono::seconds(1)); if (r == std::future_status::ready) // At this point, we know either metadata download is done and we // can return early, or there was error and get() will throw and // exception. return f.get(); } if (cb) cb(100.0); } void Download::download(lt::peer_request part, DataProgressCb cb) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(); if (m_th.have_piece(part.piece)) return; DownloadPiecePromise dlprom(m_th.info_hash(), part.piece); AlertSubscriber sub(m_session, &dlprom); vlc_interrupt_guard intrguard(dlprom); auto f = dlprom.get_future(); if (cb) cb(0.0); // Wait for download while (!m_th.have_piece(part.piece)) { auto r = f.wait_for(std::chrono::seconds(1)); if (r == std::future_status::ready) // At this point, we know either download is done and we can return // early, or there was error and get() will throw and exception. return f.get(); } if (cb) cb(100.0); } ssize_t Download::read(lt::peer_request part, char* buf, size_t buflen) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); download_metadata(); ReadPiecePromise rdprom(m_th.info_hash(), part.piece); AlertSubscriber sub(m_session, &rdprom); vlc_interrupt_guard intrguard(rdprom); auto f = rdprom.get_future(); // Trigger read m_th.read_piece(part.piece); // Wait for read to complete boost::shared_array piece_buffer; int piece_size; std::tie(piece_buffer, piece_size) = f.get(); int len = std::min({ piece_size - part.start, (int) buflen, part.length }); if (len < 0) return -1; // Copy from libtorrent buffer to VLC buffer memcpy(buf, piece_buffer.get() + part.start, (size_t) len); return (ssize_t) len; } vlc-bittorrent-2.15/src/download.h000066400000000000000000000071761454630106700172070ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifndef VLC_BITTORRENT_DOWNLOAD_H #define VLC_BITTORRENT_DOWNLOAD_H #include #include #include #include #include #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wconversion" #include #include #include #include #pragma GCC diagnostic pop #include "session.h" namespace lt = libtorrent; using MetadataProgressCb = std::function; using DataProgressCb = std::function; class Download { public: Download(const Download&) = delete; Download& operator=(const Download&) = delete; Download(std::mutex& mtx, lt::add_torrent_params& atp, bool k); ~Download(); static std::shared_ptr get_download( char* metadata, size_t metadatalen, std::string save_path, bool keep); /** * Get a part of the data of this download. If the data is not * available, it will download it and wait for it to become available. */ ssize_t read(int file, int64_t off, char* buf, size_t buflen, DataProgressCb progress_cb); ssize_t read(int file, int64_t off, char* buf, size_t buflen) { return read(file, off, buf, buflen, nullptr); } static std::vector> get_files(char* metadata, size_t metadatalen); std::vector> get_files(); static std::shared_ptr> get_metadata(std::string url, std::string save_path, std::string cache_path, MetadataProgressCb progress_cb); static std::shared_ptr> get_metadata(std::string url, std::string save_path, std::string cache_path) { return get_metadata(url, save_path, cache_path, nullptr); } std::shared_ptr> get_metadata(MetadataProgressCb progress_cb); std::shared_ptr> get_metadata() { return get_metadata(nullptr); } std::pair get_file(std::string path); std::string get_name(); std::string get_infohash(); private: static std::shared_ptr get_download(lt::add_torrent_params& atp, bool k); void download_metadata(MetadataProgressCb cb); void download_metadata() { download_metadata(nullptr); } void download(lt::peer_request part, DataProgressCb cb); void download(lt::peer_request part) { download(part, nullptr); } ssize_t read(lt::peer_request part, char* buf, size_t buflen); void set_piece_priority(int file, int64_t off, int size, int prio); // Locks mutex passed to constructor std::unique_lock m_lock; bool m_keep; std::shared_ptr m_session; lt::torrent_handle m_th; }; #endif vlc-bittorrent-2.15/src/magnetmetadata.cpp000066400000000000000000000107631454630106700207030ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "download.h" #include "magnetmetadata.h" #include "vlc.h" #define D(x) struct magnetmetadata_sys { std::shared_ptr> p_metadata; // Current position within the metadata size_t i_pos; }; static ssize_t MagnetMetadataRead(stream_t* p_access, void* p_buffer, size_t i_len) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); if (!p_access->p_sys) return -1; magnetmetadata_sys* p_sys = (magnetmetadata_sys*) p_access->p_sys; if (!p_sys->p_metadata) return -1; ssize_t len = (ssize_t) std::min(i_len, p_sys->p_metadata->size() - p_sys->i_pos); if (len < 0) return -1; std::copy(p_sys->p_metadata->begin() + (ssize_t) p_sys->i_pos, p_sys->p_metadata->begin() + (ssize_t) p_sys->i_pos + len, (char*) p_buffer); p_sys->i_pos += (size_t) len; return len; } static int MagnetMetadataControl(stream_t* access, int query, va_list args) { D(printf("%s:%d: %s(0x%x)\n", __FILE__, __LINE__, __func__, query)); switch (query) { case STREAM_GET_PTS_DELAY: *va_arg(args, int64_t*) = DEFAULT_PTS_DELAY; break; case STREAM_CAN_SEEK: *va_arg(args, bool*) = false; break; case STREAM_CAN_PAUSE: *va_arg(args, bool*) = false; break; case STREAM_CAN_CONTROL_PACE: *va_arg(args, bool*) = true; break; case STREAM_GET_CONTENT_TYPE: *va_arg(args, char**) = strdup("application/x-bittorrent"); break; default: return VLC_EGENERIC; } return VLC_SUCCESS; } int MagnetMetadataOpen(vlc_object_t* p_this) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); stream_t* p_access = (stream_t*) p_this; std::string name(p_access->psz_name ?: ""); std::string filepath(p_access->psz_filepath ?: ""); std::string location(p_access->psz_location ?: ""); std::string magnet; if (name == "magnet") { magnet = "magnet:" + location; } else if (name == "file") { size_t index = filepath.rfind("magnet:?"); if (index != std::string::npos) { magnet = filepath.substr(index); } else { return VLC_EGENERIC; } } else { return VLC_EGENERIC; } auto p_sys = std::make_unique(); try { msg_Info(p_access, "Reading metadata"); auto del = [&](vlc_dialog_id* dialog) { vlc_dialog_release(p_this, dialog); }; std::unique_ptr dialog(nullptr, del); auto prog = [&](float progress) { if (!dialog) dialog.reset(vlc_dialog_display_progress(p_this, true, progress, NULL, "Downloading metadata", "Downloading metadata from peers...")); else vlc_dialog_update_progress_text(p_this, dialog.get(), progress, "Downloading metadata from peers..."); }; p_sys->p_metadata = Download::get_metadata(magnet, get_download_directory(p_this), get_cache_directory(p_this), prog); msg_Dbg(p_access, "Got %zu bytes metadata", p_sys->p_metadata->size()); } catch (std::runtime_error& e) { msg_Err(p_access, "Failed to get metadata: %s", e.what()); return VLC_EGENERIC; } p_access->p_sys = p_sys.release(); p_access->pf_read = MagnetMetadataRead; p_access->pf_control = MagnetMetadataControl; return VLC_SUCCESS; } void MagnetMetadataClose(vlc_object_t* p_this) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); stream_t* p_access = (stream_t*) p_this; magnetmetadata_sys* p_sys = (magnetmetadata_sys*) p_access->p_sys; std::unique_ptr sys(p_sys); } vlc-bittorrent-2.15/src/magnetmetadata.h000066400000000000000000000016211454630106700203410ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifndef VLC_BITTORRENT_MAGNETMETADATA_H #define VLC_BITTORRENT_MAGNETMETADATA_H #include "vlc.h" int MagnetMetadataOpen(vlc_object_t*); void MagnetMetadataClose(vlc_object_t*); #endif vlc-bittorrent-2.15/src/metadata.cpp000066400000000000000000000053711454630106700175060ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "download.h" #include "metadata.h" #include "vlc.h" #define D(x) static int MetadataReadDir(stream_directory_t* p_directory, input_item_node_t* p_node) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); // Temporary buffer to hold metadata auto md = std::make_unique(0x100000); ssize_t mdsz = vlc_stream_Read(p_directory->source, md.get(), 0x100000); if (mdsz < 0) return VLC_EGENERIC; std::vector> files; try { files = Download::get_files(md.get(), (size_t) mdsz); } catch (std::runtime_error& e) { msg_Err(p_directory, "Failed to parse metadata: %s", e.what()); return VLC_EGENERIC; } struct vlc_readdir_helper rdh; vlc_readdir_helper_init(&rdh, p_directory, p_node); for (auto f : files) { std::unique_ptr mrl( vlc_stream_extractor_CreateMRL(p_directory, f.first.c_str()), free); if (!mrl) continue; int ret = vlc_readdir_helper_additem( &rdh, mrl.get(), f.first.c_str(), NULL, ITEM_TYPE_FILE, ITEM_LOCAL); if (ret != VLC_SUCCESS) msg_Warn(p_directory, "Failed to add %s", mrl.get()); } vlc_readdir_helper_finish(&rdh, true); return VLC_SUCCESS; } int MetadataOpen(vlc_object_t* p_obj) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); stream_directory_t* p_directory = (stream_directory_t*) p_obj; if (!stream_IsMimeType(p_directory->source, "application/x-bittorrent") && !stream_HasExtension(p_directory->source, ".torrent")) return VLC_EGENERIC; // Attempt to read 1 byte of the metadata const uint8_t* data = NULL; ssize_t len = vlc_stream_Peek(p_directory->source, &data, 1); // All bittorrent metadata files starts with a 'd' if (len < 1 || data[0] != 'd') return VLC_EGENERIC; p_directory->pf_readdir = MetadataReadDir; return VLC_SUCCESS; } vlc-bittorrent-2.15/src/metadata.h000066400000000000000000000015331454630106700171470ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifndef VLC_BITTORRENT_METADATA_H #define VLC_BITTORRENT_METADATA_H #include "vlc.h" int MetadataOpen(vlc_object_t* p_obj); #endif vlc-bittorrent-2.15/src/module.cpp000066400000000000000000000037171454630106700172150ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "data.h" #include "magnetmetadata.h" #include "metadata.h" // clang-format off vlc_module_begin() set_shortname("bittorrent") set_category(CAT_INPUT) set_subcategory(SUBCAT_INPUT_STREAM_FILTER) set_description("Bittorrent metadata access") set_capability("stream_directory", 99) set_callbacks(MetadataOpen, NULL) #if 1 add_directory(DLDIR_CONFIG, NULL, "Downloads", "Directory where VLC will put downloaded files.", false) add_bool(KEEP_CONFIG, false, "Don't delete files", "Don't delete files after download.", true) #else add_directory(DLDIR_CONFIG, NULL, "Downloads", "Directory where VLC will put downloaded files.") add_bool(KEEP_CONFIG, false, "Don't delete files", "Don't delete files after download.") #endif add_submodule() set_description("Bittorrent data access") set_capability("stream_extractor", 99) set_callbacks(DataOpen, DataClose) add_submodule() set_description("Bittorrent magnet metadata access") set_capability("access", 60) add_shortcut("file", "magnet") set_callbacks(MagnetMetadataOpen, MagnetMetadataClose) vlc_module_end() vlc-bittorrent-2.15/src/session.cpp000066400000000000000000000100551454630106700174040ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #include "session.h" #define D(x) #define DD(x) #define LIBTORRENT_ADD_TORRENT_ALERTS \ (lt::alert::storage_notification | lt::alert::progress_notification \ | lt::alert::status_notification | lt::alert::error_notification) #define LIBTORRENT_DHT_NODES \ ("router.bittorrent.com:6881," \ "router.utorrent.com:6881," \ "dht.transmissionbt.com:6881") Session::Session(std::mutex& mtx) : m_lock(mtx) , m_session_thread_quit(false) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); lt::settings_pack sp = lt::default_settings(); sp.set_int(sp.alert_mask, LIBTORRENT_ADD_TORRENT_ALERTS); sp.set_str(sp.dht_bootstrap_nodes, LIBTORRENT_DHT_NODES); /* Really aggressive settings to optimize time-to-play */ sp.set_bool(sp.strict_end_game_mode, false); sp.set_bool(sp.announce_to_all_trackers, true); sp.set_bool(sp.announce_to_all_tiers, true); sp.set_int(sp.stop_tracker_timeout, 1); sp.set_int(sp.request_timeout, 2); sp.set_int(sp.whole_pieces_threshold, 5); sp.set_int(sp.request_queue_time, 1); sp.set_int(sp.urlseed_pipeline_size, 2); #if LIBTORRENT_VERSION_NUM >= 10102 sp.set_int(sp.urlseed_max_request_bytes, 100 * 1024); #endif m_session = std::make_unique(sp); m_session_thread = std::thread([&] { while (!m_session_thread_quit) { m_session->wait_for_alert(std::chrono::seconds(1)); std::vector alerts; // Get all pending requests m_session->pop_alerts(&alerts); for (auto* a : alerts) { std::unique_lock lock(m_listeners_mtx); for (auto* h : m_listeners) { try { h->handle_alert(a); } catch (...) { } } } } }); } Session::~Session() { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); m_session_thread_quit = true; if (m_session_thread.joinable()) m_session_thread.join(); } void Session::register_alert_listener(Alert_Listener* al) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); std::unique_lock lock(m_listeners_mtx); m_listeners.push_front(al); } void Session::unregister_alert_listener(Alert_Listener* al) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); std::unique_lock lock(m_listeners_mtx); m_listeners.remove(al); } lt::torrent_handle Session::add_torrent(lt::add_torrent_params& atp) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); return m_session->add_torrent(atp); } void Session::remove_torrent(lt::torrent_handle& th, bool k) { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); if (k) m_session->remove_torrent(th); else m_session->remove_torrent(th, lt::session::delete_files); } std::shared_ptr Session::get() { D(printf("%s:%d: %s()\n", __FILE__, __LINE__, __func__)); static std::mutex mtx; std::unique_lock lock(mtx); // Re-use Session instance if possible, else create new instance static std::weak_ptr session; static std::mutex session_mtx; std::shared_ptr s = session.lock(); if (!s) session = s = std::make_shared(session_mtx); return s; } vlc-bittorrent-2.15/src/session.h000066400000000000000000000035641454630106700170600ustar00rootroot00000000000000/* Copyright 2018 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifndef VLC_BITTORRENT_LIBTORRENT_H #define VLC_BITTORRENT_LIBTORRENT_H #include #include #include #include #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wconversion" #include #include #pragma GCC diagnostic pop struct Alert_Listener { virtual ~Alert_Listener() { } virtual void handle_alert(lt::alert* alert) = 0; }; class Session { public: Session(std::mutex& mtx); ~Session(); void register_alert_listener(Alert_Listener* al); void unregister_alert_listener(Alert_Listener* al); lt::torrent_handle add_torrent(lt::add_torrent_params& atp); void remove_torrent(lt::torrent_handle& th, bool k); static std::shared_ptr get(); private: // Locks mutex passed to constructor std::unique_lock m_lock; std::unique_ptr m_session; std::thread m_session_thread; std::atomic m_session_thread_quit; std::forward_list m_listeners; std::mutex m_listeners_mtx; }; #endif vlc-bittorrent-2.15/src/vlc.cpp000066400000000000000000000046721454630106700165150ustar00rootroot00000000000000/* Copyright 2018 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "vlc.h" std::string get_download_directory(vlc_object_t* p_this) { std::string dldir; std::unique_ptr dir( var_InheritString(p_this, DLDIR_CONFIG), free); if (!dir) { std::unique_ptr dir( config_GetUserDir(VLC_DOWNLOAD_DIR), free); if (!dir) throw std::runtime_error("Failed to find download directory"); dldir = std::string(dir.get()); if (vlc_mkdir(dldir.c_str(), 0777)) { if (errno != EEXIST) throw std::runtime_error("Failed to create directory (" + dldir + "): " + strerror(errno)); } dldir += DIR_SEP; dldir += PACKAGE; } else { dldir = std::string(dir.get()); } if (vlc_mkdir(dldir.c_str(), 0777)) { if (errno != EEXIST) throw std::runtime_error("Failed to create directory (" + dldir + "): " + strerror(errno)); } return dldir; } std::string get_cache_directory(vlc_object_t* p_this) { std::string cachedir; std::unique_ptr dir( config_GetUserDir(VLC_CACHE_DIR), free); if (!dir) throw std::runtime_error("Failed to find cache directory"); cachedir = std::string(dir.get()); if (vlc_mkdir(cachedir.c_str(), 0777)) { if (errno != EEXIST) throw std::runtime_error("Failed to create directory (" + cachedir + "): " + strerror(errno)); } return cachedir; } bool get_keep_files(vlc_object_t* p_this) { return var_InheritBool(p_this, KEEP_CONFIG); } vlc-bittorrent-2.15/src/vlc.h000066400000000000000000000033421454630106700161530ustar00rootroot00000000000000/* Copyright 2016 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #ifndef VLC_BITTORRENT_VLC_H #define VLC_BITTORRENT_VLC_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wconversion" // clang-format off // This has to be first because the libvlc headers have issues #include // clang-format off #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #pragma GCC diagnostic pop #define DLDIR_CONFIG "bittorrent-download-path" #define KEEP_CONFIG "bittorrent-keep-files" std::string get_download_directory(vlc_object_t* p_this); std::string get_cache_directory(vlc_object_t* p_this); bool get_keep_files(vlc_object_t* p_this); #endif vlc-bittorrent-2.15/test/000077500000000000000000000000001454630106700154045ustar00rootroot00000000000000vlc-bittorrent-2.15/test/.gitignore000066400000000000000000000000561454630106700173750ustar00rootroot00000000000000*.trs *.log vlcdummy miniclient downloaddummy vlc-bittorrent-2.15/test/Makefile.am000066400000000000000000000020541454630106700174410ustar00rootroot00000000000000TESTS = vlcdummy.test downloaddummy.test TEST_LOG_COMPILE = $(SHELL) TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh AUTOMAKE_OPTIONS = subdir-objects # Great and cool CFLAGS COOLCFLAGS = \ -Wno-deprecated-declarations \ -Wall \ -Wextra \ -Wconversion \ -Wsign-compare \ -Wsign-conversion \ -Wno-unused-parameter \ -Wno-unused # Great and cool CXXFLAGS COOLCXXFLAGS = \ $(COOLCFLAGS) # Support programs check_PROGRAMS = vlcdummy miniclient downloaddummy vlcdummy_SOURCES = vlcdummy.c vlcdummy_CFLAGS = $(LIBVLC_CFLAGS) $(COOLCFLAGS) vlcdummy_LDFLAGS = vlcdummy_LDADD = $(LIBVLC_LIBS) miniclient_SOURCES = miniclient.cpp miniclient_CXXFLAGS = $(LIBTORRENT_CFLAGS) $(COOLCXXFLAGS) miniclient_LDFLAGS = miniclient_LDADD = $(LIBTORRENT_LIBS) -lpthread downloaddummy_SOURCES = downloaddummy.cpp ../src/download.cpp ../src/session.cpp downloaddummy_CXXFLAGS = -I../src $(LIBTORRENT_CFLAGS) $(VLC_PLUGIN_CFLAGS) $(COOLCXXFLAGS) downloaddummy_LDFLAGS = -lpthread downloaddummy_LDADD = $(LIBTORRENT_LIBS) $(VLC_PLUGIN_LIBS) vlc-bittorrent-2.15/test/data/000077500000000000000000000000001454630106700163155ustar00rootroot00000000000000vlc-bittorrent-2.15/test/data/18945a9300abfe4ff2442559bb08b8ddb357c16f.torrent000066400000000000000000000003561454630106700254030ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce4:infod5:filesld6:lengthi476e4:pathl11:denmark.pngeed6:lengthi744e4:pathl10:norway.pngeed6:lengthi636e4:pathl10:sweden.pngeee4:name5:flags12:piece lengthi262144e6:pieces20:pN_ÆЗZѻeevlc-bittorrent-2.15/test/data/6fa46c9a0bb4eecb837c25845d39c5324be66401.torrent000066400000000000000000000003451454630106700253760ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce13:creation datei1545429773e4:infod5:filesld6:lengthi104050e4:pathl9:nasa2.ogveed6:lengthi88445e4:pathl9:nasa3.ogveee4:name4:nasa12:piece lengthi262144e6:pieces20:%d fKwR<eevlc-bittorrent-2.15/test/data/8a32f3f6f3c9125da79e29c869122758004ee837.torrent000066400000000000000000000002471454630106700251260ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce13:creation datei1545429783e4:infod6:lengthi58703e4:name9:nasa1.ogv12:piece lengthi262144e6:pieces20:W#tm 瑶eevlc-bittorrent-2.15/test/data/fce002e43ed1159f4612982ce8fcdb9d30e48f1e.torrent000066400000000000000000000002131454630106700255360ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce4:infod6:lengthi636e4:name10:sweden.png12:piece lengthi262144e6:pieces20:Jʖd 9 ]yMՍ@eevlc-bittorrent-2.15/test/data/flags.torrent000066400000000000000000000003561454630106700210340ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce4:infod5:filesld6:lengthi476e4:pathl11:denmark.pngeed6:lengthi744e4:pathl10:norway.pngeed6:lengthi636e4:pathl10:sweden.pngeee4:name5:flags12:piece lengthi262144e6:pieces20:pN_ÆЗZѻeevlc-bittorrent-2.15/test/data/flags.torrent-magnet.data-expected.txt000066400000000000000000000020571454630106700256320ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags VLCDUMMY STATE magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags OPENING VLCDUMMY STATE magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags PLAYING VLCDUMMY SUBITEM flags (DIRECTORY) VLCDUMMY SUBITEM denmark.png (FILE) VLCDUMMY SUBITEM norway.png (FILE) VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE flags OPENING VLCDUMMY STATE flags PLAYING VLCDUMMY STATE flags ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE denmark.png OPENING VLCDUMMY STATE denmark.png PLAYING VLCDUMMY STATE denmark.png ENDED (0 audio frames, >0 video frames) VLCDUMMY STATE norway.png OPENING VLCDUMMY STATE norway.png PLAYING VLCDUMMY STATE norway.png ENDED (0 audio frames, >0 video frames) VLCDUMMY STATE sweden.png OPENING VLCDUMMY STATE sweden.png PLAYING VLCDUMMY STATE sweden.png ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/flags.torrent-magnet.downloaddummy-metadata-expected.txt000066400000000000000000000003441454630106700313570ustar00rootroot00000000000000DOWNLOADDUMMY NAME flags DOWNLOADDUMMY INFOHASH 18945a9300abfe4ff2442559bb08b8ddb357c16f DOWNLOADDUMMY FILE flags/denmark.png 476 DOWNLOADDUMMY FILE flags/norway.png 744 DOWNLOADDUMMY FILE flags/sweden.png 636 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/flags.torrent-magnet.downloaddummy-read-expected.txt000066400000000000000000000001351454630106700305100ustar00rootroot00000000000000DOWNLOADDUMMY READ 476 0 DOWNLOADDUMMY READ 744 1 DOWNLOADDUMMY READ 636 2 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/flags.torrent-magnet.metadata-expected.txt000066400000000000000000000010441454630106700264740ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags VLCDUMMY STATE magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags OPENING VLCDUMMY STATE magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags PLAYING VLCDUMMY SUBITEM flags (DIRECTORY) VLCDUMMY SUBITEM denmark.png (FILE) VLCDUMMY SUBITEM norway.png (FILE) VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/flags.torrent.data-expected.txt000066400000000000000000000015171454630106700243610ustar00rootroot00000000000000VLCDUMMY ITEM flags.torrent VLCDUMMY STATE flags.torrent OPENING VLCDUMMY STATE flags.torrent PLAYING VLCDUMMY SUBITEM flags (DIRECTORY) VLCDUMMY SUBITEM denmark.png (FILE) VLCDUMMY SUBITEM norway.png (FILE) VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE flags.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE flags OPENING VLCDUMMY STATE flags PLAYING VLCDUMMY STATE flags ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE denmark.png OPENING VLCDUMMY STATE denmark.png PLAYING VLCDUMMY STATE denmark.png ENDED (0 audio frames, >0 video frames) VLCDUMMY STATE norway.png OPENING VLCDUMMY STATE norway.png PLAYING VLCDUMMY STATE norway.png ENDED (0 audio frames, >0 video frames) VLCDUMMY STATE sweden.png OPENING VLCDUMMY STATE sweden.png PLAYING VLCDUMMY STATE sweden.png ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/flags.torrent.downloaddummy-metadata-expected.txt000066400000000000000000000003441454630106700301060ustar00rootroot00000000000000DOWNLOADDUMMY NAME flags DOWNLOADDUMMY INFOHASH 18945a9300abfe4ff2442559bb08b8ddb357c16f DOWNLOADDUMMY FILE flags/denmark.png 476 DOWNLOADDUMMY FILE flags/norway.png 744 DOWNLOADDUMMY FILE flags/sweden.png 636 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/flags.torrent.downloaddummy-read-expected.txt000066400000000000000000000001351454630106700272370ustar00rootroot00000000000000DOWNLOADDUMMY READ 476 0 DOWNLOADDUMMY READ 744 1 DOWNLOADDUMMY READ 636 2 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/flags.torrent.metadata-expected.txt000066400000000000000000000005041454630106700252230ustar00rootroot00000000000000VLCDUMMY ITEM flags.torrent VLCDUMMY STATE flags.torrent OPENING VLCDUMMY STATE flags.torrent PLAYING VLCDUMMY SUBITEM flags (DIRECTORY) VLCDUMMY SUBITEM denmark.png (FILE) VLCDUMMY SUBITEM norway.png (FILE) VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE flags.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/flags/000077500000000000000000000000001454630106700174115ustar00rootroot00000000000000vlc-bittorrent-2.15/test/data/flags/denmark.png000066400000000000000000000007341454630106700215440ustar00rootroot00000000000000PNG  IHDRzBgAMA a cHRMz&u0`:pQ< PLTE 0@]zbKGDf |dtIME *9}YlIDATx! R 8l efFt:Nt:Nt:Nt:Nt:Nt:Nt:Nt:Nt:Ntz^t:Nt:Nt:Nӿ@:Nt:Nt:Nt:Nt:Nt:Nt:Nt:Nt:Nt:Nӏ-kZ%tEXtdate:create2017-08-10T02:42:57+00:00ȐW%tEXtdate:modify2017-08-10T02:42:57+00:00)IENDB`vlc-bittorrent-2.15/test/data/flags/norway.png000066400000000000000000000013501454630106700214350ustar00rootroot00000000000000PNG  IHDRlVgAMA a cHRMz&u0`:pQ<'PLTE+-;u(hseg?]-k@x4bKGDf |dtIME NIDATxܱ 0ћ!# ˨8&*]Bz_}."kݫg::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::z}+Kn݄ޚ~ϣb6ttttttttttttttttttttttttttttttttttttttttQσ['~S8::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::zr_Ht7%tEXtdate:create2017-08-09T11:12:08+00:00}w %tEXtdate:modify2017-08-09T11:12:08+00:00 *IENDB`vlc-bittorrent-2.15/test/data/flags/sweden.png000066400000000000000000000011741454630106700214070ustar00rootroot00000000000000PNG  IHDR9gAMA a cHRMz&u0`:pQ<PLTEj)̹!|tabKGDotIME /I}gIDATxQ@`D п1k^j.+ngj[khm}tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttOC]ɯH%tEXtdate:create2017-08-09T04:47:00+00:00Yp%tEXtdate:modify2017-08-09T04:47:00+00:00(IENDB`vlc-bittorrent-2.15/test/data/nasa.torrent000066400000000000000000000003451454630106700206600ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce13:creation datei1545429773e4:infod5:filesld6:lengthi104050e4:pathl9:nasa2.ogveed6:lengthi88445e4:pathl9:nasa3.ogveee4:name4:nasa12:piece lengthi262144e6:pieces20:%d fKwR<eevlc-bittorrent-2.15/test/data/nasa.torrent-magnet.data-expected.txt000066400000000000000000000015621454630106700254600ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa VLCDUMMY STATE magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa OPENING VLCDUMMY STATE magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa PLAYING VLCDUMMY SUBITEM nasa (DIRECTORY) VLCDUMMY SUBITEM nasa2.ogv (FILE) VLCDUMMY SUBITEM nasa3.ogv (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE nasa OPENING VLCDUMMY STATE nasa PLAYING VLCDUMMY STATE nasa ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE nasa2.ogv OPENING VLCDUMMY STATE nasa2.ogv PLAYING VLCDUMMY STATE nasa2.ogv ENDED (0 audio frames, >0 video frames) VLCDUMMY STATE nasa3.ogv OPENING VLCDUMMY STATE nasa3.ogv PLAYING VLCDUMMY STATE nasa3.ogv ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/nasa.torrent-magnet.downloaddummy-metadata-expected.txt000066400000000000000000000002731454630106700312060ustar00rootroot00000000000000DOWNLOADDUMMY NAME nasa DOWNLOADDUMMY INFOHASH 6fa46c9a0bb4eecb837c25845d39c5324be66401 DOWNLOADDUMMY FILE nasa/nasa2.ogv 104050 DOWNLOADDUMMY FILE nasa/nasa3.ogv 88445 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa.torrent-magnet.downloaddummy-read-expected.txt000066400000000000000000000001111454630106700303300ustar00rootroot00000000000000DOWNLOADDUMMY READ 104050 0 DOWNLOADDUMMY READ 88445 1 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa.torrent-magnet.metadata-expected.txt000066400000000000000000000007711454630106700263300ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa VLCDUMMY STATE magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa OPENING VLCDUMMY STATE magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa PLAYING VLCDUMMY SUBITEM nasa (DIRECTORY) VLCDUMMY SUBITEM nasa2.ogv (FILE) VLCDUMMY SUBITEM nasa3.ogv (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/nasa.torrent.data-expected.txt000066400000000000000000000012221454630106700242000ustar00rootroot00000000000000VLCDUMMY ITEM nasa.torrent VLCDUMMY STATE nasa.torrent OPENING VLCDUMMY STATE nasa.torrent PLAYING VLCDUMMY SUBITEM nasa (DIRECTORY) VLCDUMMY SUBITEM nasa2.ogv (FILE) VLCDUMMY SUBITEM nasa3.ogv (FILE) VLCDUMMY STATE nasa.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE nasa OPENING VLCDUMMY STATE nasa PLAYING VLCDUMMY STATE nasa ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE nasa2.ogv OPENING VLCDUMMY STATE nasa2.ogv PLAYING VLCDUMMY STATE nasa2.ogv ENDED (0 audio frames, >0 video frames) VLCDUMMY STATE nasa3.ogv OPENING VLCDUMMY STATE nasa3.ogv PLAYING VLCDUMMY STATE nasa3.ogv ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/nasa.torrent.downloaddummy-metadata-expected.txt000066400000000000000000000002731454630106700277350ustar00rootroot00000000000000DOWNLOADDUMMY NAME nasa DOWNLOADDUMMY INFOHASH 6fa46c9a0bb4eecb837c25845d39c5324be66401 DOWNLOADDUMMY FILE nasa/nasa2.ogv 104050 DOWNLOADDUMMY FILE nasa/nasa3.ogv 88445 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa.torrent.downloaddummy-read-expected.txt000066400000000000000000000001111454630106700270570ustar00rootroot00000000000000DOWNLOADDUMMY READ 104050 0 DOWNLOADDUMMY READ 88445 1 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa.torrent.metadata-expected.txt000066400000000000000000000004311454630106700250500ustar00rootroot00000000000000VLCDUMMY ITEM nasa.torrent VLCDUMMY STATE nasa.torrent OPENING VLCDUMMY STATE nasa.torrent PLAYING VLCDUMMY SUBITEM nasa (DIRECTORY) VLCDUMMY SUBITEM nasa2.ogv (FILE) VLCDUMMY SUBITEM nasa3.ogv (FILE) VLCDUMMY STATE nasa.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/nasa/000077500000000000000000000000001454630106700172375ustar00rootroot00000000000000vlc-bittorrent-2.15/test/data/nasa/nasa2.ogv000066400000000000000000003131621454630106700207660ustar00rootroot00000000000000OggSFx*theora @OggSNn Otheora Lavf57.83.100 language=undhandler_name=VideoHandler encoder=Lavc57.107.100 libtheoramajor_brand=isomminor_version=512"compatible_brands=isomiso2avc1mp41theora(kIJs1R!1b!@mSgVx9[l*hT()$Zy9fS xU)$|<AV* b!|< @86y,a/ǃbVB2E瓙e0%R8H!j4 b@F"`,@!AAP!QQ@!AQQP1AQQQAQQQQQ!1AQQQQQAQQQQQQQQQQQQQQQA!QA1a1Aѱ31pSa5u!bSFtт3tvwT'Fv11111111111111111111111111111111111111111111111111111111111111111!!Q!AaQa!aBBBA!A"BBBAaBBBBA"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBA!6661!Q&666166662&66666666666666666666666666666666666661QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ!!!Qq!!Qq!QqQqqсᑱAqAq!Aq"QAq"RQq"RRQ"RRR"RRR"RRRAAAA|^\t}^?/f'|{rE7~DR4̮؄ La Rw;i]/GPld~rbWGy' UHAUHƂ3҃]XVy̱R"P Y4GxþG+1g oPY]Jw #͵I2ߎLbU'"Lcbusi.webHVr.egEva4mʣ(TF匷} Mi;:Zt|*Rz1jɦtavV=hK 5='$Mu)UsCa4{Z̷?;G3+\h&i=Z _|G|YeJXu| UsYixmG'=pU mvF~a nc SP cIk,:=E d63L塎?#=Э4\XM?hSP9to8R:>! ڤM.een)PM+mt<cAedzRbH6+Iʈ[u~a+W`APޥ0k෧ވK ͵Jl)FJP$^!g/9N߫xcU8$/Jm3QsVFǕ)#H2imqKGBbimh@R:iIMa4 p{YY`DHJmc*˿0M+mt4T_~ 1AmyUHFHJi3ms,p!v/{W 1j f˖#´/z8q1mF /Gʚ>#q<9U$OQ mY4/끦m07$hOeDO-a\8UIedBsᶪ^3c^Jւ6+I!>{x>0i~{}{>}x>}x<{x>ހ?ʷt4Vb͉D\w 'iD82 4x㲃aX%7N"Rƴ^ v&;+V]b.BLLe8ys3^[1؝}˞:d~&w=W8٬+g e\s/|h:ߛLtȍ"w? yP8>yMFn::+/rv Uڋ)N^Mگu'R;)3yN~jeH&suUTbM7!f@/ y: 4+99yQT|7.L7"e%/mBHmrEkuUX%^[MYMWl 1Xĵ%SiJLnx (xEx53yzj@ ZY[Ŧ(<^xǔX{q ^+))U[5 a͓%5LAI[*$|ExC%ѽp ~ F׬< [Rg>g&LͲqn p>kG:XP+>腕 H6("Ӹ 'k+Dƶ2&q۵|]Wߺ}Wol.@iA0ttyNTfP]g<а<61±=z:::::<ȏ cM_ޏ\P} մL$OETUT# ՖSm]ۉ5k[sB.Mߒ6fwy&Bt@սRDL 9"" a]s6{6~ZXcgѳN$6H r+cL~/zs.-{w:4Pj%\H.xЪARQT:MKwpG0pz^hmpƻ  'f ]bbP w|Ma@̵$2DtYrmOΧfy`tno.yD.y2E_gRB[Ȩ#JS$->H7wh;q`5NZX7<ڒmdNln!Do ӹՉ>ӸvGb<*xY#QywlFXmA`\Bv2Y|<<3?{ :i;;wϟ8 [3>5'jj#Ls$;h1ҖɘM//gAvŒTSY#wwg@bɱlܙ(dEc zo8a=5o$naOXK3ky3]?_ٱ Bˑ\B +Pc& f,<۷RvʹҦ0_#HjH"l!Ep ؇ۚFḄhQǻEIhg͜0f&ɚ|n_%i;OggSK"+q655.,O?'tPA|avt#Jԟ*PTu_C;:~#:~+&?}{@Hˊh"Y/*A{rϪTӨZ W6<qVM=(j7ē(m=KcN|@G\ՠH+!|!Xˠl#pR&>r?(pc}Y<=/CGG(>OGoN!>p}r>'.p6cno!}nFȣ6PiJ=GƃLCb)H ^aF%22:z<\3n>NN秷ش\y_#ARaD~ }` lTDhjXs'TWI|=Z'ӣ;4Ss9.w#pw:H$%Jt!!3pu.;}|5nxEoGkv>}/]Q,?}ZWz3GHJ7ϙC;/?x}@Ca1 [P7-@ߌ"30r^wEO28*Ui J;vyp((7-G.^N'6봜^EzWS,XwV|X֬"LA=s7>KgB*7+2bw;bn(y}ƚ =u"T8I%WJ/ZW_"q=7 CdP(4Q)Z(%Z=?"Bg LzG32$ !Gxֿ[SGaZOwIH@>%CDK S$JZd #QOQzpQSAB]=<zm{6y I{ KOM-EKu6tV[oUE cṟMQb1c6bO;͜`Hg'%~'Gb|OG=2dSD?Xn E֡dOB|PnYAіѿa4 S*X >mX,՝Ov'F~>7;7{phj<(n9Tb$Orve>}{ea`qxw-tXPuydvjU[gF#gO֞InlDPBj`:55(fVN7hy盌Y88OdRAMlKG FPEwd;TP& xWLXϚVvɽYt@8Tq{5p圃UL ,".{\0QD0MˌQ{OCJF(v2We Fzi@@@}$E*j*pE yK*9V P/jݹ<_@ڽb`{ň1r6$h"wm(_).c8"> Oz #'M@BPu CB"/~x<'0H(޼Q ; Ьx'fyz4)Ms<Ħ &`$D,rLOl$D٪jOe z@R8Wb׊8'S9I|DOm*Ƒ^ K|yl>C$|pN|Lj׫b;i+fRbUP}#X(`527P>eZZ΢ba: Ġ;KiױkK' n` ~)rdz%wWD]Ghց@4ڊܲ~a" ArՓFIj!_]\rv>f+3p:/mqOpk'hŽg<3{W8&It v|"r' sHpd=236h 3npV7~ł)yO@(c> tA 9W*ÃOσ^@CE=><.'2%x/bC<iZiӇr}{='v W)朁/S gW0:UDQ@e44.).E.!>Ns7ٱ~t~3۔cwU~[_mZm>}Bm}˹g ݭ5}Uo5ߢ7k[l{ѢU&D6FXw"בr1+;lBu.tW7BŲ%W-R0 !m ˂ժOhg> ozHk ߭h7[>n67suF&_mBlic+Qs;%=*j,w,%TOR} TbͽbbY Eqm@)B H;}ك.5vT%EnY"paچL,D Td:,X\X>aqr,pAq.̈́"(D *-m:\RP11E<ʢNuA }^VjnJLئfˆ'2c l{p^ qMLHcS29i`re5b?pBE?USABgA#iUښ:1C[O[QBT+S⒕Dė/I%NR,&Bb|I3ДDQq]9 9V?J^x'b~n~J(KXV"U IԐ(Ȋ|T+56R' 8P!,i|F%pC[G~+i%6ukd J_Ub[b:w<"?-e{za~od|\HǼi6Pb&FפԏԈ?޹_`+"ɟƙF|WK:8ǔE"<`v?s}qat\A 6fnS҄h&+0`c o'jq>:T';^C;f{yi_&[..;}ioMh( Me$F! CgdA!"r3ʻa߈^} ]vXndfEMRN0~ ͙U"vV3]Y~}{1&r)zқ۰~rIDZ=ql?W-uBPYNq㟂zuT }inܝ)9zaJ{X*.y:W6~. $ $;C B`T\u9ܱ*"$Ofn)YmcJ_&\'ONJ?A,`̘EGWK9;--8 W߬:K-i4]2L{Zrw`%~ꏤ8t =y<_aD76+ʋڲRKR]Ra gg(?:pC֊x/3 }QF[O2!xq av1wO`;$%L~akn $8wW?JUb% s֡6NLaz qJ"Ji*XP\6k'c.-X*,3J.8Ŵ-^V F:ZD_.w" t߇9W݃E;~'RsA;$B*UӋ[m7.'w~av+'oi ]^me^ov:\f3+,U9vNON`ޠhPqW>2*B*13pkhAAN ꮪ춪ꬢCr -UWEST3A0X0aR1.iC\#==ֽN6.<$DsC esCO#.M,[\H_+fo&17#`3#߼@dMfOeg!2by_>GcH?Q#ԛ)b0#kPQ<V}WWnpڀ%DTZ?C" ʙXk.Wt614 qჍ8Iۈ ms^A`( Y"`qb AY$jKQ8ǁ|ZV +# > ݸvFSEs5F/gPB$A@]VF]@e8T ([?#εo\BP1m*-ZbUPS8 IjNzEF&-')? ׮5&[6, 0I}f (!Z%.WÏ VkՊ*p~} 'C.DlSkc9n 4 ›Hݼ7Brm[Um6-aID%tDBOם+ ,|!.&/zU I|C$ \>EĄRBXt-ii6E#N@*uSYec!~/<+?h*=ێY|R6jdSp ihBs6q@x!;c~M>Hs|w~-0 x|C=|̮\ Co G<_Ppr{vvVo5"Svs-I f&Y0 lj֍騾e7ocw)Gfi$Ǖ?icC% Č<{{Y$ 1CKSG&c!gӡ?F׭Hi+xF߇} }Rk0\:pG|xZrwTgr)X/`2I kDbz&SX5B/es.M"pX`(ݫ 9 ksj,$ȩA[}I+lJ_M)mF3[u Rs΄C6M=NCJG+J9ui=SuT܂TA#K6(;hy<++~o"RY.V6\LaKz*2 O_ұx U52X%Rj̹NRin촃ֲQhXS i>dTlƊLf9W#1~Z4uXfgsˈc<kr :| >>x9!8 `Zh%83_( H݄uBtS@w ACȂCE0gdl.dv3}*p;H[R䧢۶ݭ|~R9>˒ 䄃铃qrkwG4Mc۳ZQ7/I-d}#*4V'2Ha%7}I~/b14G<|" ׶5d,tE|#B\ ^Q_ⶊ'd1ԼLLٛ[ˋ35喧$#\lLٳ^TEAwj}u1 .۩MP a[̢|nހOggS@'>{>Tӱ~{{q4}g>]q"Ю}>{{}>{}x>}}x}x>}x]Q_xNyw@Z97P.B/NḨ,o7mEE*R0li 'T{J``pImGz0J= ͒_V8Vj$+&$/͊Ȩ_P rd%t e$HjJjۿBĮăt_/H^o >k-˝%s>O&l7D$ &Tr eKxau'7Ms:ƪܔ^\.-B0qS7tuH7hV򣂸q/s`"oq?1Pd߿5 mFhJ^jjϕO  J4b}cc0}RW(4^Sc匜2 rs訙UVyɡ >稟l[~>R7η;&W:}̵J+NaVZ߫yaX3!2beBO1Er[5CК1~眣˃iA߼1Ic+}&$3@fCEOޯgo~FTjOɒeOTmzԃmBVXR0:VnӐVH3dձe_\;rr~4>Sp?jE,LCJ.JU5 3J^3u-cV-Cvy.0V {&DgM&x>N +7cJl@Vv$Y@`VP#%`JWjbVP&%U)O|zM˒ܾϯOnm`&i^J>u''?9>RenTyTmmflg_Gu}RzzxuNZȯta\z\>0wmV_l\8.3 8!L)M|f f͛ʦy!p-[5% Viچ^masWi5^.q7'ޗAc$}n֒-sK:?)󹭛kd; kbJ0aUp05L]Uo}~`ۜC 2zbQ+ck&^nJ`& JQf=LqMQQ ϭdk/)a[C^ww!3<PEI'3&a?l*rky@pbi~.jf:pPnF8zZ"8y`iA XۂU)NMmwIbH< I$'!c?Dݩ54F@~|L0bf,n6S0,i9j" vYвm@((  d, ǁF̯AgT`Q;8?̫/N<7%6P~&vD'&P[${^qb{L"6t`{ET+#UV˧ r7?;ɻ^`Jzz?q+E[4jVIw{z}s?wg<'L}rIox?}fH_a)1yϫ/Y*jg/UQKeNg̈́y5Gq3f܄a \ݽJ!?KO5M[g.MOĪo j"I.DRLfmfnQ>MiLr coX[AbQ>b=&Q-10T`/3r bjY~dkN^NKgS9QyWN#+Xcr}}]vg 7CCFmm:l@rɜ:w!|){Gyz0aZ$EKyab݈qo[2nD2gHWJUy rI&;)ߪf ADn&ۥh5wuަW0w[F2.6f Hɿjcew!5cQ֗6 5T[(M HݻO7rէyZq:.6-cʫ2E[[1ZG+祅3}LFq悈ɟwK(}}'aUli+UUݻDRr UdMԔͣ 1!tnh`@T8p"ngrȎڮY{o4G o^ug>OR{왃ܭ7ŗ]OѰk0ijm[s2-m[j[nsi;oѲ8!kI{ZzZ([VmNіJNwp MFHDd)0:yw#owGDd*'svǾD)XPbV׼ĺwL{{Uv03ܵpXe9DLⴧb%gvA @7{ҔbiɮM/O.uG;du\c|r(&J.Bb'P؏cS9o /́Du~5w(XC[FW2~,4 B'{ EZ9(q Eͫl0*[\umI96&J3+ XT4죑X/k`YQhJwE q/I^In^H,\ɔdswz6`>(xY=DJ~EcЪA%4b]N,ʖDcr7Af/ r%zdJfLF#[8\G7 vK_oP[k ϣ6'уl#`~Z? )C7[cK̪;Oymbԝc'+YKY$jw,ë5*(;|\*_]ZP^+"q V#fF#pqH߽;.0ysjngD^HA$W$)2.kFR2q>UiG5 Q,e1F7p iK uwDZuWWf͊Ӷ?OES@m[ET9:z2V|2Vu/kY\ڥ98XK:ʷ3{ȭB׎<F~,FLJ G7=yP\pD./ x%֩Q|; ="u['*?kZYJa(oj;֛'OoTO n;~|\RlKx2],=[.~qjJa,[㬉AQJM! ixyY'YxӜ"}-| ٿTJ7H7G0%kP!CSwH>fx|e/> ruL\MfssEls𚕆@M!?k?7}զzTl{ #h{>) [^枉}}ZѢ+OJz5^Zl)6ӷb(yJOݯwE4Mk_Q߃1SIqOj\kuSH#md>~hb opȃC k]z>Ӵ쏯C?no&s9߹ċ޳a %-H+L }chCqC|t$"$5HxwR3+yKmgqşQ^\@YcxVW<V:wPm& į/+RiQAɝrq`˾SˁmC-,2Dx7ˎ"_7dTyy#p|imbqh}!٤eo߂m*sľosUL8huoﭗ+M5q&ܘťwr*զ[j}kx5t_?)d.Ww +-& 9mGz.u|TxC@Y\ЃĎJÑS zĚqo7K+v5fW*6őˌ&).ƶ6B '7x STrc4|W)NbLc壎lKɤG$I/Sk를oYy}1X z)l~FkK· m]l;M H:q)<+?{؅G.\s=4eY#>ҶtϢ8 ?ce/1dݫwM_}GM_I1; {?:.Y*趎8nj8!!>B*?M3 Y{,߯6ekiX~+iiAՔy Bey:c)e*J H!bʔyM#L:)~/r?2! A!Kd~~Kտ3X*מgdžoXYMY6XVs[TFQu7*J1u!mikVJYJcw'|cǦf༆.SfqCw-zRPOggSKb-H"uub(uex8b~NgG7l+=?1SD~F4OeDOo*fsxTw=!m[WkEWTI3ĤtĻN6V5ok S rמt59q%ˀQ`xޭ}?iN >7/DGQLs8J0bT&3DԦb.^f~ QYg Aغ|B7/PVlJ~pQ􈺡rqi:Z 0HYj{ aXVd⯨r\ϗTȥ(V^2VNAk,$PYQ;KK Vg%}ba|W6?r 865Plw( [Ylf< @pUv KXN@еc5Y$&Wʸ߰f/\,zijZY1u éK)B rO&EM(~L0@,KD$oQ(?/6m RvvHVA:e;@Joc.V鸘$og#l~fɡSAAȷ {;?VJdAY !TZS5dR)¨F{yRգP.mpqQv 5r+ l@N!&c.wGeq{nе"xYz{i! ?60;\ dy41035 a1ݞ}{;B:S<C!;A mZ;1tCL3N{>yVkwa}@|>7|l|>[l V޽m߃@QAEQht AC Dյe53|SMjf^뮕*LTIR)ijSLfX1fa>P{;.!{O,:=߇!q808$9n\#p;ϰAߋ ^SF0G gMYю"Wq߄BFeOc p)y&5̤|N>Mơz _@cji#>tu|)d0JHEƩ<]5Ea/>IU97l3 3dc!qxɌ }i ,2 (؂xȀC{`+1iW`,jRgDZI( @aB^ {m!6a'sZ$8eb X?g$+p~K(d۱N,ݴۖA`g3{K*Q , \n8_ r f3=a0{奆f%h$'܂ea%hy10n|oSU ԎGZ8J4Ho[VUMb~d>t,\raOQ =XOx)IjXwo|>M=37@)9BP[OqN{ f/F7tRnSNdEq8~߁4;;~.Ww9y?9tt6-Έ~ͻ(6Dm91N\mY, X~!;e:,l?\ }+]*7um<<|Ain*'nbƃ멲c<:\&|l=°)ON[qU8k$Gi$ `u莮.aKv"D(฻@ vļTGaYگx[Hfܵd\W<͘9KhV9Q,-/͆bɿ7Ld`ȑ |=bQEŮ%t3?%zqk iI3+.;qcJ'$*CXͤ$POȮZD`"oצHL51RWw ֵ>@ QP$w;{x1etkTT_boQ[Y'9obϾɽhdx0瞍;/uNQ_'Sh<vy^@3wWvgK𕉽U·;Cf̿;e8~ot RTw U noyWp̤wA$;R2PX!8. C'_x(;x_{>yzmr׋{u纋4`GAB: 8>Gx/>,kI\? ݫi#`1"AXC+D=ߏ%׸>Fe܇X+y9Nn&PT~(\un?ᙿ ~ sJRř&w>M65HJ'R)Zzܧ;*1h)..;{j`*atgQmt pxfI)" e[[7;Lh72",ڊ}>5cGQ2K*"v?P&fAPhu`f%bD)S=HQ[PS 䭵լVŨl| , < XCr;iXA3F0'~@@Dj9T"uڇՙKӲQ$C\FFRhC>Gq%x- 75d˭%m--k޵w{QA*LB0B^E_N-iQ|(4JzJV5kIArQM >ojM޾7MSMs Y7H,@p">,9` 2!ȗt1PnN΢`6≍7tqIh1֦b)` ZLJ/鴨R?_&Aj@) 6hB.у2/2PU/s v$~"bjtya{Ts7{Cm H" !CdE];kHgtA$9vrC>>?_0`::pQ/ <>`iօ,e<=yG1QO"w~s:&wt= 0ƒaZe:m?.G1˼Mm~6yò]x!r_h86 71|7mяw"?dsx?@c%. +.HM:~gy-;o'CϱO^EE[Sn_@k'mɾNK8FM5=7MM5iKA{+n춠d9r4ڞl蚦ɺgdŌ}c'nKׁgV M٭vdi zWд&?){-nJ?Ś (d:>E}^bS_xLQ}(AU;ˑuҦ@o8QN56Q|,3@]"80H# O/5eUHg+-D(}Y=l7UTs$iK-mA3}OƋ񞫝Ri"Y8}e*OO9sWW|%~7ީ܇KN2J](|~r_>D97k?`g14^kILWT+ŭu (}R.06s"^y'\\ҫj'L='r\z_k8jc{ &cZ< W::EY AX<==ys{N0#Cn׉wź2`+o1 ?]T<_Ek)]p,bx'2ƯׁϘȨ[I~ ocFvKl-˸X۫Ϋc)h?sO?y?䇃q4I彐f=h$2uWc=ptԅ疌(&^h[nɛP5r0=AɇWL2ˢ@ A䪦 zBUH EGwEs8{rlgц逛9mΉjQ}J +uNP=ΏrãC&s 1%}GD0*xp^G/b*詒)4njn]VX(=,;␇}T`WHWdWjͶȔxLr^Oz8)v| p>sW>ɶC<ssU&Sþ" } xtF?:#oKO( (\ʟClhOggS@b@-GH{}wNݟx>>}x}x>}x}G>_x>4h};Q.U G8gKk((]m=ߨI}7_&d*G |RBJv7`d``1+P;S=2i ,eEV]Z5a'̘B=pZ.|Z(k}/zK92h~WWq4*o'N bc f8,.q NKUԩ]~]KD)uj|ψ4" E ݫ>Vu,a ‹_e)=Co2™jzɊ4zgjQ|> 豚%x~d''# £Oˌ4"db rH?,Hg[JՁYhĩܝ L* 8+& cG^~!ɚau~\6ST^5="R2f(IWGO4<'Ra6=>КiyLs%nJOE`?qmn_XR:-0\l{ovA3պNQN?Lݑjn_+WQ;S|+x ktLp!P7vЕv1)mRsxdWS05IgUCdnQmnngQH$JejM{RZT`׈ 1B x;bMZi;2pփ Ɣ θ"Vv$IY@%jSMXP%bVxzjjej^Y@Q+Gdg.?p5 ;܃bX@)CCLGS8lQE.XO \qMA1"g WC؏]3flyù^B 0:1$dypC;Xb]S;>_L=m7 p; !bHvaclhrO1ٿFRt4 %>1x>C=Shn|ܕ"{s5‚mO̢{JLSV\讥us-%e{h\M#ws:ۢpy-r9aaI@":KUc]wE;L/6EaSܡJ)KEq &g nD%׿0L1J p{!vkڕOjР!̟OUcϬB.@Q IVD:_GAǑHA a.bdVtBNjjknӼZ@~C.057ٰ0`0H>lb`#QG9F'7c $ "CDAoH m mb=BiX8 /N,?AWQztn ڕѢJǠc1TA(vwf5ݠ'M%45>LL`p`ߵnfҏG.֝7+[eˢ,¬'w5Y,-|aWVٕjđ^y-;E߶ l0MR$(9mʙٓemx,{oW:fMg[wK^r|ޫuLir;t6j\\z^k]C\,Nzy}lGq0-ZcLYboxuϜjqO%Q7JǏ P];tll0jW6Mb~%Nݍ=c:tY%r#؁xpGu͝:U  *3s\ cTi ^If I rsU\eGQӤF)qgW"ws_ 螂Lس9H?p CD@0 Ď. h xN 57B)LY!]ŦɣЖ\V]u%q^#RjWw(욙xJ^}mHzQ+M&ݯ"qkAjd4zyFsw]Lnpy8 |l#Xh"AI|}96E]d2C9P(Ξ8H꒕uGؕu_+R8?92*~;wZHX\ M->ڬ ^ vRBj@qAQf3U^Bk 5OEՕy5N {oq\wY4OEMnJ;Ɂ ~r40TY89(U'8 m]eI$ҼYy\1 M:{L`9]FB@۪8KE/.']UYk?[֤7= Z/on~qxvfƒ/60 >8saht !ƫ1ÇwȺ|č}J) SHSn]91ƌ^Ί $ǒZ/.ȷN % -P1{B0 _yփ{ަdE4\bdB lF'F76G f/`zOLԣgHIaU*fghْ:T26b*%W-[$T)6U.`V#2tk|M'` H"QMżQnwN[DAiԁoO2HF+Fos?x/x2ʌuȌ.đAWD*POF &',Io9$&;8>Yi s nw@#JCtzg9AQaǸ!uЀD0!pV:&c|ސYXGBU.Q@\zPZQbH3Zie*A{ZU=28/Z)RS@FD {Ղ6Oy1Ћm7['BOi\ābb+8!1KиA7wwJ/sʢ;<í?Y$/YiSzj* WEDBPVOl_dG4/pԎoO΋dm+ƆVqѧVѾVS-du̖A9z%:Kg -G*{&+#S&vU@@TQJJ90;n'[hUBY"Q+x.ֺ-qַ9up 4vG"-$lV"#J+=HCDq1ܯQ\z̕Շ9tL+$RYbLT,HC$-:q%j80quw޳ҟVIH񚜨Z n%S*gZ*`c 0<<ȚGg3w*Jhځ7|PC>z"pІG2ml(ÒIn@Sx_yZjؖj^q+#nCEJG;Ս"Fq+G[]RX\PlCؤֵ #:kpS%p%Dq /&NXع^x-.umXiCuh׉ sfjZ[ɾ1}*e-#k!oRXq7ol QjrE|r,*.?sh'ŀе'XaWZueuc*Tr2#'RG 1c9_5BLqI[tcf*Ax4utPX*{ ]( Jrj mE5Niڄ\@ "gsi (eT iF*̫R 2hjRU2T`^=/M2F'!Z5!cnHm2r11(U`$EG1uJttn&C5㼏(ƼH^_K_Xayը ]JºCৈ6 RT8B!f].H $ӫ IgclB?W3K$5Am]@yxQ^ܐN"p::b,KFԉY4qeN~Dx;@Չ_c)YIy")kq h{w?\$遺沼EtL1^Q %[r\/ZGՑk򾰞<1"Nec^"CZ7ZMz8vhS^TPޛ՛:ۨX Z)ǃ+.sCMHJ fDe#$Ja?[]+5["ϛfxPpH%rJ{ZT^G^ҍٵ<#lK=Zt27ދش)4+=^Ꝧ4Я#CsBOB|Ur{/lM/hSRUJ*@}}s:MeZn#F=!Kdx \F(F+܍Q+dJw{9r fhOnwSgb{ yӴ]̂%z&rW?UR> rW56d!z\5dOľ:1[9pl\T RXrSy9?Ug@|֯}qPF6Z%crek;JN8_˕ƹl -ěMEvLp$S\m^7qR!>/ "A >тh $&[9ctnL!*?7ɱڅ?A_I椄[;-R9cf+ C KWdX ?W[A|?fW>>{I*6zom4d_򽖗o1YTI {g1MtvyTw?7Qh@=|ћIkI4 YcџڋWnEt&+z7qs9˵tO-%v'b1()`%IUv4V1W:rfftNdlхl ZUQ_tQIv K6-nKm9[ }Wӭ3VzIE\^ dkmM}f%a|G|]5nwsp}/Car1EObP_OAz *՘sk5C(vL! KN^HxRTNJT2^8  q7jZ*<n)$/J>Q~;L)wa&"k^adM3$+LYEqI|Un,R~FPW$}/z~oPW0YT5p\m;ӟ^L p~27=vv<쟶YTVffj\#v6du._4v@;0Ulhgnmn zY"Q޻8)/."{ G=*U(3.@~ZRUN,_`s>?dQvM/7jˢwjv:<$*|NRl{Z+Ɔ\' M}G>a+n@5O!j4܃3E0n0GߟCթ|Y {LWe ˹!`۟v_N +ʙ"o=d@=7n ?~#"T&S@ A`"z-b $!Ihf| :ax@ z$%(. 65j4HJB+HV %uXk)< ?{>}_t}'qH c `ŕ ;$Cpmݯ7ώk~{C^ފ{ f]jQK{h,s=QߗJw]yƂf$rtL$PchU♽T3m×zpÔt|/|M\ L!;{|F 6V.`TXG.\wY;M`O3 1tR\vnU}qMu^uF+,pPXiO΄# 1[MBBŅ9my1Id,UN6kj;r'*=V-JU,8:k.J߆~2 *fy]22>#ɥⵛ2%v =Ȍ0 `-f^!Wvr$_WX1mvݡ0=ٙG<'~Ur^2qᶋJjwV_'}Yd(ksS-ɾgvtS9fn)ImWžCY?e,$>$b쒃){lT2gz)MJWbj OX7y(3z9M;-򫊺K"WђmMn+<<=`BYV=Rr+K6IMNQ MϮY̟gk DjE=ud 3S~:MP= [^D@xG@ f1j?du/tMH &F<FcID.&ɢfd6NsK6=<Σ^ c`reZP_]wXyn"=Էiv=ԎU]Il&)}w𯎚ʻxW`^ tE8hp9884n/fߑWf|wyR :AᎅfGs 0C'N 6glf )j}~_ߡIL "PD$ZQLH$"% Kw.01K&>xP (>=3`)0~r'㯭 +( _= AmUmB@?orPΧCcrr18*=Ԇuuev~;vF_er;(ъCHAOY?aӪeAFBn2ٍY%CSK';Qԣ, wG7 sNaFZ\FtO4 WKDoR9٪x3)_D6LCk~QSn4s9Wʾq,ә b|nii8i~1=\As 2o9ϊ D'|pW6JW  $0⭖fM,OzM&wu"Z^ ^5.jY&lb+"A*кWyv7E@xp2ry`-ר{ܮwk~mmQt{?w '3ބm̯!䥜^ĽqK趵jWG$&k5p{w 2/L,#du{|ny))3%ETȵ/?y_`Cu]`2*GǪhpfxQPwsw7ɘG*L ;uʕZGLD]W3ɫ^C5!x7a$Z;=iox >ej}OniD,,Ml#oq`D=.{~?X<#;iںuIYӦQJ__볟 S{FvlJJq$qgC,^37h^QXG`;_i`oz5* +! .8cۉItGW(ix7Mi+Dm=p.yТ>j:\1T,3h3ghfx˦tÛJHcGG9Y!XqXGE#Xxi.~`e8_lFR>̀tpVFUv-kg5hA=!ߢ In&`b8K׆8Dә(]S=xfy󅡭3e#|C s0hI$y0rvmC-cuF1K4,EbzGABtt"]bth (/:3]mL22G9cvU㴂VϏU]m w Jr(J0 _M]l%쮶KڜOzr-F:%8N t)8)- +x_苻+q| ;]#?hD&|q ~?/)G7[O&qc >mb_|+Sq;0,,C. @D"ȐXqL.D&KHKCig)9Lٙ涭8Kҝ8s1,̩yϽw>꘶fOjܽPVSUq:\Jc}80͡oӴs83|lp9`6F|D̖.ZN\v 2KQy` *pab2]'vuW59w9k3`-`]~aB8IN~Ù36־!LEOZ1ZH5wB=Vռ+vYsV,'X.̈x"&5fm0;"F" 1K"6 ZwD4@٣iAG#uVC@N>Ag ҀJY=g=fɐUJM=#̼Ôëe8]08nb.CTƆ9߂j螫ݱ\E|Q@,/2p9bl' Ak cx0Bj,YㄅsadD̕oᔲ6G)AP`^ F%LFB+GÂ>e.pnsOtbG(W8`c<$3^\Fѧ0FѼ'g]E]'̻E^t]&)q +bzc~,R,m{`pWB~0#s=~_XA:.2_4ApN9U+YɎN?2A?4xEiƥ̨gy#: P bOAkܟRW_kfzUj#j~-1iwᚣSNw3+2{=Rr'-$ŷCӷ}zK[ `!&u^֬r#>nP6lB֕ m*rS,VB]I蛜AHB|}aP+HAAȻ]p##_jt9D&m=^Ԙ2`kmE-(MgtWnخAuv1EZYOڥjQ ).vi5:F wtC18Mkbo}TY+=ӲSY75+3'-/!"KaY#1ɢ38u{%x 7BB6Y wE_[fxiޭl/0;dZkR;'ec -oioxM;¸z_ x|ǃ5u;7ENog'pPb]Ns?%Æ(a O@(.y>WU/yC]~a< )J|4|="*϶ݩd(X)WNeV)Uj5]{߽`:{w{ݹ}7{wuwwE–`Bhr& bbn^;AI:tQNBJ@9P×iih sxu)N8t̴KI! }>WP}>Ӝs˜ۄq-`" 1=ĞY͈NraeE~YKZ9)GǤ`@#ȿF96AsX|o'%J:󧦋xa E0kM><}vՠtэ]~Η-~^u;Z{Jw:su7Eetji-z:Q`wOs_s]wbv7>=K.a@85kۦxL w(;s9&:fH9NAuMl }i`pvPƣۅ M?%N_a\)Ӂ& *%Pg xgH;z0 )5Nq(CQ8:`[A[HX#z~N5rk(b2x)rpO="~g:1"r}S8n}s=  5;bgTvH;-ofGW`Yuߚ?@LJUTѯ׽C}Hc>MfZl{sc; JWсcELaD͔YHeOdB<7xJXe1,KQL]ҥ_I >y49aaձ ,kyrr kVS+x)*5'> ς9nxM cY$\c. PBU岎yU /8w3I}ǫK3PMt&+:7s:=,4>r!4-/bɵ- c;>JYC,#|P(S;*ٲL]a Plw/s-|=9A#*|D@H9(9J F"b~@9abn)و65uA{=Jʜ3Id B=BAzp6ʘM9^[ 3WG#XI}plWu謲mОe+b=6Tlovbv 1=ʫ 2+$Uan=<ؠpUl,ljw &Ƴ-i7k @ @hB"GDsy3vHnyb+w/U%O[vM0%I?&đ` $1 ?RpO(5$vÜ.G\TNu:olB)I^VMݏ ^@G4I:- גH`8tA%4uP>)M޳x{[U- `m^k\²ɧxaRKtT4[OW}Yݞ5R6T2ʓ4̌ᷦ4yQ׎Kzd(L@# Y8R^1m9NxM^OD_>' 1OhqO#B>\Td1 > %Ez?Q`CCOzCyxi1 ~"3|Q"">AB%IGn~}nwc/ͯ{{nm(@LܒdKIF FSIIX%tGIr.7=s8&d9%˒$8UMC}>x6Wޣj}5+I[V}}^fzտ1m+}f}[Wlվ,zڷKv>5K2]>bqu}R1] B !mN  xOОET"MwGhNe j׻h{v\,#vfMlf0*^ 8"ɀĚoe)}/9($p*[%ܴ vtT éHy6O> O̅PMѶDqL]@=0}d)6}NBxA2ّ2"zjE?&J:g.x4 kHFHғa`ղЧ,x(joN+D\8{2?G{|cdG8>d$DdTvz`rЛՎD GK1=AS.nԚq;)`SÙp$s~cq0\JR#? q6o,xX0MÞ:w68rۆгh]̏r.)㼽w~iA:;ҺxTM3I'r>)iy֖TdjnИy>(ZV,p\=j#9pX!|bN%rD)!HS*.όNI7; DḶ͗&*W|0+DԒEtc*0W,ޔNL@#17O{ʫ6P56:TrR]-vླྀ봱`%SrMՂ:v]8yɖLƄ JvҀIrkMJٺ:sGOV0-N"&RR[Kp*؛H{<:LӀbdH}Rq=$U@u i!<Ǡx6|PA;&} +LjNV+``Gv('TtSb-Y""xR,$"%S(8BI-Z}u<&ͱB8j1HP+Dp/Ak)U(,H/ox1rWiV;n at=!Cy >1߄>7N}u08EmWTOMDa(@SP*ʡRT T\PAD AvnĶC<+}^c?Zb #Av^{R R1^Y)aCc&Z-G4h5ArOw|]3ޞg1yr@Z)ydmyZ[s2Zu~'rh ʓ$7,7#po?J=AQŤŖP<nyP?ʹ~>_\뿏q֖b@w DH+x<|t^0/ 9a @/b%b!}G}}s瞏Z&jro_S_oEvF~LO::3+DTh<3 CoԫWjd֊ބ`:NdO6+tOAFAm"OHӶK/ 5ahm '=`9q'ey.Ŀ1ZeeA C'¸ZKcPu;Z1JŦ0 c$JD^_4pZaP,,D|^]9n #vt]Ć=$Tz;4<@䑘q 0nH@h˝C - f3B.A!wב3Т.(=^yG`|99?;05 $ =:ŝɘЊbfUo=G(0 @: bE0p;&e(U=몺Jʤg*`Y _/ϋظE8;OggS@ ,&> τwce}y}{}{_{}*>>Oo{}{}{}>}x}x/}x>>p>{Ip&!.SVj?ڵX&9}8BÏ9o~Hhip'xv (gSV~LLbL#XR4x2īU+RY@@թ{X8YFLJ eaCMt M^<?O^"`A2NN&_nF,y ?6'$?/sI ]2.RT kܶ3OhyS0sg4901UIUɛ/.n!V1\ N';wώnˀw}7tj$ztd)2iAgh{KY@T^YM^C5T&jlFRRszf,Y/}|w"C2p%5k I5ftKs0߲x9"5N6%s,E VՖwT0'm)> jg^E>[dn]? Z3\|>٨Fӷ?6-f? ^Qg/_*hO]5Uk~_mQ|Yd'2TxQ9@K,)Ay rjv3Zչ)O*2GNLdzյ!25O a!$ . ,fF0}8 a@%)Mr @1V 2]4> w Jpv<@_v:ʓGB\=+IW@`VeY@+UYz@@-K @͑pC6gv&dB%6#6"SQbX@0$040D<`6{{\n!z}\S@\qPϹ#?\B+E,8ǰ#/H;>.#ƈy=8VP2fރT6j O憎ʇwan`{ٛ歛C %T1CO1i@}L衵szדM}$^W<ڏѣewg* :Msw=hCCWK\1r+ODu<+=W []u(BTPof&`cR.k/-aӟ - fǯMj] s`,x?ȟUV^׌{5Ǟxȵ;ʋ sP#6 u?s:r5k[:$J|r䷱{%&i=N6bܐ?gkYD-3SHB!wPKAooG{Fuj=IClS-"IZ])vU9aN3n?y/mR"4Y7S"x\woW od %5BB D@"\ SMU+Fh~+*(֕@w"1İ# Awen1'-K$u&. I̅dI'qIRE~:_ C,~z6{VCyhZX#FKyVQtm34ɂ #kJE8J,Am e Yp.WPWRe2~֢-AAj<2k]="b40T`q#cL=f9ȗO]Yw90\K$+4Dt?Y81R$ষ&[eUJZ *xZժ7:8JH﹟'-J=l?Zr7kG0 XWKJ^çȃIk1,MX,lސښ]{)H6qSX2}l JBu˝Kx iJTpbߏě?y0t󽌆2 #Rq 0n6!6^]^>˵.p3Ҭs,4m/.[~<曪-^ :5ì'ij,[]7,q^J)!*0Z=t)/\G܀t``AE/OJ]@q!Iqؖ{z/!Tӻrжگ+Eν7{+kO!)4N4W_Gb`D#mK>(JIh*^5Q]ܽsx9.oᬕ dxDAܼ(|=IxE&];P$ߢrG" _Z^\-_gb@ThdLyx}2܋UWj6+xdPDxJ"H*Qƺg ^< ݷKWv^ZI&281)qnY7GSo8IH(8KrIFAcP`suuP|/%FJ2uoU+y/eVfޠBd7_+3*c;R84$G(rN/dzW\nJHܙӹ;mwS|Q$:#uؘ{B9p nG q$])syFU*ߗ^:܆R<7nI ;(?%sǑ_?`yAql׎U{qn#%AM\'"YqӚ?93&6e%ASTQ[d#PDuioBUX iʺگ؟;ՓCUy<=Wޗ]߼j~c]mND66c &ޏ Y V (qg&1rw !K5g/YyCQ)h\=xS#$-LRZ IoS ,> Oߕr'/NtU$o!A?zMz}^$K~F!,nس8?ZR>i<,) "xm.R$mp8pz\ίh^^OggSK  D+ ?f=,C@ev9Ó{⡺{8Oy6tq'Hx&31ݾ{AnxG/o!3_< a%'̾|T>·yǰxgćtl6061[a5U]XX'd}EN"3\9EK(LjL2X_s0Ap%&/}79N9os|Fvr턣XJYm()p){f붻kf\L4[_x}4}G߿xx8}}0g./_)'H>~ϲ!s9]x g `>a`v}`g󬪺7-4n7As֖ /Y_:/`?W|*Ηco-5䪃31C爀7y/A}^t*#vQ|xI,0gFĚQ5O;TWQCM>2)<>K-cFILWyj"23j K E_?9?9ᴳIJcg * snL\3XX#lF|Lo}"dŎԅ >r*F()/0]f`x/_*A~JOn;zXmov, y|u&_E!dZ^mSEOaHY/຾9!=YsyN#h5:)Ø gx}P&d[ݙI`LXZ*0E>8/s<^aKaUțEj@&  <v(%ؤ8Lzyy lg?)[Jk˫~ [d,UϦ#J/b;IΠEdz ɨ gkj*EAF@^T\++B`Xlx `Iy5!knS78c0=S8`v>RwCUB*D-G/gѫ@V u91e<#X4Ҙ,4 T6mN!S̥ gsԄEYgKԑ ]'?&@=?hu LX)T7@=A琣Ϭr4bL3[78DwWKNj<EHaϧb~*ObE!G]ӷ4%[QwAE{I\e3w#] kIawa<9ls3K:,pW^Hɡ#=NnAT?B#*%QjnV*@]ntD>h bsS~#)It`&ܠG}Dz諓ir/8EtMR r͙& fNz3 OB,}5V_:~DNWΆ(U:#tHhh POHԟ3u\_𤋮ejʦT_imxDĬ2J0r돳Q}{5|}=q)yuA@~#(%$q-k_hH= |Mv(qr) ceE}C`O[͈7BEx.)'lIak"#)I |HdX˂к eDd LK2lQ͉O"^*xi"f"};mO$ؾo)QPۣq6 p"f B F08,61Z7F 2Ž !.D[GOD+G{<~?P 5])a0Q8* %i. "@%I@!RJyyeSM3.[5Mt5M5\LYf8 &׀ӫ Q J+ @|{k莰Hm3ZMda] >м:l@.b% !S e #p3OpYy!s\R|Mg0'%6 kGY.n#9>S̲MdB$mwar &y~-A=I^q2 <`0۲ tG6n.k M%ob!Y?S3?F J\C^<ݧuҠf0Кȭ(@ /2n-89Y`,s2Due V ru}nx:bz U됈vs% |E@_U`X }/?̨DA[m yqx atkdz/3? F(H*+؆HP~vC[Z9܅i1] &jNAN-i7/ hc3JL^)s^g#H^@} ~n3ovmgǏmsY:mO&YFBx0jM^By fK`_VMvmƬZ:w_]rmKԻ"7t]ڰWGiSx +\vޗҊzN8Ԟ/aKȜ"T{aLtP1ȅZP<]AlC(]` 7Œ5Oh Q|dmd\ c6^M{0Jnqkay žT}g2^RRI<>L80fMV]Zˬ\:pY#rc0ڕ= c"z2^M>sSV#9!?9g6jܖ#O2pBsY##JS!yZIݯU&'+CU8_qf=eM֦ *Qء3n*x{΋/ ̒az&99 Ji;Lk$Al DȰ {p`^%!0#ʀFJp{-^\;\Vn($tF `+J^6C?Gi'1+fCDVE,SpRiGDL-PgՉɂq@,X&[A$7Pe,<~3'AzqĢ5 +GXh%YIØ1nу9SYIAbE^ڌQasӡÇ * r{9=MS:C傘G9NNz  e8Oٓ9udYF4QZ ڻ!d&e0F=@EXxm1]N~֍۠:xLtLqZ\Z|R&Sؕu=vU݊('bI2suO?}S=xD(.` =,p>ݧOp؂z7gB1)7T m}zvEUjLYBEGbI-QP€D()$R&E3\*N\Ivv,T}f:룠_#<|$ /#78c#6r᝞5a- ?ui;۰&|l}3Q Q߸j9bY"4`G g?G܇c - Qƴ,uSu8?TnϕPQ-Ol/'oV &il@"hKP<|"kNG?/xEJӎyXc$JHGל-ɪ\*Pv"3`&OƆmE,淞$B ʈRPkgX&mJmøX LbQ6hB'F9*qPH,&$FĹOhA zG'+bXFդ0u6;?M ˔+ˏ~ÅØKqI)ٕõ^ lV "Il?%W~*dT+E$4m`ּ`N,qca?rY/9.GOeJ8xgi5 6~Ff0J iz,.h"tvV%e,([w~#ϯ'TKNK*U)LfZo@`&^kjgryUd?&;2T333HB` XlxrÔ H**sتz D-weD10ME1L }@kӚwG?1snj53>v&$ [?ĐS);YeE3(7|9 ύ7ˈΰodp#L{%Q &%IGgܻw>")<>-D MW5ߟ٠⛍L$H@y࣭lDU]*07P .䥀Ǐ:W>}g`Nhiqmbxj aj6#Ux$ih ز`'Ȇ )#GsĐG e!DL yR5|]"Kl/^2=:=k8: ?qCGMP<(_x^ l& ֒ҟPMF q||>+U_P%|VV.nRZ,cC8j^BԈhI(ѱbg?+8H1놄G 8Iǽ .gv4 {޷fV6کBK.mV}[cAVUV3NKue^JNJm&,WԄ2BtIf|%!`I,"\%9y~ˇH^+Nfh+7_ڭ{jYƿ GܿiL*FiEx #>xNEQraKWU3u)П/IY+gH&f6Mhk,֩@⭲?646׹ Cx.:W!؛kuڥ[jU[UЅ~M=y'F&O"3K|u4%! >#'xd֣w]퐌"ۢ=w>fès2> jfzIyjDm;5(!i_::XuNZu^ :E-SHThlI'͸Y܀!Hn,Y14.":D 1[n:F'9Q#;_?kh-, #B[*OQ0Vv!fgQW. z(Ej@ĽBZ1=_6:ZF!Q+G12h%4P|(v#gُ }2ȴU+Z.Ѯg^J(IyQ5 diF =NtB$ǢBk| eF ihPg;MiِaH)TZmZ4uiO *D)5:Bw͠f׿y?TB:HCWƯIEҏ+Fa=5){H1]d$E-Uhw'%xSTl 5*|^F,p,"P,*WK KS[H|w<$~Ie;M]+BU)+~}2%Z[#`owܒ (W9j.䋻d=Yխm=iYǭg}LN 8CZ\闫Q 1/ܵͶE:E^ƜpDT>X3r,C2i#SJ'%6(ڐ:);la(dPV`KlQh$eO&=M!ln樈dd׸r14µ~DA\h+_6b*~Z)e{*om^aS_K]dC#M2BPu`0/ɹj5J4P-CgZBڀ2H:z_8]{Be* OggS@  _4"7S|AwA;{v{}}{֟xo_|iN}}}x}>}x>}xZt{v4A_7jdvj]؜Hkf&m3<-ߞ|i;y%'`~Η@@ۄG|q.ԭG{Dp&Gg-X/ ey_ƚg"] ؈'dIRլO|^?gڙx4]K~ȯEcNԁ˙ >O$@nŚq`Ky}.J"MROqwd | 6/D.^}. q71v 8R1ZEÓ$8F&z?/SRxqOd̦se^+:0%Q-K 8Ju@n%:sކz>qX8]\υ1J'qOQ0ݕw5`H$/6E܏O[( Ve^v\O^ ;^`j'EVL˷jiuU0^*Gn-h4q)?5ݏI4!mѫpQ(ʇ6/ 拇yNs;k!a,3mHf3 ݱ'W/V@'6s"ps}/8ow]Pʚ]we$|^[~ъ_Jii~i3SY],sQH VP+(|@KT˫cE;a&Ќ08{|zSi䷏#B4`O, VVxV]+P+( @J~ȸ=6^t[sM}172)i7A3͆k4 q-67=2Gԓ9u*!RnmV"OJw 8E^DM΁kIQB\ϠiY vK5]sBSնOGpX/$,eHFbfoh4RCJz$LF:LcGi 1~@yCjC* CP63w/1^0'R= X&xn;5~vSC]#nFRǧDT!.碠@~,HH+F6>n̋\ (fiRS%!`q^^ǫ•y$xUoG*âOčo$Ɛ=\Jg >>qFZLһML-e(Ώ}b۩V dw\9DNo*{vx8'jDYsB~AGGwyk({*}R#'TnGlٜvTR" y&֧"&ơGG#L'yZI*(ivɄֽM;tJ2P=j}&oy%,_έs̛s7Jj&^ϖ7!F@wwK:aGN.ڷѢ~;~;_KߦisMd%Sot.tXq7 '*@"3Z>JW엹LDcc Mj^'!6A_x!l;%RP11>I8y(Y (}M5$ew9|3d=0TMVJ l彙6l&k/[p2!Tǽ:)z{mt(:L.n~, ֘M^jl A4i( ؝'.juDyKޏR~f4=H"Z)[寚5#'ɏ~Ī^|.r56}=Rez/hj~h9CUkLvŲ֩3=Ou\ #p 9 {YNQ=FLku\p{NΪur4M̈8?e0o~ 0R5ITb4Y2w'H-%m*=f$`##^K[Z<ԣOF/`i~(''?_}j" >ܡw\ $҉$~$I-/V_dFs8[$J_)y`2J<<,$~P:ժ%a`~#.M"|K"PV;uDo:@-kSj@?!0t2d7I |͛ۦdJƥlq d%2dzIru~ܕ,7 r@"aԛnBQ]e91D.>]t4S,~xk AP=\\GXGB68bf?#I[ )( D-*{Fj!fgmStiZ7 ;#]+P/!?%kyj M铑j6_;X-*|cX4T}$y-r"iP8M_5+q^;4u.d1:(HJo[Y) $<%}.ņД/^3L+17Dف:+pSXc2[J)Y=´oʵVc9ֶ [I$=ڦORȥ[eԢ$+1u94c1#"@$BE.I1#X-1-qQa W{ SBFDyRoEl5RbO1%^J ]&LjVu ZsUs8 #R+]U. Y( k8 MIQ/r`;PFfB64Jkw_0/wigqvN̵eRkJ1/NlRTL5{9'vAOͫ *P*&,RNrB^>a>UKIjqs)P}x=@Vt/C-V5`(8vQ1Ҁ.` rXE ^H(2C!x7**״'$E$X72r +o%{ںfҌWq8uHt6;63w ˰c a >$Q9\Gר/׹M4@K^dwdkywÏ۷Ntz=GwAel[%HɖDS<';OM{ؤҽ1jطVUPPsm}53G!{xs_7wr80{$TېVWןeGfŢe/SK "w?; !jX'(gbD,i]J3^OGM)niԖLJuMQ#9$HN%*fyo k6vdHȇwh Q!͓w,xpObyKM)ɸt#\-$[So&ڬ>_ã}K'`p>\e mOggSK  4%+u?asu^xN*xG/ˋ ]=sg==7/l<<b,B=}[Ԫs4477(q;xxay?oS^@`y6`{~=څw>i(uԺwX8eꝘuaяFN'L_F=qgfxf7^+a{UVzҤIFL*INUęV:sILDm]zSh[7savNƀ^@Dv{ iKZ#x\ǂrvvvޕ޾/I `)w苣5`m⶧엨&N\uYoM}nG5~iOYC9 W).j^7/ 1}}V"*д&;=? LtVWcYD=##ħ'av>h/. S8 3~NM&/R0Jgkp|6{e4 !FBbEaCA5~}Z?.mMSם%ՅgסEkN*:?YTyY[4KX.C"#Z$,VRU rĖץ_I?wd+k =h?;Ejj[WM65X=tPVVv7셟6תGE^w?)q! 7(g%k8~_(e;-dk9_v/Mfs,':_ԯ;r$W v[W%w0p^5m^qc-fzs; {*bv“u\9_Z lczc @O.Sj֥/&E%*Lζ=I[`'jx0{MNZyށ{GKחK ԧ'5:Ko5~X^~-$wN$π$ Ñ ^<Suqnϼkߝ I~;rN{; olX%\3h~ӕ-^Z֘VVC0mv0;oCcIm£7*%[^m\RVVfbj(ՊLfll+ݎsնQ DU0ǃ,m=ZVzڀD](設`o^*WV8nj kzFQ1z|8r08K44SAHx3%$Y90U/4͵YM.R|7TĪٽMm#|>Ѡ%9xA.A`wNoAJsq}ߖ'~xvui= .{f?}5tA1VlZ ?6kC'@+:6V er{@3ThZGq; uṕ])3@~S|0 dmT]'D8։T"j*~ǓN(N} V{}|no7} o|wtNza$I\F('-EE)ʼAP|p߮mQZ}';n?J}m(HJNxA 8SCn4`9V塼g03 1 Cˏ2ޑRaLG(P*QI}QrUpɞS ݺ8lyGLfq$o><w߂>clyHg7_ѣ{;I?[:|*&a&eBY]'ў;q25|#ˎ9? no8eQj]~Ph;P Zv F*\gs7[nx̒_~9-7=>8K_|@mr$]n h;5/9 ydx?&߇t96ܾ zllMFc'C얫davzdKn_Fx{,&^QKحlY $Ցsu{AnQDyz=mUm+RYc+WJ%Q{fѓdp܅[/nIYmVM܅d([+ gTgw4Ou`giߘ'ZQwmgxP,|Bs6- 2Tz)i"_F%DMfLMVo8YP NQ&S5\PLˇdK"N&]$.*S*fRh Qr*k>`_{Z~?#>6O#P_=N,黌[ӥ-c}~wǮhoa6LqLSc^?+Gi]ٿ}l-(flr/NFKVSN9͖x*'P O1TP?ؖG3Ti.h7d>X̣=Izc\[>5rR(x̣ߴRH:xMXqɘon_φ,~J>wVYGIgPAl FhvBY c#bz6>4]8>iS`ӛ{MGa+1Bt^Lŏ祐~0.tB_) ߧR!(ga?OV$z6p@|Yz` FR &px&d &sR,Ţ&*MÁ &-mUvd`yl|pD6`sIP# m\EjᜋuRcYִ) *\\(E )Eչt=x\c4a8HKfpJ^O2swL;(d^&FLED"D &\H ڑZ/ml6TY_'A`b% %SX>G@V>;&Zk0瑀혜>L| Бd)e$QdWI-DD>(&c_'a`L_whTRuxjrx_X #|M' ){9W_+,Uڿum;)|pR[X4#II+SNETm/$UiG+): 4O*bc U_iXaetsqw=oշX8'H|ϋL>O7$x_'zTh  8+t<׹!CUi:sDS؇:^==:sۿnA ޚz巖ypߏ/n;}skwm ;/GcϽo鯉d:t硩igM|Oa:p}rySX2>K\ #\{2M\QBЈ}9Z>CS)5M2hp ϳ',fÔQΧ9+hw.Σ 5ggVL u*rU9vq:-DŽ ,j/#W{Sʘ9ȩįżISq-\V߳6D·gё)K?,V8s坏r&c5## ~ ?l gGDK5Ro/ jg1Ȥ"l*⚋Q:uuo̜NmG ےy/>eS`ϋ#gfh<hT*UMbxVT7S .G4qPn?r4=ozP~ <]CRx?շѬL<='iC|zI`{?ZR~ G:$@Ҁ~CT)?W6T)׫)>vnIy(mp㮒FbɈ=qN[Mx,aߚ  2\ &(†;~?7Q'+2ZC5y7S:7ANw_]s90\pd> }jj"-zsy0᧧8 Q0P&@t^MGG  <#1|cܙ᱔Q֒i8m[ Ɗә kp `a{Jd|I+K)]o2+yqKg3v lL3t%U󯟞b@ h,|=H9K7,݋4@ xaW͠gt; {hxGT5Q %$w6 <"t7CrA=@7aq)1:1<7;x-94K1w쥅f\n\i Y=YIr1|.^"=I9H`@X3Z7I<{ce $0bcL33$by__h5GF^+)UZo'6'C;40`EߴDtg슂6;鮊=Y7HdW r7M?9e:v5]a O Okg$э( bc֠'o8]X=JR $I!`^e5#Wm<_s_LvMbĨKVә+y鿒>:=}_>E=wo/g?G/G&E CT*uaϛj{fz={ pgn ]e{ vTg8i5\VwE[uqm侫a" A"{b/u+4mBU!2izĪE3\+5jxa3qa$Ao׆ook3/}ekm~v4ۆo kޮǰ{}{~_+o1l=:߻NM cj V$gqqw) @Bҽ!%C3#>!n 3?┪ze+onQ,.!!̎)V(>f3hTtu$\T+*n7 0bO<}s\KSѰͻQַy$NkXHlk#H>`7 >>yE(5G Pkv7Ոlve;HL-WKpoy qS&Cƾlʫy͉)E"D)2#SIBSH-gszGU12(+qÒ%ߐz㑩0Rq#ϳ\N\ ")P6~8gRI *p Q$>>(_"*BI+a`U0@3ޡb^QN .ތ]0!5de!$JkC!gP}O:{83!]`{{ me*3?ݥ0"1̺2Xgek4tK0r-pAԳNPɳ ƺ(&j'Ia7"+CYR'u~s$CQ`^ܻO,ƒ%n#oHqnn)ù=N/xrs@A8 <*Fw6yȄ:҅JxՈ}P]E`ơW]U{zćf~%J:H餅N=o+ n~~moct#{_*ӽw*wVasv+fԅ:^j9'e:8O6|Ϳ/~,YycFآHUx}_+cŧVNP@Q i93V_+c+e}hVӮ X\fꩶdYNёGZ6T͌yYr"Gy~;PSf%p e=wu, 3Ėv/KlW0kDneWPp:|Pǁ]O'@HarH1ڳy"o?3% _aeӭ}!&vj,B O8ѧ$Oݥ4Af^AY p? j0+pw Uț($!@gHڸ":Z1IEϒΙdYǁnOdbp3|l$o-FNFAn \ ^)UߊPL?h~A%Rz–>sJjVMUd>)Jt>YIXzDζ;%fbf tǟa"R2̀`-ʫ"ՓkuØMzӑq@]foevn(BNrTLI@m>{fX#;۟[A]<"aP-##^|`8ZO?rbZ<~gT?3cV-<{0̃a3eHB/cN*R`1on;Rt;_$N9>!];:y!p=z\4&:d+Qw܉i~l(<Qe1lcUjjS W_uaՇ8 EKTTTӚJn{8Nks[W!J_ v\Ypŭ|[j0|eeQ'+cb׵aU3zƳ>o{r;}OݟlrchĮ5ZO[:7֞}"VٳC^co$c\~c9<!G\Baӳ#m9=}x}>}}x>};ae~)Kg 7`VC7X46("@d`zEoۄ_%SgJ(xDv QvpLB {rV +U,{#77; 㜸e_#B-m~80p\+j 5IDNIZx?'."= uo i9#AH$-k_|-B_"@d! 2$/id7.\}b,F5(C]kyh] 1|yk{[$y&%%nÎ螝sjS^.d\Ӏ^;+ܵ)RJzwfVFk &,o.y#{=m/"Jn e\ԡwǮk9sL=c .l9gaqRiRD? ]rrw"]SU:o=M77 (&R%7;M#Cm[mtG @`x~Īd75a2Qe5 i awrn _&sph`VP >и@##3g_ )g0t9]PqGC|qGAD"}c/8v%q]]/`#];]j!͗rD7EmAt8H  ;z;̆7CV137?6߷d衻^ ^pƯP6&fg7? fOi= ߘl_յc<(ceSMF[yH`ѹw:B^5!uO6dB;-O9@n soڹ~(79!%L}SJpm\Ot3[K.xOfהn ŧ8 ԮHK!pr\y_%L&OfΡ81b747{SboJbga掓e=sט$jތ! {2bag3YgUjJ=B2>'Tߠ 3^4CVArYWǎ'ű0/CF -2rL[ztGgD E>r! ]i%KGqKٙ3(W!D nͯ|O397腩ߣQ7?`'sx$~s?16hߝ:ng?('IXc6{25Gj mu[{F`_|-?tS雬FW׊3{)\H]-\לA7z:g[sEdk ]ITJUf\7z&~ 0wi11=U~Zf:ZY}gzf|M]:q$|w]+Lk1w6Opppq=Yh)󨤉 x%lj;Wȁx܌'ɓ#QďĻx1w=1.!\Dξ8gw\.)Sz'w5_f,Vv4f3׫A/O _)š@=DnY-BɄl԰|;t3HĽd!$4/cu&Awz ZV۽y&xCs6>ۈ.hgsNg@"B&&&b1Ud`i~H@i[Թk'la0"LbjyDJ8.Z!@"3PhȖ[YLLNw~{iկフ}/ >aqx^2B(]D\;LLuaO1k+`!BݑDʯAmMRfPp:Ӊ$ mcdl@lBb&w7;5R&IrF܄nҩT*NǹTqMI<1Q{ѵ.jo1sapKJҜis7X%wj|q2RYܚ)U'e 셻'L9%RRtvS`)%;#*9ÇCtÇ88p#}V\rTgUVw)M[ WQ{u/Mޫ9WOiYOo6|m30pА}4bZ:@#@6[Mwk lޤjCFU]a_EnJ&z^[ը&:!lD2KO2'v &nMB}mwIJK&t@)5[dd̥Zpm~|K98*FslwN]dL>7Fg c(yJQ/"'\qn呅HFj?I1d֫]SԁKF UC p%?bU|%!W}OCWt 2*we5UZ;-G^=r&xg]5Y&K3+ڶ$n&hy)TC6;Si櫅D0]+*g(G t0;Oy7jqN>q9N Z4rhhԷimt+-5)T-( %*tanch.jVoh6-0ho4CaX>1zLbo{XSS=LU'sJ~@tϤ썭GJrNω{l*3Nva=zN2dG1vMkWXWf-a3HA[p?>?zÏBo~i)8I>BghqJ< '7|yw*V5H1nߪ|{]nthx!=aqO͏axMa+S ʲNjD0+&kJW⓵{AJ64zFW4wkdžg+3+wjy[nXcs*`~B v[},AG=)JԙNz9׹N:G߼m{M uFznsaJ+2MCedRVcp=m}R֬6 =qzǨO3!o{v>n8?Кa'49!>m'Av7< [eZm߲+666ʈ?~߈ 3a+ o2뉵ilvz fvq8|žNw}Y' . &o@ĸ2BF񏘩 y5ÜcnF^}#F/6[08EbPV\ĬH*'A2դyXsh,RȞ]In^W(暪jƾNhdxmʭk(ΎpLQb̻kuWXvSž\o'ld;,.PD6T6h66~JAqtWooP`E6u[D yΊ=*+?u?_:qh<b765c@ʵ.^|)%iV$PW5ղU9fpWηnߘiXЦ ue|rmϸ*컦Y"?iV:ٮ MgDհP/n*5?幚mOD}֦ $zAO=)NT*1/jSUtz>k #/~Yo莓6"}PgQG\RڂZLng, ~ӝw^monHh};pWw\ȭZk&B%&,Rhqͫteu A3z"e]2Im@85Y?xҝӐL+|`uz2ĉj"qܒ3sovXY[9׫rp XzHܠ@`g$=A\A$ <;DHjom^#[ٸ'Ttw}Q]zwחP:.6aП?ct17?=@=&ԮFc.aj?j?ä1pIR:v3ߪ~''vn6iu(QkJbͤ".UtA/NKnlr9UmW<*'Gg.!4<_X2 esWuE:RzV%1I=FRr{]! 0Z 6w"v ZxC)<ϙɊcI~bK-*PTu"?+>XSqDRGIbuC8^'=gĮ߁ yQ_":(g]9,C#C!O*\|^y|o~xzυYLC u.}l{۹Ul/ݶrym|>6v~]]lqvu!)qw)aq &ﱯO\z#}| >-1;߲;{#73`* `Yu귯iZj/J01@A0` p0P- 7Ru010q$O,E0t02GTTO]Idl4 1}AjJ})})tJ|GN:4{L8Gncf!{zd2$0twflL)nܻ M&vSm74GxI^"Cd,ǡ\[%401󄵡e˧B8.e0E|?J]n 4+7,'va v+S!?Ao}ǚ_@׿۽:ڭI j \3/qg{'1=GEhP˗[ >D& (bdT,WWQ@~ލdv"^ʆqO u'Y+ߖqN{'~G2}e%r8.FhbfuX.L󤎬 {5g72rM 3z{6Y׏R_gOfU^T'UX{2x>e,sAn{y<~Am{Ա7n蹳-mv^oj>Tx2d-ZW?tTmN zW l/wtiSsL4.>JTuEIĔc9q89r{:u:s:~W7ot-I9a,6 sw/S=JbRIs㧡S[ެT  :'䂂x[<=S~]keR}}rYr;ϼYϺ?+##s}ዼc{3ӱ;s;H0(0E35h S+/4_2+0z6oqRYmۥ?<0<2ELtˌOaĜKĽݠ<3: ;z>^yxZ43Mk{FrJ(fm̸jv:aڟLCgQLK#F)Iߒ.ć@8˄>v1SI mj1ӜTq/F`棌nBˆ鷧z_ӱN8΢6WW+7Țv~gTV5M_[Pgv["4OY+OIz - 8? yσ#!ـ?:~.P c[* ݔL=y'ʌCҚ31YTR K=0J-_^nAbfo^nH֜qw9OY3ae/KHɦ@'nA]rnGB[?՛H4r^ v2U/ YVl5FÔY|7Pv?zïy,bǟ "̽рnczvCΫiP@߇Q5z :CrZ,)!R;fPqhgEe }B Y =7 ld[@~E{5X/m3?YnPv撔JnSqEĔX'鳇O>S{yri\CNp 'Ϧ*t@uvkޱUw;<Od!@1 U~WP7͏ܩ]UUU<ٺrսrW-\3˃=ǯ>sξq \ˆ}Zz3L[ֹ_ D ^pT zwϏ.ɞ&]վo8^^e9O=yNZuqC@EOZa>'5y ZNdvڌs-?t=E2T7]pM=2-o7̀y #8@-.bI={}7 ?FFKSi ˗;|Ț[4A;1v[۴ *n~+⸚C+V97 g319˵O*늧D v>?if3<*%z +ߗ/D@%,NLq z3;LgHc':i|HF[uKIxTQ6ɴ^֣kߛ6-Z_/>ޮOC\h٨JLM`ASJWQ kۓ)'f,SXJEګtBZtqVIMֶp .QT/ otq'+oդ|IwSFtSý~Y5zfTV<ɓAtJ6SCi@̀>H۪`W{ymh=D7 lFE`Ow{WDLwS!qΖsk<6dD%֞ ەJ$%bdyu#{e\G5Re D,881 Xrp <29%ǻxt[z䅧>W!P˴YHg|'yC΃aQz5IQ.{eww^r9:}VzնmmX϶'1վ7wn˨gy5մ;M%Mύio]xҴu靫];iӏ.=wN=vT">}zW}{x۶};kN=_}Êj )Rqydgﯜ!HV_EwߺR2k /I}ԏ,ٮZ+>MVY![oC" ypEEo%^j`F MI諮γrY!IC\2)ZȺO5!D@ ͺ4T@&vWO'Ŭ+H*ң2VPr*B Dnt,*說0JhJ/Ʋr>p"%T2V l( v-0M%.imbm7]PʉE[Gg&t il%]AnAK29y +$Ey(O+"uPDm"dT9xΧvtçv{~8  2㓼g<S~C7s~oGO ɺrvOD9br {9z)}^u:߇l~[zi}-/* m)|B]%ԍ)?lq6ۮ_ ά;F,D,@lGL 0;_cnch|ͯ:]v_t.?GY_ ?4v36ÒV^Y9Qg^٤G[`S睻E/K/6vOR5'(JrYm9G#]al'OOkxzFgKI!)G Ba )?C/) g&>t O[e;̉Y~TT_$msd^=QsDImlvP)P(@_yDdax.gRF<*hK/<ˍ͆M'IHڣ b*;9"r8Hj ۓo;(h7u޾lO}Y[KB-S[6LS/?A޾[ HطBB?lo+>2Mɸ+:yhBc\.i5)ș9uDG#72L@uCgixuiZ[I2<\2ODGRw؁EDEΏ63tFw^OEKgEa=Ҍf/7`F/Tj6W y["yRF?T~O6hS 7};̔4U*yM~ X?mLNX)O|x-!Wq^: #ܘ#Xǃc|séǴ(9-u.wUט]C7Y<>hVhIF~Q%R'@M:/|d4Xq.s$9;~k{|&t\2?r_:{z] ʛGz(zk@RDeL mdJrKǯ 3^l}ٞwy:3ޖWƱØ?x՞4EF9oYN[ߞ_c{e3F {?4+3σӉ2ePMvtyAxc}{/.ңy!1PNv1pILjYWBi$&s>Ԥw';E'O/K7!Ymf]9;0is]  .vOfsw D<:yƎE_j p] a㈙fZ2ɏX8-=AnH0qSqq;r smNE.׈mlr_?;`0&_,ۍ㐢J_c`,1>Ϸ!(=bpMS [`N"\c>^NyeXۏunx(5*Wu鎥L'[ټTϡ'R}^ppc?Svt*mgϽ>(ϱz={RD%r*G (mI&"J$4D*i.6X%tH HQ r+1Y qU Qp qW,JOJhOf)Vfl({򙘦jgƱWrA$7K$oޣR/GTlt_6ݟ' ,$E-(C0~ 9o`!ǢEdf9)w;d$r^ :l Bh1ن͙˶G7V1s{(T3vV*-k~J 7.F=ě 6[pXz"+ O@6e' $x#ZtsD6kg. 3%N[4 ㉷>=r ǐk`LMp Xd ??t`khj74rBh浱s킙 bI$(\ї۶柪ǾEA69zb[ sOwVv܄<"R&ȕ-{jfnhm[Wv%@8o2gf+Հu%ݶ9kl暔pUҎ p*YG1x9' f us1?K+"7T5¢{9<ϕݖ fq说o#<ߤN qǰPK?7@%]D<AK9AYnlAC8tv]go8fNJK+`&!qp7&wzyNt;y;sD=SQMD3Tݨ6mPLMI؈DOIDr?^<4P?`o`"=)َڜ,y8s{ω gqCDB}~K #Hijvu4'([fr'?lSxCL}g mŸۊqbjUj#^~ăV&E)p>SdB$W 8 Ie>1G5b5&( o(QYr=Cͬ&wkzJMG:(h]\yP9W{>zm]~ZhUk OggS@Ao `>7>}>T}Oo}{}߽}x>}x>x}x>}}B@8k< Ǣ wlNDGI>-$>Ǜpn3EAE~UժBU$3Cy 촂fl  1qDLV/3υTJx /a,ZW8!CZmLfp;9 :SV&&"Ilt #x{ L+QZf^,bWL:e{.8'r䃃Hkpb-؜FtÏ;:}i pi<CA^ D m}meṭ-͹ū[?7a&g<|@\d%.;ãǀ?wBlZzEo߅Fˋ a8IXm Ur(D}ß:А":ɳ:I %{ Q< 5D̼5uk Q<"\BرnmUu5ADPBe>6gzk3Z>txW\MJwW줇_liU+^# 7KxdMޭnLb@륲y:Ui6+Åfu)z(ujΦXY )J N}g&>6",6UUd:KTT_D3~x7.so"i` @3['x|b$`$@%%/i*H&TJ/&o.}E2fI^_ ?pf7Ăe17 P9$rȈ֡wC˼T{.t":'>kK 0~I;+UbpLvO]-n UҢ`般oIΎ' I>^E:::L_BϒNJMX;Yh0sȁ hTH4$|0Xhߒ6P͉5  hY< )8&hٷb23 ޢ X#ϣ9kRF@dތf '{{Efx~>9VMgplI{Frٳn=ǯ\9*ŧUnAk7ǧTRX /ȟaoJʳYLMe||1hSDcQ0lLg}|`ֶuP׆3jk4t w"n Pxw8`7'(LNՋyX#&}jJih|dz?aɣDS[?d[DUMT3ZskUOg_^_˹c##;#;gggggggYa02OwߛT>֕$QWvn:oLMzWUP9ꏮ OeSN˦y$/_-3}W_}Ƚ=[/<֓/XjGf> }%*w8kۯnKpyN&.&bX-%ߗ $.*Q81T<ulgxw|o8*YSF~~Egϳ=`fÃ`PZ2-vBWNdّSq\_;ܜL!x~ |}=C}'90)x;obZ0.4ʞH|w<ȃ2pL_m"!0i4 4HsQ+5eT}ag }F w|'DO}A$&+I#JDWDs@#y ;}(=we?z^D!DE(;Ls "RP!Mvvm#cR|챦7) ^ .W]2q8qJ\ K<ϡg2Kuz3Ѫ#"H=J!T>i^a ߿ws~l?G=j|Bo8#n 4I0Y0Lv~~z>$}g>@}O'џġ&|+c2"#q:Z~ι+ݞ~#8=, Jךع4[kqBfNvv:z=;?D)cӰȭ_yP{v}jn|LL8S J>v}d>yϟ3D_nוɡ >v0GEz/f}B ?/7|m+O:t>Z2>zKS 6ש}8|HQ~WeҧA)E2E@(zg ^!g+VLF*#~ s|>6|/GJLd2[l)C!M;U0ck>@y_ri>y>tgLiJPs_|>܅ f"4E j-qb `I!D,nC@vs}_`3>Gy>?72G <\-Ȍo&㞧yF&Orʶ3g2Cռg>D*B xmʫp򧟐ѠЄ~Eß0˞gx(!\JS”XAm+ :ϑZPJƟ.) O~m>-ke,_.u]P9]TD$4g;D>4 Kk|sh&Ɣ&L^!_BCdOyVQ羻N%=j xH2>! yƞA}_s6^l]W3ϯȫ"ߞ_'}fg(Oܙ8̉ k'xϪ}`Ov*'"-fX"_,A\#lp9#FlHӏإ-ްm@y 9\.vEv PDkZSbsn)_"Je چ\4,mat =HN~jy+ 3Q{ L'?:ݭu=-/yZJj>HQwW?12̩[KZNv5-E<f`-.oK<}-oxYfF~xR2Bɾ.}8É\0/7iErA׼:r#;Js#]Y_V(3:5eBv۫Dްjޣ2=X_v춁 ĘJUM4J6 5, 8Q0vO D ێ6n?I@xL*y.MZjuD6QE07d2}.]/Μ'{JNp;mo+f}|$$yub\¢mICA=MKk CϳW}h!1C}grtBpm ( q (`2AtjeB$?I+p0Px6+vBqV,mRE`pcqΟfEd/9~ce"wX 2^&M Y FebӋIdM8:YZ#J=)MUդ )zO76VWܾ6&X?>Κ=prc iҍi!Az GcspYE&y&lN\x@U0 =ΏTo'ͭzj8;^OggS@%d"7}+|Q~Ux>}x>>}x>8}AyYDy\ZHܹۍo, ;gGStAޱkx`N4}_B.t%>V0ΦGY6ԖVhy\Ӓ(-qk¬ÿ@q;^~|ۨ}x~e;>CKe **/boS`SaPaI퍊ca :VY1 zQm K# |naA֚yo޴ϴ}9Rg5K^z}xX1agKNk0tdX ;mޏj?f> ?g;(r;/r}VN@P^r{޴L66/p{_\zii:ٗbS`li4@pg9`!|WLz׫i_|n}=z[Axus1SC}y>|S?DŽO+tB a_4N{lbP{Sߛ;y<+(_8ԉs>}tE`/eWU.y'm?84s~:ٙo\̬3?6?ݳoB+PS*dRկ긺>obH&|qAӟoYȄi/39?xU~2Z;z =vרX_7^+gaB!?}>{U- @|c @}|px& np"!#M 'ݦ;uYx/?ݫ~ 䏧?$.df;ͧt//]ӆ|t_|Qwegbdy.:*Ez3Zw*lck fw3s1`g[o8ϗ]rzp;5-s_nϋ}x^ol1};="+5U%R{S:caœ@&|it| ;qGH~&5\Aڰ:Oxt7B^ 4E.%=;JToW>O)GghV_iڭ~\GB5ATAj ĩcx^u^3.=NB9 ^"/)Lt.|~~';BE Juz_̳ӢiCķ3? ,\6ZVq l{Q7޼oy|sr@?G%8>ȧP6%g0|'3vwK]2o`O?/@P'0q+Y.sI2w47Ltħ뼔u%@i*dKW2֭ZYv8 ?Ym5_#kt;BtA>oxBf>>\t@ǎN31LtSpu"?.QqYǎ25qYwN#ogs|eG_)J1hmK0Yf=e>yysD㬴z(u"W^4[|o)kR[0{.;GdGw;HBVEeUF"j-etvr3?Ѵ=qk/YNy-2,{8)h{Gٙ<9f1oD{os`tgڳKYߏ{Oܽz%} 4ڄuUۨ^Bep@r.}h#x;^tmNQPݫrWt\x*a1`U %ӜĖ%#d@Q^=o^a %I씈g(x|$Sgvh FӇxÔLTlT/'F+:jYm&c<Ϟ JO){[2ѻmŔ;%!g{ڎ咭),w6N ?C^]Rʥc7~ e 9oxxxxxxxTbU͡Sւxuh,)pg 1EE,$ż<=r(fuN ͡By4% \&x:L'Fɻ׊N%: jZ{ԪiPַuΡMtj3νK:Oo-=۩XD*0WBG6yv'UzX[&{9(U@C3$oJșNcl eJvDYkH*b{"VfV/ax@MN NlӪ7w 2[$vf@PIWj 2:DpfyW IbQؔI>; ;YWUGtITlʠѳhpc80ފ#ŏI6d!wQ#؀)}xsEs8TW<_erH9&9lҘ;ov*]wIPB\^+c}A,k̋Cު@.Z%mwd8D>Nv]_vsؑPpP@ /YfAQ'u5ؿYxYE* u DT*ڽKFZv X3;p-0=rg(5`S-bI-zO4E㚼EC͏N rmBmxTl»..Wa]ih\N^ݱ33ueFbE5:9~4 OggSHB:$sgn}jOΟC$?Pon aeOڡ(*o<9O'VaANնk6lDk_xݿx\\]#}~Ç0P8r̓NC:iR3K\^k|p,;y-6B5%m<[̈W&6g"W+<2Kϐv]'ɜ}@>_7)|N97ln0"P$8Ak^k8#ht;v^D!|q|xĐ'mdY}hL㯗|=#z{u "L m(Uw%I7KB'Jn0;U1_ 8WT@cK!z6E$\<\>/O.B e1h$9}Y"}Osg4ꃈ2X f 08o8pRjluxfBo!:{Auy"N@NP\<}\DRdGA-%NgOph}qܮ|PCĆ-W%S I5Nm&,٣|hu<,QؿT3"2T)^}d'ĎK j]\FCUSݹնMsA5MW"@+E ׌O$D, .ĵ#3hc"HJV%eWc/&+HzIZ߼SQt_ RHE}4on=$Dc4Kl^{ 1[")a&^NgDOkуkЮbyg >cL>76>n?n~ Ə/9:k ]8thzdntX|:zg_-{ϙ~0#1bC&H :ɭg35x;/7v j G'@p&[>M,.Q׃\׹JB=%PD{`+-efNUQȔd>DMѺ )&-sp®>/e;R)$ E*-z^e^`mn!2i~ W)9pN~ .7|P4|>gO>7@OG:Ԝ:j>Rp'9o;yֲ" %L͚T_9SKhrqv;736$b#$(=tY"$UlRl[@"]Q~jp*@X]brgN.$C6VNҗ-zqfMM[pkEقQ~[Vz%+A)te ( Y!NVXaĵt-B_tQ;7#M Gb}TU[$k!{J.c(.o5A#zoXޙ¢ܙXbڎKlD},m0564بޯ=߀#DnDWay?=EmݏG:xO99}Ѧ}_^vY/{AD} a}H< v { !yOmF;٬>ʨFt\Դic<9GAړη1dP.\w^I 0!r<(TF*\_c AM$RCowׄ˜9CIct8߃߂} x=^č܂^.S_W x^n9Q>N n6v1fߓf=~ -9%݀@rhu+'DHnݏExH8mԳg_S~.o:|x>^QTm!/:gma=U[k@ 3! C9<GJ_[xпol'ۆnzݹ7uVEP#bMZ!(2ZLSy`q *FR㲽 ~? آg;͵ݫ ޳5"jt^Ѝ8r}*n?£J16MV:5(c46v{mQ" jvB1,\RD FƑ$GWy;$o]XVy̱R"P Y4GxþG+1g oPY]Jw #͵I2ߎLbU'"Lcbusi.webHVr.egEva4mʣ(TF匷} Mi;:Zt|*Rz1jɦtavV=hK 5='$Mu)UsCa4{Z̷?;G3+\h&i=Z _|G|YeJXu| UsYixmG'=pU mvF~a nc SP cIk,:=E d63L塎?#=Э4\XM?hSP9to8R:>! ڤM.een)PM+mt<cAedzRbH6+Iʈ[u~a+W`APޥ0k෧ވK ͵Jl)FJP$^!g/9N߫xcU8$/Jm3QsVFǕ)#H2imqKGBbimh@R:iIMa4 p{YY`DHJmc*˿0M+mt4T_~ 1AmyUHFHJi3ms,p!v/{W 1j f˖#´/z8q1mF /Gʚ>#q<9U$OQ mY4/끦m07$hOeDO-a\8UIedBsᶪ^3c^Jւ6+I}@yD+t+€7<t4xÇ\Dg$>"><xG.@ĭ{l_b]>k3f>3|qK@!-d |{nߌa}XmV^yDAh66nĆS3X5qDQ1sM} /QYfe6YjlMtVI+7h"7\ޓ+y6?>?~#{ü_92dI:39'؉+'Q0 їߜj9reQJ#$2H M9+ʉҊ?/^ǿ)8M`/uI\NO<|$X~mx#$b K4KI=9)&"Bn9QϤk]I:K:+:Y'#+ȏ>#GGG؏No:=DZ+_csϼ|Ͼogm'&_a܃Zzc[qk9֫UcVXqǮ88s9uH4!&h?f|39T$*EMXNH(޷UЊ3 1#̚H"*~/.sSWUsSwixK/D?fK}G=o[pHbzGbRÝTu&SEU5&z9 Sį4 5)Wz9Cya5Ӱ{|XraiOsmM`Ɂbkx3=&zE{'W'뎧g 8?\y>䨃b|9FYcrDYG×}yd¹bn zRX>aj~%>>'0s^K$)''b{4e^_'R x= ::uU@ =Na"K >pq"r.R&XҘû·woEekaI({?Wpyp^e4\Lx9| Otaa_`~i?s>~o.|Z{ x2 C2\!M,P$T0ƫP}]}6os!l2J=3-aJy1*!2 hU>maQ  {:gDGɠo)eJ7بӂ>bȝ#)B!() apq(WDb‘R=x%@)(UM[HEY  vڀ>6o$i$}9RGfau8M%hnI?#o$d6auLF%:?Ȉ12V#!SB!|@Y5'+8!Ɖ]\a[}͕ŒȨcwSTÉNHaW.V~&˦UKMP0∯Td7gO %pLp}YXxj0E܇]"zOu\zkT+G3玮$D21 n&dQEkrw;7᢬wHta(6qλdS^;rMv&ItvhƎg.$O)"G9\N{lU˲9 _|}NOgd=V|I"|׋y,$W8H[Iy@EER 7sY"@GgZN+!'SQ<8rxcZٷ窕RWHŪޡBR5 ZR%ANj> Pe W`7@Əƀ h>P zY߃nmaƹ\}\FkR1 ͣ=íѯ#$wjz'Z0<Ӛgtƒ[1[F%Ϭ,c0(PZ"u5n\6FDL95NFЉqRw3 t 1=VO5'd ե'ɉ ryٸTlPzַbH Qy%k:|H_d5_Q:"4k=oЖ!P+OHkH$Uspt HB>>"07ۨcCRFEڨ|5 ZFDsEQ˨Z<z\qV*Eu |wcxI$R҄ O/OAI12!t\$N|p{˛51F?WGmP@tV}ws?fUF, kW1һGnHcO `18WFS2U(7pT#`)Ci=-y8^wds sZ؏ ? N3y'jK9C|jl Yy)*ƝS{=8t|v~|&,SR#X~N|M"MrSOGNOigԗZvx8at]m--$TyU{Nns7w/HH*"^*Ax@PUBp *U bU" 1Q"W2Bp0qHcD!`f# AԳ1">h>PFh} /6C9ߘAcMљQOl Vl}q󏹤&1i7R=bO.|eA8 ʒG#խ4L9$)S3* Vѝ#8e&w;na6ߜ@rW&D@^8S%oſ`;# VTŒ8ԯK}^׼W~߉;߂߃u0A[!zꉤ4~8[|Sۖ1 7٠~H Un=ziIFMUI/o #@P_ߖ=xA6S.ωSͩQ"P+N^-#[Dz_Ɵr}ˡ& cpFI-^DZ 79)9Ya$n:r5'tz8!~ۀԷ̆3a܆6>?xb辢"o1)#{?)܁SLg+8=ΆPgƎ#'w9d؜Sx[$h" }>gӷ|~NO^h <ܽ<8x>k<EP|/Vh DOGg]OqcDo~烑2nN%4o)@1Vw{|aK>)dh뼳' w>Y'$\ҦZBߎznߧz1 jJ14&3  gT5W=yxoy"6e;r>{7gf&FLEl~'b?<ڢ"?D : Q!:kr8|g zZkQ3ª|*(t15+TG$PRHs/>,o%$9<+EkNR 4kBѤVʴb3C׻=R?#KV`[TxPӲ#unӢޗsMxoGBDXI^> (K|_K~IS+-YyTt&ե#v'TEsD7pI>o}ு<񽑁F@0Ef4Fegy s̳{QO;(/ʧ)ϣ sH\.1ȯN%ԕSuSgY1- h&gٵjDE*ĩYc,x[f|dُ_?y)#Ș|2?'z>S;8{ %#hh<^O/@(fѿ"x~/4>0<;Ɋu:6.8pi;'|^_E9 ӓѧBl{>'0g߈=|*ckk5j+V̻Ew\zi_p BEᅩ&obl `W";=5- sjD"FcqُuMB}. Dy.(z4x+{@sC~4Mݫԡ,!țcTЁ P'tXO:մ_٭X`:0nۻoKy57$ ƂZw>!?@~w"m<M44eK ?юt:Mah7B 9":<ў8(=rGfv]1 @(EF82%vX Ϟgi{>CY+Ӭ53a߿zL<6M^jklXB-MeH7+?EUFs$`TYFiwtY- >dt=#Wk ,wz-eo hРSsƖc֬U MO65UѦB|>H$}4!U_*Qnv}\͸5aٻ_ go@[;(אҌ}#5F(bmA66<, a wBKi>9'NGYv é`\@W}?m< fM³f^t_//15b-3e؊~`.]Ǐ?0 v0GCфQ-Ǔ/f-jvx?}oʞ#вL|Ӗ^M h-Ƈz-'9%2Km04|z~F!} \z<)<9{ 1||u< /<ߦ<+t%89П" M. M;_C< ()b |HyN{gOXJ"|>&'x"< `N9;SOiygwu9Sm?m_]~WZr|w*K}O^o{HIVzbB^+W Ckٱhlol-KPE*=【UAs[K1+MD !:| =>k{5.~Fݿ+?kzzq.%88C_/ >ʋUf;dؽ:T%;M iMVkCeId_c(T۞֞Y+V9;ajk)ۚQDdAmU5e }u< B"ŌVǃlYA4Y43u]0`!{ae{-:r7`p>9禄L,X$z>=fǁo1pFWx (bgY">ט0%WX/K8QcIoT|qOߢ5D\z7VyzM9J oͮ=!?,D.ŕ|cx.r"Z 6'Er W| }7J aNOe_SVpmW1r~q>|yp칫_YmᯀBhtTF> X>QT(!;n]6%xԋ‹Ni(f?ٝ^yR<%i9\..5(\ :VEdoX;>j3yUڧ YU" 7n[nd-DEnrʥX[>\k#X6n*8 ;qX.+ɷkTP5ti#:WP4㎢OggS@k/ )5_gcz}{}{}p}{߿>}n?{> wcr}x.up7IkW}{[ٟxc߳GO}v7>>}x}E}ovNjx>}k ǸwѯGƃk}}}{}{ݭ}z iB=H{M GO!49tyEP}8"xV:Np!s 7$8҉ㇸ7=ǃ\pr#I{Ǐ:lNqh8)DE:kMJ#%GC{Mtt/tQ}#yx; .嘨[#ǒotP7 <#A@>t@:+PӼDhB#8cUm{5rox1'ӎ)f!G帛ANж%e/@47%w f6)uAGI:Je9ppIWV[Y#@*XM'\jWjW@],\O Nlxi|q_Ûo>m\zZEZ 5q3At'=<?B9p2Bq{O>4Sb?qog~߿DXWD/WBM]UpUǫAA4p@pzA;i9'g5?uhbo\ԫWBvu^Uaťt× ,؉0ŸdC4G,TH9g&sS#8Q/9sL7ˆ֯7Z^x3+ڴ|HR@ VP /Pe]" bL\WgH^3H-@^BW^"BQ!D/֦7Φө+mZi~沰~[m &iiĚTKWA+bh:\5qw'j CtŠv_5cM9t' GG'Iy=^ kS3ChbJbB4,ۘbc+P%C+V:lUt WAHg@;$;J$VSCDsPy\s*!(*gG2:W1Z^I/5Rb8ڀ%J7G:lV4@_ܫN@!CJ}+WI)8T`c} A77[p6M[4M4%$1Dݙ<{mVD 1e9q|h(v Mee] ,"?q7Ox(x}<ߡ`YGfm&/Ddڲ-Ds!Z 64؉ʢV**SYQnD\yΚiM;ow_[uBFզllCV-Dr7|&ffa۟@QL=(+ Z n7A{H\?`o=U pܝeC 'ˁ{Cn[h.d7] Vt y |Wux?+Y9—k^{: y1̽Xq)#>!SO{a KA-sq^s.毥/˥.t҃ mR3Pwh~ؚ}D)&{OagPw}CI 3 oyy1ot`ֽ{LiG70Rf a[ noi3Mo7yRNjDhlzs_6'R( L$m Chfvc 0`<`Ƙ C7L!i59:8odabuk7ZbvAPρ0X޾ߛ xy})c(`X`ƘcA㲁mw! 2n}Xj=H}L볒z0HbWM1 H_ ݻtwn\rp  !>KCC0bݻvۗM05Jq$Uƒ $zʘQy:4Ou;!p"RԹJʸ:-KJW\֎ޥv;+_ Hts?ZN߽IvF?8E*(.1~.4[b..ÜWx{yKg(+ prAdhHV{[ʏr3?GqB:oG/=0Ʊ}c3v5x2H;~4?Vos,sMGfa3?l$mzj  .2ⰰΙ8kƍ\bl_3w>q&;8ѷ0`)VJus4<::G5SiNܜG5U1%"Lz q0I &ǻ q814U*"xRdDE˗r^dqED"1 A7|+(AS0)Bw~!$?〵 Mviב}H"JdFqvcD*kadύ{!Ssx bX)IpH$X=_|D6_`@&9h |V{h?O5;l_@y{y\LBl6U#wٶ*+d[yLirv< d29;qQM⛷n|oNnݼ\KmlȉQ "C miL пM DvhUnfC%TZfn<[ߺV|!tWW&)R5P >>]_[X7yf.Ab=@`/F󜙑C7Gr޶Lsj[ʒj.F1COpۢq{|q5q5AR(,R=ZHb}|&lbbLOhh#8pÇ2 #?JC1}"(5JANLϱÇsѫ1sv\լ)/n|kfEi.),0>;@FGTիTR t+H5BZ14ģhi7{iח#[ 0>իlb $ {Exɯ藠A7W8|K& $/4`d 4m@5y(v  Z;^>&bssU)7'G7^"kWk+;.%9*J/-Q1l斶I32F*բ2a0Jj[OZbҶF J͚,U]V8$DSC@1kz/gf4TLOe>7Biګ[H1S\tZb*4cs(MQēJ#5/x@ufGW,ɗI#{ؤ`Cry瑤 Ƭ MPx\GԪJ gKYbPB,Be-A"6,-GRGp㜌.M1c(oa nȮOR% :A 1`قW2["!n1_5'>!c!,#|Pۍ2WPqEF_c#?oj9MY& ȫ{`,UYbT$Kq]c=f-jά]< u^5fjwzfyb[,v\ݬHC@r8:HR\U)B+#W0pku7qTi+zAUBYvVfb% 7F](Y[]"_TDeU/9P o:B- n m@s F蛠(F8Q>( ikJZ7vBjCE_磜iF *_D[M9TXӹ'*:".Tz$adᛥ)[ʦע(woգico:~ܿ6Gwy2~~Xļwx_RяXa^L~[^g߳c}*y}O6.9PfV;G;Ŷ;o=cngLyߪ+詺gYobaҚO`OggSKkVn42Z*Te7;a4ThSΧXd.,n?a_TzGe <3R587Go⇳ @0 pxCN@% 0|>R)d{9I::x<|ɴV(2`yJ|"*J݃@Q14vWiE+uZ4+ @CFE vXh.Jſ^3dl] Ò(Mކ҂Uָ\uO㨚Ė5$ݩ7&}XC~6{g1tJ i+V*iOF=E$;S1XBLYŻ< QJh11\N\ c7,@C/e۹McNnѿQ?_@nPs#$~n=¥`N0 n`-95>$V5#tϞˮdxo\J\3isYr䄖\Z㏓Kƞ3:Ma=?p2v_glE _. l|góLC$:9|t!Cj@m!ψcnP|DyCfr'HCCHv}OA&hm%.ME6 6skDoDbDixDy& 4XbF.d;=jX &!.BXyVC܇!l:ts- p◭Mc%ꖮnbF(Zx| .5P5YH!5Jd`D`/GγGn{-. To1bs_%DQڢk2  [WsPT_6Y.?6scl+eQ]ޯ$\}sT UcW/ Dj34 %'2Y?).>L%rJ󟗲X}FXba>؝D ݌TTi>o@"Щ`ao^ xp}rptCO*!>g>%;>'':?DptiNeMwsw~ܻ[FUΪN)[k]˵d8_?_m׾l^m7p4/hEQBUW_5FhH3tY@NUNV11]9(VJ*7K=@FAA*I fJ3YUY%-XPPH.ԭ+DvhA]٠k]V`Wo? |+_R)|(.$_MO`N9tA ?llw+;$o48كS^p94]\ fw"NZֱ l2c6-w[ >Kpyߊi'BP֖S <6;oYQoؾ 5PeJݷ w3{>W[sw6,PBxEuwx̲7ìOxctV} b!TbFdh'R.+*+q+\}&c.Y7ˮuA,~fO3t+Xhε|vZkGګI[-+s8:) k\ecUHF_h y'c?6}U.;O&霢6FC2ͦq踭Mkׯ2~Blv/K}m ʑ`T@5uRȅ#kʖꐽU&9Ap\IITsw4<ɛYHtf/~"L_ca$WYH(ц^tis 8TCku&+a E ic +玉+wF^ś/.MUèN8{gNv'.UDB|׳,.\jQO"ٗ;fMPLc=np;W)9˨wbcox_E7; x>G/j'|/?s՗> Og[ ; ᇗ2p4qi0&yNpyM|7L<@ NO>S?*#_NQ44jD } C$)igST 8!0#Sv:z~@ @"mm}RKkuZ}ڭn(7hwW]U@[zPlMbBpbYH.l5E=EaPTj*T A@ $TAh@ >n݁A@uEh)sG 4 |'{ NbۭkxLzaMꊾ龃|N UJQ2g`:+F!U` Rv'1jmFy^M&sa' 8H g&!g0ju G+*=}jH%X$bQ65x  Il> |Z,ʁ(xȦ]$a  "eY2H$CM?̍׏я .A2emZ$n^SzdD4&(8p3k cbci'y>VA1y^sNvKsdP d'ώ4",O+V탱=K(պQc^@Q_/Vc`'jەCmhݪVrXūRD"2[ƚ5qEjvsGV&UO"Gn(6T&S&!MhcKR _^Yp{'~pE "2ߠrlY|?LD{W#t9P_!yzkNy#%p `0t(8Y5 ץEWu4DuGkY3U 0~kSL4meUU=FѡڞjZrMFTfWRra"MeYe9"Ʀeެ7]&lnU "!UUF#zrQk!A~OTٵe€iYT>'H'f婤4EmuQ|@/_ɳ۾d~}9Mlĩ5WM9gtUc HRSa_&U7]E"[(&_]N7s~8Sϥ dEup=JvYGA%j#C*kVyQ '7BS/w}FJNYZGG}сJh$D>1OY\tGV#\I+1D.ޫOٯnn2@Ĉkݵ yf |2:BQۖA[{RHe_cggFnIp"3W9(/NYgie !n: ar@g&#XYmƞhߞy*qpAN+VwD(:Ia-sHL32#g\\6.qVs2󛯎yzyA;;z9vNbn?>L{*vB3ۧ=qt*hc8[4St4] ;$<( r"p<GOؚ%'h*rzC?<< Iik^Pu_;D;| dh^~Lhkذ~/bxG@# Gq ߠ@ *ηmnnݳ{3=[un:jx}ϻ߿뺂ÌakޭNbX?z1CrGQrKQQpOueVUbɸ:5u* !šÔ>^Z)D W,Y 5t{{9@ A @YتFh:U߆`jl~ ߩMRzDZqkj&ֹFtCEV\$6A1 ]$b8H=Osl5J^G|WF7F+ @X0Kz5+jت+РChTY֠82rȗ\t{VGAvzuy˷eY6[jz9?VIU&U9MR tp 6@,hkE-$ֺsɵ>ѰzAf'N&nҮYꤘf Ц[q#Ƃ4ʻ~SDPR\i"Rb#fE{FixUAFY/\.ZeGE{1>TL Y[LHXNm9:݄1f} &ա$_6DG\# >ýkG[k= Pu7sk=/4\kQAUUM4<@=Nb"<ؓ{?ϦFz#Q?e‚FZ(ÄV1@Y !U=R&aΕuNnfKɢ.rW? @ *66ueF ѩ 8R^*oFȨbdtv/*P!(kۨ\t}#_ӂVˤ@ *1:m AnQ@(7qt{$4=RxnY쵝IkGE?<wdsF}7xܙa+D{1nwnny.zEgy9&G*WŤXz@>$V_W #gJ@j!\:Mc= PpWD1"kir9㏚IPcA/bɡ}S8tW7NZ&JHP(MdXU '.'۫b  p%m6uLҩV¬I(4)j+wBodM~(3%ЊoǀA3fF֧YD5nVԂ@8b*sn{U MD &7DO<_wb ՝m=TH+NDߝl|K[6{c2dmꩧ::D8qոHT)pQ7 $"%-CYP<  VX5{\*"x9둃rK}x3.G!Yr͟a$UNQRs1y\=["7 ~="cjXPYGvWu`nRƒv/! Ȯ.HnS>@]Ӿ91((a,xXձm$rۍI3ft>y9y>As|hxI'C(e4|>gЇ (#tU;;>'٢dӢ}x={@X%# պvf㻵Xշ (R}^]KwS 6ݫH޽gc+Zk͏4ړ??a͟=M4M08#lmMFFط6?Q4ŨS朕.% ]+'#J?I 5ت%wkftJA&un{}]>x}~9h]P vF hٙh;t|:4h ݞ߷+No&hJAԿ+ez4Ro`%e^_0gB,}=.*au-tL|IQwh0q{wȂffp.5[ΆLt^IJn^t_4'wﺺxI>88ɐXeJ:YS~{CNW_7śL\45ƗF-lr]<̬?M[LD%@[S*Wai׍uG>Yho'mukO}77,4w/'&1;Ξyt`.hb\& kHk3,6SBiDJ~S*9:\撚̪񩜂نPXd]Bpp8 #cUxw%KPQF9Kswr XHFڂt*\^O^Pv@5w/6`{VfeUQk4LSi[HV\[ԧ:֚sƛ"^]o`TԂ7KA5 j~`vv Lv~}ӵ9H)"l&42?uՌlCK  2sNE4< m{` ^0V,/ak ;bW7j6Plp3Js!i$|\(;ƗԆ ǦL 3xIs@`NC< mK|%1 yċb\!0)~q)̗0IZsg ?e `\&=nsof==[F[oHê@ɡrmIU{ gDqXT_⪸D t!tAt<`CW. x4MՍE֙A8UP$Tv%L]ldyD%"+7xㆤӾfbNQּ`#W֭Ury2Sd [Všmai譐,I)Q @l$IjI֊ƅ̋D7ΟtKW't l=-7yD{QKoBT@} n%h#G(Yiմiρ&FGf2? Y0{w^rEG ( 0(O@m.;Ѫ5L`U|$scm4:')XG53Tkz5b|10׿S9YRC`N $8_'dQZ(:#<?I =KwQ$MI7%D'yzhvhR*hJ 6< u8=*YU5|z_-z+t$Fiϥajh5>F 䤳 Dzs#;ҨO]\BBUI5b|M\K $lɈn7[N_^!_WQU/\I5JL4NΪCTUN3vCUU6!}ݐU="qz{j7iPsZPTJx4[e"1`STH- U W@+>^>b,ˍll<nl$m+YުQɪÓӫI+_j`ݬmysdqK+,vϮ.{ubxE}£ [D4$h WEoV"yN d?I Y=c>E 'PAt&5}"o Q-8=硃8]s:B@Rɠ5i'y#wjT/8Z[d^oz]}}z8+W5HYHh5Rw0mf!L+uIӍ5D2i;# ^jo˦4{;7MH jcʚ~I/oNĹnJjS*E#俋ILP-;HQFA3s:tH''ϡ26 ]~- ? o~ J!ϩ>{ʟރrY74I4F%Azb-Ēe"./ !]i%ӟ *_O{:xb ҙh߻ zɀ7 b]<^)&SaP$䇾e| r^KJgpA(۟M$E;L[sJu">$/!$%V7JPDq _\ \ 8zp4+؂ruv7!@?Ӟyx*gI{„1meX0D3x`<7=[۹ bdݖ S3'sip->] wLVf9]Tu^O3,Dlwbe68qLҠ )0*,-VϳnLRhPՙ.C5n7=R;Od(Z,\2GGg.h׫P&]+,iٍzp%{`#x(5nf+>OH';FE_8X|/s89:W+DsS&w2ܴHN+)*Cm^A Mo|WeшE+ +:Y|nT9]ΊL<"?1ȟWʄ8Sxwb1>@$0æJ1{@:GS8LS+ϓNZ3ED *\x1ǧ wi\Q7Ί~&gu''JlxsX +NC#4[^6OS2΃}c g-QӇa_,cEcIez, ^%ܖ(A\N*%\zŞy22D6Y?jܿ wW,k}PzoA-6xwisTw9yK)'#ScQh*{5.K%TTʌme /-B+O >_=2LXrN']6X~ZǞ|> GuyZw!x`߁"H4ə57]o`g@Z=6 : ةcZ? SH'ab>8pؒ䉵P3\Vl4y:Ԅuk@q::&F3@-kEdr@L+T+:3Dj!-ۢˤ .uW9VI$dȁUB}O𙣟$l݀=US)MlH$B Znh$"zɟֵPlƟ^9cfEqCC DijI$Ci䒲I@KrJw:}"kTX(')%| Kߪw@]^ jS$UI A5TPYI 6j uO{:<+K 'X=Ydp %)Bz6 `="@݉jӖGT O3::QisWVx? !tqDdgz DUZƭbA9PA7 ;RxEliavբ&Z C2<" @꼀L~Y̊p;NlU2VH괣40}=!be`2(_UR:/5"֝ ֠ is @b'gYFB?^"4+p`l G`' UK-V'O$!]/οo'zº柕e[v}n,LGh澊?#{i39G+ci*d.2&9":::::8JߙJ;UˁffM a[8h\ juHNhk@>V 6ѵ&Gܥ]ߦPH.lM}TsE6G#X6aoro4AWbeDɈ{` +IFǂ){fDn@H ?߸ 3yr/[Ƃ饞gDԩsT5I7_R:oLEA ,SD Pň+8uT.OzpGghtglmbg}چF3pΓ(,c 3M aF5oo пFuϩ.>3}4mհ$-d%dOJ%v ~>FTFFʡ΀* 2 Ir=qx/`H:ѾqT cdFt-C7 [<ԗ2(sg\ga|<-DTDaQ5= -ۅ <<h~=sp<(jJ~ %<_g(?}j'׭>v[WOmb?1Z !}h&VCxEҀr'0:Q'Xt6{Pu[Vյvm_ĔRlZfB>jg5#D!\pto8}U6i֭]Zf5 ",EFx qg>!=ilJ#Bg"oR8,ӑsj_j~v.!֟Q餶vmgWAtCzs7ZPfU}g ](P,l(|ylCWB̞GgPGNVv~^Ϩh> CMc&td3Vط'BGw W8~BdGG]K2{b,VnmnOnHƓß+Ϛ)/>T'n>=)իȠpAw3p$ē տWeEe, 𒻲$б@@@SoP{K Q-NGH|:@iw~fG4:@'w _ϰΎZ'*Cg79Vv=g_3IxrT2Zl&͆71w| N{ŸPS' ߌߒP|Sy|L=ό`ћoҌMZڻ[VnzzxU^{[ڷ{]ݼZ;VwuwwjkZ٭v7|H۶m Z5qß7wsn7?8v7 NHa{}_^lO[hE͹D_;P"di\&BlAr@C7kf,DD\AL5EHTdDEa=Ya JEybDpO *aa`Eջ#Ce@gb 9sQ5Cl{S%{9P>7d"w?(pCyY1{ @rÖOUٌaNofpDO2,i ?)g8ޣ4ɏf>)B~v}#ItHЂ< w&{ϣ:b112ccnѽ<>yidw=آ{ #8},tpS\HE% ,RW~.3݋\ޥwį2Y*?˧߿M6{6%Ӥv&s/Kݘ"+i^zF;6c@?#K΋<?҃S:lľlO2O%Gє 3(Aϟ.1JdʊKij̯}56"p֒[QSx 27oY91#ϴЃE'9q$M, }զ3rQFe-OjLp5f:o62|'k`g|9?~;M`{9ɒ!;~4~N€#?Fs;.#Ӽs$8e߃\P?:2) װZs2n&T߂Nl$-~ w CfV-}C\~JE)O{$RdĵX9I)k#Ȕ= KX3, :co4bs/d=9 r涉h>2 tQ M UP\'ԁ R1?ju8Ӿ5i7EVJH<\ʙysT zr{IQTV(}ux'VxӽSRIeă-p^\6͛|,ZyyŇcʬN d;>gghzg\=B}GG}P>y ;牓c @| X4I9S_v}9G8Owxޕg_S1RB|ɋw&M~'ςgد=C{xQD'^9SA`'U,I"o{nsV{eBEU)/pꤾ=m G*:V^ζK;kvuimz΀֛cm~n9 'r}?*6N?^<+dv[pk6o?W>Nm?tG~ÀApq]{YaI_D ](se&q- ,AnOAVb yo׿B83z&(ϣCcF6vy!}؉g}d#9 lPjց%Q& $_< \ GZ_Q${c`-a"wW&'DA~nmdml$H#{Aey`YL߯]*e(2?eYqyZ҅H Mx0#2ʝ033.嫩:D(?~ٴuJ%zu ٙkB!ra0=Lw9ñG~HGW]?0(;4bcsVgz٫;|N>uw`?9l&vZP\7\<&#ϩG^3B"|㮁0O`BLo=/!'F:igb /19>‰f9?\бat?Nu9N}(.t0[I (t?3'8cA+pYe9a#,QI\; >뒌-S{z8?%({⁇?x-aÔtڟԩKOYzB1+Ox.tb gG󱬰(ۄHƒ:ǙXS-tw|RiPD R{+3u.4’th;39tc""۞fd8I$<||pgQ%e^('|hGQ2tqe+bk;OuMiMBmIu"~W%qXAKm♖FBSIdH=v)fh(Je=HQRsjnR:B@L:o2xu~YRQ呟΅Rx$`cKG /悌ԓ]2wMZQʔ){ ` R'Lq6FVTɮ(ruꦨD<&$fdIKӇ -gv\׿/ CiO"9y"SCka1ɧ/>O4_g'fxoA{~F}rvy(>Vy|DAĹ742 ;;@oDc)d9qgޡ9D쵏`vaD HMbrцwЊQ;EtGQ>͡%뻳*^-cxgl66fjȲrwEJ7MZUVKadaVjيswVUUkw}٩U*x0ӿY[ӽS?u OFtwQhdžurwuP7Ct$T>L3Dzi%vq˴{ ;vƭ/߯,3U%\xø?]q88Pi8ʉ凉1 @[8q8G<"WqzW4= $"C@\q?b_B88y`yR\z"cQ{zn:j.( d8 X9`L._%9EI ~Ok}Nfx +"FrI #8ѣ..q'{|_p)yγ|cAP!uDGE`P|edӡ <&r$L! b>!?G 31j:{B߹MD?*HiKL\i4F55Ta}Hc&@iw:0#,c@d54hkSLpaYEgEJh*GP o<¤p9 9к DTנs#Wr U8okpXp`H/h1s(X:M90waiIxa0xtN?wߟN z=FF|"X?-QΘN,gxQ@"%`A'vY$QN2Fdtn52?2XKqQbc9^0'&VKuZy&Nh π4P I3 o= 3v"/ᕖ-˛\m'2|)Ay&T.n0Q:F-|BstO8pG^>7_u{g8stp2 c;'*q$ڍk73#Q&fvq#H; dT/"|*$  5d% a=2~qilF:s<$c6Gs}#&11??{sT!*~?\ILΚGM5q~]|,NΑ,+ ) @UO6!P >>D{X2j_gi˱< 㧎gs:lG-cx:QC' tS>YL.V1cnq1yXrNɛf~{H9ΒO&f^JP9x**&Q{u{%njg,I;۾{x*}?፷, r|VX|n'#13{ZcCn1MS0G3c5۳uſi"ŵX'n*Y fS_1L̗fir[-fpq~b31P/hcxiC;*Ga">LҧǺ1xb-n^lj/ܙf0[pkv66>ukPiO˛qMt/76mT[ +g+@ex_o7<z:G(̑;a#}w Y|}}Q&#f\-d|A.3pF'#3Ri5?*sRTfs@|$@4IPhoZ}('5cs -bttgǬ"+8q* M9̎\dIMT\|뉤;߳&tH\2jr(+_$ E,u+SGP$ze u$G@:IU!\`}zvo7zx?eK L?,SFk\B*%:/(DŽV/,N& GFSZI\G6ض-_r8~Y^ (L+F颅(Й\gOzZ6%mUBQlֽnw~Ggk&& &=lB;#`z^kN.9.<>~>rg̓񄥥=zlKg?9!hr b gs# WXp C>kd[ԥ>g5DN`XlٳUuh̦rK5~uCcpA&0"nz\~) ڝ|fB̟uGdw&xBEt."d&oMOԩAQ ('wΎzI%+I&_8hif/XI4n&J}D<,V2MbG*]=[N4MrMO!q|k8IA&6]IҒ ˁ@l;)&S5"%Otԧ.$\?>?>|ό>||cߜr\V*yNM4G &BgJA$D&@_n=ZV%T3:).s7r~"3<7Xu3A"Ve|BJܽKI)[ץ 6bwH\L\\jx)bs|q֖)gi(%\<RcW\{uyL+q|W`x.HLR9⃑B#^ex5zc\5GĂj+$6FHDgJL$.g +GN8cuuui#V*2"QÍiq8Yt'@Π I*l<] H H" %%IثЌa,4B F<I)'1(KlAR98jIoڴϵΪw}{o8zg#έoEmG5q8QkvޒlWINĶԮN5_"$KsHLo{ 88uINJgZF*￶;U[~?{[?ސ:@URU4J )$ʴQF)peg)i%))$_ ==7cHb'QF(V괬V*})$ %5,G,3ISznB{Q^v*+5o}$lsDق̳8F |lA+\$fIļ؞Or{J=}lV2RCFR ōM"RHPU:vRSoKS2dTRd5-F#IS#i- M#$)@s|y9y?x]^(|ޤO;_$Li)FdșS2XLDŒo/SERm f3\/?~]*iњZk%\aUJ^0&uH_|֩F'|vz5׼2y+_6p8W:w߷;9wxO?%K']쨦 S%RR+, eu[g&dTc9*hN6iHSo43O2sM.ӌfFU^Y]~"Z"8r=Sd&•P0& JeOvc:qGƷW[jWFgDN -6QOιVٗ)sfN$fss9f7=0;<]{꥿?'܆׭5OggSKk*!G7X@< FY 8+%{-YQG!rLO=gy>&{:x}N|N@BSI*tzOV`gwعo[ݘr/pgwoG+旝@ < ?Y@;4ބ^agOHzTNEK{==3>||'M=FO_xz"niSD6mʓ@W4 EplB9[mo{жvd *MG7|Íhüyd^lFGe7&.6 2?lJ5ݶ>`p> ~ ӀX]]tA)%ޏ4yejׇ@? '0N (2s]Vʑ8?^f8L^y瞏'ϠdWyO! , 4 3-87^RgDP+_"o<Φ@}y x=+xraS4<$ SE YNNZy0PI6C}\%^DXGg`c^M?C |CuK䖭ɐN - w0}a18ԱFsp$<11&|OgGοCC^|b6"ZTJ`揎tƬG01]b$%䴋=(?=9#2WF2sF:!1BeVa$Km3()Q.U2!P?P\[dRغy"# #S"1Rbc"⤢:/g,"%A,q)pc0Abbh>)'bSA/1M8 W# %$ G簿y)\B=L{H"1I+*}eYVg bz$1!fQ)ħ8b\2{#'|u1Q\m6zv\GPKEp{ !>H=O^(G ) 4{C$l]^tyBj]gjIF*G9$zr6oUPK|H/קqK*餃>.wҼZy@+$}ͽrtf1f VRgfʈ_z V~SOj޻R z=k&%Cd2BJw8ɬ~| y5ZYHj0r'N;ssGO'.M5I}Q:rp0D s0>{}F| /$CB{+''yz V)dj fx}$"}c s{|<m6.ꍶp]6lJmEND<.NA ^=,s #>#/r01oؘ~A<#<G B?8D#CcBPKѹ=R~"{u΁a/2S8):^qҁu$ǜ)BB.GѤXBqKFI6eL)poh`#P$Ir ՔI=75)pvEW-x{g!dAj椥&R {"}@,+g6 +ȰmHb^=jCc C :~7pί%LJ촽R vgGO ;SȉG\G;|$4uO>ٻ4`FuЃ)x!ן˸m]@to@;~%58;ꆹ [qhEڂ;9Hy;z|i^A9iИ"ME+͠tp}$#vJpLT+\ FwxBx3P"7<#*ꪥwWwy{tGOw RdTz1\N-01:yxϏ Cet9>5vcY"d\R>IlNT]! K[X`9n7:R؁dVB^'˄tyC}$a~<5Xy/~ypBtZTct4Ac4W}=!Ic2TS*f^?C|*h4W\- 纺\)Y0Rņ>os`^ -?^$q|4q`, +WI5ekD! sJ?ԇ9}JMҸ@xT`"N[knQKJ9Iy9U\XlOu_̾yOmD@$ʼ]ѳ&[z`y:G=A:IhG>@1ps*MX!.B)'Xd˕`6l"S30lz}Nc:KΗ {{s;M:o6cm@Q$..=f#y?F'|O͟Ö<9ĨyY #OG1)~@6(j/SLGt.60?o3hQG"tfy?E]'fa %LXuG{NTGQЖ3myGKb_#|Qm+ZJ)@1u%;75d(ȣ v7p}':s=yӡ3JmZ&~9~û~Ogz!\1>8NE Z8HON'p R4h*Qtjt4O>|Z=G(N|~'}:CmP@.pzsl m^ @m ll}٠m|C~P<9vxk/'ީuzZ`{Qfam协>==~@^"Ll|HSǝhpaUߞ|$ /lFNߞ'A:-BGz9aH{?'N_O"bG /t춝صb|i퇡9 }nv-YGHY[]?CL1'&Ho?/ ~&Y{`G'ЇPM )4'g~z|=?~!Rp m{n"ϟ} u!@8P!po{7/'=f(y5|/JIIzUmd 9a'|-e:v&=.W:|j1T_W{<C:v-m|>K2yo0{z1erקQ:CP8y}ԎWn9:ǒ=Sa0ˠ,t +?/γ*G&r{@#VYo sφyD>G9myeaC<Cr #{>]#v<=kݽMfm_@vas~o77:bx=E>w >*ǟ8:c,8<ǟwo&ؿ`=Dv iW&viv ُAw;3mֽ[oUлUmmGmXavOP{}TܫV| ܻ]3w@|v\G_bO_^&G` Gy8K~&j箃P"ӄ=! u0"ޖ"tO(]S:cן H,Qؙ='Vx]uS 룮إJ#"G_dȺ'c01ӜJ(R~yC.3?.hhv `$z'Kh.@<)s(-BE<*3 eOi]' a8:&cn~|s:C%r|*j&|J}i`wġL!N|cO =82xD|ݩ6vZVN>$9NNÇzT+dXH?vv~7Δ/O7e8M4A 8N 4ƃ֠N9rpE(`*( (JR*J )JHPPGsUUUUU>۶ UP ]nQ('YWnC~wn@qGc q rƉdA#By`@,@S#(9=X)dRO`bg ]θ!j{Bqqób/aJOX|E,C;>0^ `:{4Di]q"1$ԏǟbU\΋I!`IxU]Bx8wsoˈڀ<``;y!`'CAmЅuO]uHc0t)]IDw 39@Xb4S=x͜_79{nw[>zs`C&u}0d&5[䖒\ xI+ryBsG\FQ'撥Ҍs@@*^oOD; MҐF=ONOy0\Asw$J"Pr=7 J&Nv1Ç٦(R}A+@N(cl7CɟV3޿t<^v{Xb!|EȌAR <=ߙOg"hoЄ>~FΏg=$i;2>|R{vV( H6HmY'd7{ȗzul/{CvIij} Q11Yo!R`>t=vD[gWp6h{[R[^r'zup2RIRWS@<~G{p4#;A>%>O>pL4ӷ#Nց衈 T7OvF4PةQx2av&ȟl@)ݔ=g UW[c}>1;=7 |p<`pш$I*VwWk&abtӈΛ"=={7{ó `}G*/Bc׭:0ca">c޿%CCwV6OggS@ k jө?bcMc??C4ï'Lƙ0sDzgb,U]h>G/TSA}15 xdY"?z_RG&<:Ob)th|INOŒJPic1;{TӌQ<=p.yDxOYYMpEќ" 3bbx9 E4QX޲ iIN:h8?~/Na~^ v?;F{~:!~rqaDF!%1WVq\y?Eߏ{\B4g%!Xu䋜^9XPqA~:w됺 Ǟ?~A= W!sn q! ,B%a:c~c/*1>W8 @!HO@8Q @:$A@,!q6v?wM\y`8XpBp @B\,0#f"ݯnQn,.[n0hq u<.w"8`_1 @M?ׁ\% x ly; Ѱ::6`M #w:+x߈g`J-s{: H]]y;r0 s&DZeO9bA^Hf< >?q>WLazq=Lހ_N*8!:j4:' :g E7OX\?W pIԟWoW18D9k0~d>yX/0{=g=YO|\za϶i>r\'vi4t Қ"f()ZH$ IA%,UD|IF/"%'fA\d}zvޏ:!J@'E0$N%].R`x0$tqqiWa$$:!sl +D'ǽ`H2k,OXղPIv0:,0H&׭pQgbBP :Z]?qZ^8C̓b{آexׯ[PKQI)i[`Kĝ-)I0A%K.&= YУ&21bs$ƫHLD]KI ȪG?md&*1~:<| Vu?5$%F*ߵi{/ ikG5pk젘}K shK$Ghc,֏о)p^fLؤ\n.. Kϟ>qpspA(+y <K:P%Vhء:h2d#?[aI|aZ- KBLV8H%ZbQ1'2Qa%'j h!Rbm̱$KD0F8$ J6hLGq H88Mq8e$8,qsfRKGH$A2bs%1(9*:{43Z$ $%ٔ䂖*dO} BT)!\) 2$ K2#mimD1Cǭ޽J-m;l=l[zsZ3t^V) i<<dOggSK k .79)@G辳33ud&$?$`D'NEHS>tyJM:{ks;=^{)tGgA8y0J|O<p  %d^k.zDZbn'!ʟ\+B= CC!f a}BKr@s\Iu8 (˛3eI'9? r?'>G-? 2B?:=GH;!,Ty t(z:P. ?48ոng G,d'`G.oThP/3Ɉ~S|2߉8_(D*PPB0W.xXgJDX 1te,6>K=!zyjf:p0lߖP }oF҉pjB@N*Or:qHisZ:@U:pKC (zQ矙83M9?& ؟ѤRYJ'aD#6*|``'Bv|ȹHЊ2i@L˸uBD@ / 0:MꂕTZ֔H+mUEFc:JRڑЃ(C{(R_QGӧF'C<|fr\ L|f t`2 :yy t󰁁逴NcǧO:K=u:Xxta:h>|u4}yn F 7@|b=^zC|ΝCL \aȞ Pxxt㧣1"t0mEVXx{LR˞<%*׷?Ez}C{~k:jW1me$IRW0o 8<%1Pjap-CpA/'}Ku^tx!9AܹR)䒴P@(DTfvJW Rp!*8 % Be ([҅)(nPz>Sؐɱlj<גwJ|4z4 ?S.'; AkՋTyI}B TIס==P'OxV߾Cqt#!"|pxQøEqi"ڜXxgg'g<Ãr<&eD(PUIJ ((@  c2׭%*={RtUU@:t0w{" |Ͷm#JZVݟ><}:<:y=PΞ>yzzWհ)4<,|KQztOzvxǞOE@:'AyqO<,:ux:|/:({$l>Ǟ`ptiO`>9{=1˭CˢrG8>gB$ =Ǔr'ʗф}h]dN ԮâvIW>>.?cjv-d@'@b ~=?-"* o~0#G} ~O 4z:>sl;@@@0 w{'w\ln:zH8`PC3U,Nz8peױzt\|鐘MpGDZׯ࿶{t|{Ny0'w|m|RL0P-|{ka!g]}#ۛ'(w۵RK*PDv~?%u<6m,Ve&l8K‚FEDz*ȚQ;{<^wx;̉ DkS"z% ! 'L*?!ȟ!8* fᅖXrfBĊ(4iÅӀ0!H'a&:>-99ch쮚3^r}!hC $M0D=(`T*%GDMve 9 銄A6p4PNeфXO p^Eip X  5to.f@.z>9!@sGC8-!OxCaO\8{:#z~W=>Ν0P@CLF !󪈀Il@@2K3]{pl0h`+o"<<w(omߍ3\ 5>nn6A:\" 刎|rt={aעzz:,0C}:J_<_YބOLO;{YKggAlL:><= #{pėONϓ;Ϛf!vxj}y =>#R!2 `8f;u>d;l $9!ٕz?@8s8!1?o5o8~LԘv=@=8?sh2+4/D| CD0y`bC>S N{=Ԛ@_'Ď 99IPU9(h$Tj 1ʈD ҍ @"hW%cY*s1HyN u٥7GZ3|i ( zx1=-r& >D1$+"%f,hqds2 r{M1?gDp|vri1N J|DB>g6%3 NQ"x8; 0˦”8> P|gVvt8 |ʣG SbrtwHVgar|ac!tw10BpvxCp( 4>GN ~Cpp$,v$!<©k`Dw1U9s6@e{gvN[b+TͿ7rX^;6K 3u(pt>$bH4t|[;L1c:>o#暝PN?I{.lF6 '|D=ti&]?*LLy/I= l{tD|}7龌u+r8`Ls72 ഀ~0my tim)֠B'(X?0hGzXt=pA?BN>-dW5' XEpQ@//ᤂCݰ쌞 t!a 8mZx:"`gs}0/P<87A:u=z\ҏG%?yu鄴^(שZ'}2;?כ>t:k0yװDP@==g?p''ãPt~|!^ŋbǏ`Ssg4I9/C$|L9Fx'Ft~xqsOQ<K[=Ӊlx,GXYY|z#EB9Bm/`B3*@o,fUF${5{u5Χ}픂G'S3}gG5a'|_d83qߩL!Tg:@{9`>(ӊ{;r~Bv Th8|i=r$"Aޟۏd)vi:|`:?'.ϫO%0ɯONO^fH| ,eˆm I ql4p%nII@ʮWnĉHBCΞ xOtЎ=\a{q&Noc珞9 OtCzA6{6'_|~Ov)1XM<0n`(z,%ޡmϟzy,m_=|icT:R31]sUv#\/H,IC뫘E+tMӮ<: %YܮIЛyFx>gg=!a}΁^>I~q`s_>>O '^/>O{)OgO>%@ Qu]evWnG{ %}uyPqLX9Gy~6c J# ]L01sahࡏ XW]Fu?B;iM1.妃 dGf<Ҩ-rؕW>{-&zF>tl4\/m0OggS@ k z˗ǧ/)̒KciIlڜ7OVqR{ꥶ-x3?7Ay_?Lc >YwnIZ/ƭ0y12zf2̌Ͼ-1x31e˗G'=ß?~chP Iӹb|n7۳h&Hki9ɜHiF%^lrA9c2`ɉq$MlƎ\-k60SC`^fߓJcIه~cv~\C.r{.Dl.㝝4ӛqɆ14qϱҬ/ *|<8x O. tT~{>(M9@4ɝ:X88i?D'ߧ 1~cqy94ҍ4z,E8PsqOM(ߧ߷Av.%5SY5|-6πxևHNΌoq}8<9:813x@8GӚ+I9m0ױ5>WX8nA<'Ν:zXSgOCn-rX,Ǘykp>a|>)I:FRDF-aWri躝2QHK ۼ'L5_3ښ3yT8R)$@j? V.]*դ 61>wߋ)Gj~+u\ =Cz+E&vriJbyk9_:K1"Evҍ%iƸ$DD6m*TQ؂ .+̓iIXP%A'XAe1:$#S1QAhGfs] L cRAa)̔5=J4m gt+K3:>61DDnx«/E'S|7WD*:IIq;{$5'TtE'2tYUQ5)R$p US|T|}\ϜK\_$ C}3pIS*vuVuT'~L߿W#{o}>⵴/A;QMPhIs=n6Nӳό\\$[s/ RrS_'K:#c猶;ꔖQᷛkܞ}JPI{eqNjn$\;;qqx s3iP'SůI1oq^T?)sCWV f|P]hMK,\ %p~+z_=RM!$Jq%[JeMZYnhBZUn2UL,$&*L-.4 _%QD$•.򒮒v؛l5\]564*I낝A%E|\JgJỊ8 +K<%htCJdaH.EMHTlxu@ 9q:(I\DIEMqH(f2] o%B$JX8e1ZKs!#bq8DlqK.;?۽Y.T$%2"j&͓mim:QCst:]4gTVrv*"vA|[mP\y̦th>'wqNł[\n~۷zQޕu \JHoOzR_[:Iݹ.\!/m.^zJvS. zpTQ;sqN+1>"̩ؑvSViz"Wr CKT槙ei#\,Q,08?%xH%l"\j!~5SBG>M~>Q?\bII9PG1u\G:g 'xg%/|&|I1+'dYL?5t&̰I2JPE~ yiSȤRgS.:םaRIL_Rm(S]JOS~| w4=)ƴ2LkTSd:3C6*GD3hky¸fJ~aUwQU#_&SY ^㧠ЇJtzR|tdǮOԴ=ݥGdի*QTXN h,AqJt+0X#QJ4+ SO~UYUf4}eAaɅyf6[lWʪ2x~WI)wD&xs%Rig^J0AD8@ O˩~s(ȃKYzA;h($pVl +Г4y ۜcyؙ20;;ugls[FOr # ԏ^@OggSK k |Zg#`Gv3=s82<Ay? o/~'Oy0@ <[i8dt;=&AC납SV"AĪ t׋28vSY`՝u-,g#E5h "z;gEd~G_$^dqy:~wb׾/]kLnO?I\oyTܿW/'Jivh>p2_"}}pu|''Gy{yp{/2.bvY*< F X<GPR$KtL 8tO,RSjw?Wq<[6mt d|ĺݫ{}&o P)/Gwĝ\d_-ڛJϮ@< H<8i7A}Z:1tiEwyx^Grƻ ++ۅVv`1!$*^!Q$65J`xS  ROjk/12DLΠb}d0Mۂ$iɆ>G6dayn*:\v=i0sÀ!`OO:gqW+M|QD355:SQ<_~';z1Ki[5*zrh3|O)kOEgTf)U{8% X]:0nG`wo_MNŦOHY`mH`)L̻U Yy;x)!b(5]C w5uB+旝4<&=L%8,G?P\HbAΰ 3n~Do6v>~6X4}>yy;P&8nb6:X{%DU2}LiF.|y B819ۖo>ۖ #ݳWb$?;.CӑJoŊ&BE%%[0]0WD}-MרOs8q[$RlgH*^¾W,/t8(pQ,yhoތ=<|Ǻ(|O:OO~gog_GP-L=g'F^>^# s:}Thr|_&^Ot'SJ]=_}:n:n脝uve:'ABlb(V U8f $Pu>1A gN&;zds@α].֕!Kܷ#$ic?SϏDƒplWes N'B . B'Wm,^O GRD) ^t1ok.- !0zRIv~(W}|jiکe!Qxz=\>uCHvbs~}ܥE ^b"'hGJvyK'ޟH8)q)^@=OoNߎa]:!@>!o<4OG.-~&y!9rt}ǂ2gƣϷC P@"e"Kmh0Fׂ>6{; \ :vFbsM"gu9I:͓%9(!c:y芠>|XG YsFP!O=A='ȟ 7sx9.5wVy-%VŐCH';j Uuv0Qvࣄ[IXM#/-:Pl!'?~p{!ii(~o_K댾/b-_g :xi(>&]6P=8yHt>zvx:=w5ObCN)x^hx,M'nB[@sT5:UBu 3HR d|\U v:><`tvraҘ'>G'4Awa~!@ 53`#_KcAA iw˔*H]ȃYYpdsFbB(ѡJ4iTbE"/1)>|?HӠs{pE?PB; vcx=ȹ#`S_cB' V=S1(zuȉ醅кrG^帎r%veu=Ɂ*~t)_ pOsw<)uQ\~-~9=z|$HN2 j}";VŁr](G!=3&~אV&GS_hNJG!S<\Jd>V=g&(ݳh%x;"j৲}?lsy7jW#J+H<%Rq$&-')#y#%q*1¸y Oy?8٣| P='ЅQߩpIF {~{ROy,P2g'&kD_'!_>G}]|)Jg\:Cä4|N٠pi<0ar|JgP|3P}oxÆc6.qR i@`Js ZAo@8G*FrωිyFۯq 6|pYO5Ӷ?szb&(o?`2Bx ]ׂcy9S|Ր dQwۮs-^p.u -":m'\`Ltax`vOzRˬgxRxS![I6't+ x8Gd [vbji񿆦+O~f ML[%YKFzHl'g3$<%|ݹ[z Rx} {_O,鳳<^+6{C9i1h@pD) );N*Դ u}q)^qL5A>54n 89xsP |'>G`i@l{98?)}YDOpC^05<G|7tpˁhq >N0|@s kpS }g;vB2}OzҔJw)t{H?> ЬNO :;;@UvVߗ| ^OH2/{UA;]C}]J 8buG2"T]sWK'}Ŏ1ŗ5|YWT+N|B"eRgoُr'Ӄ^WSr6g1iiq yar ? ?\[(l 069٧'c:轊=/8e?G<><Sۿ%B<qG^?/0B5'B:#gQ|XOaO:F0Oa݁z`}|,}lʲ%+eF1dMH~eՈow[g ˝>4)=NN<:!u\˯5JZY}YnQ̤}*CQ~7VyFkh5eRDN]ܩRC7FI\ZkCvz_0({&H|>_G:n vlR n?g)':?F3~NgA:9NNo}*^ GMOx5gsl>5ݿ7PĂb>jɹ:F׊q*F#!\p[ʅAsY<9urOРQ 8aߘu $fp)$ ~~-J .J;=Π,^'`QxFs{xxϱ{~ 3õ>gJy0s<({#WN/Q ('"8ć}ͿSx=NS oNã|?4''=[bzD@ 3{<v(YkOl;gKc-k> /m|-g[Xz`bAYZ1 미rۚscU~q8ۂyg|%|v0BN\uglBnEA>bE_nrfDo_=̲XeiFԢ)G>rҝv={tLd U۴\yjTrfr?3{ЀNW2z} y#HВVdNJlx}>}=4>|/x|}474#@x}9A}w=N&$J2h-/АKkb|ܰ·bZ_X16K} d_y +5`ϛ3K ;}Bv2U^=! <`/|K,W;GGVE hZ ~ScXS!y ^Y}jgb۴}؛u9@f'ߩA/@.gfjxxVW^fwn3Kgl Dic@k62J\@wϘcEp[%jռUxjƽa' .0Yn߾ݾmڻ>dW÷j虫vmW{ش8 }zjQe8GcGjݐ/&fڣo+{7nվKٻ3v[oճv [%v(vjTcI\8t?2Ņ_Еi>KjhĐP| Fի}Kflݾ۵Q4jՙ E"7ͅб\?k ouvj;oΫԖ8o^S@e,^Dtv)uxvDC4ChC#VбH}ZDBt3/DSFj:SSUq"WXYjڶgڶd%6o|T}Y,h(Da‹g*ƮAchCha|@lQ0^6[F9g홮֎֌kG~ʟatsF?9sPx璂ۓB`bY]*>@T.53WVmtfYͽ?Z5h}/e/dlGȁŇu5H?׿L97^xԈ˼ j fϋuՄg\QgmYm*m*E~Tj 7j:1\:}]vmjdm.C[;a/y+|!U{ό,v{X^$ӡKFȈjK$9!f=ӃFu_#D$/A\vEW+$Ή`^ovO%$(UXo"}4k CVoTPȭ{:6" PMfoB͞(:r@|qco7+BτDȪ)PT8@U` M`+#MlDfD| jbH+>>hDО`tI᪣jQDowDLX?>TGS2Z?~y$1LY? h+=4I5QuF3"G?b,[ӽ5kbF>B|'=D7G9@V+(ޠ'~AD]4z]Ez$ |_(Жy=+ZVU.=XaU.N[jp`t@-^!mV]XTdv[FF+<\=z!0idz4_*>U\8Q+j88|y+8zΆn< c@5+<} =1f,"zTz!Xijp@^־}2dlĉv = AR1ВLvՐJ1N1+W6!uB@U*q1G= trgSA4+HFfR/Ewo[.=pp80mGu$}L̜6#?/1"f/ZU{lI^+Ȕ|$'Ռ|$RbSJYy6/;o)fd&:xh$T| ]nAWJgfpUMLj\\ _j{&>/#rO(2\RWol_7wȔ4&A⤽{6O⃅j,Iʣ@GS@j6bq2ոIr[-/B̍i7.Đ,RK/oZ huT/qh>ɄWBaUDof^n*oPHY87SBA9h-IУc} Uy9i9T-XL+a K@8K&u dH+9k+]poF:wSN#r[ u`8P2+ӜP@h@@ =; p6an+Gp c]wn8}SūZ;jI*6+h+w\ 5jV/ׯ^z׮pZPŕU}R7-\4ldrA\=z2*/ڂCgz ^[ry63Pℒ6|>m^pd qòe/5s;yDUmG-{k(E YӚ?EC(O=Ɗ޽#Be\ڣ6o.Չ@Yކzp-}QOa"JW$tA/ 6:5T*YăETpZ<=2a2~l욵}y 7}qM ~.zੜaz@|'@@I MVׯKU&Y:P`;ְS'`.JuhPb+0, &k$X[X`6rly4 dڪTYToz!"Œ @S7mZ.&AsSW #8$/ŧVo:#e/IQ0Qp`kp?or `f 샡AS#YzтH։aj%D~t|2'-BW==:b?-#Ðڜ68\!YyH bQ9n#2I]x:&2:8I>氟y΃ \\{vҘG>IۜsY}9Σ8pFjFN|OߎQDѹoU{]fjQܓ6cɣD6o}OԺF,EAߣoީ9GkV00F$~"^^i:zvP}MSŏOPm?nfס}) ?OV&ڰǀ(S?EstѽQϘ>a4ʘ+7Ruf"m.W}܁_JCzƟ&b_ZN~/,{ E>8?Gt*dCVP`kTd)y?wK̋FF Sә!VNHñLՎ} >*EH $G;lښݔ;zo!wv@j(LVuwmQ/u"M@I=mFG0ggo[H\:1759D6?V6\wh^NMPP0AiK$$[>TyDmPA.;j_u<|$V}^Ӑ sTt08dVd0jٳ LRFw *d]WSR0LCH?o US/}تڢ6,3 ^n0u5 .&MrL%w}x&tK&b!M5!*R9YR^n)xKh&} ;{ &\ ߘ d֜ߋ&]@u@!=,E$4rO! \ox T,M]ޥ>=ĠYL 5:yM\wetrC&\0)69+e$o-o&fޛCXT,{X5=CSp4a6 a=n PH#pCth<;β3txX܅^;ۙ^*6;C+ [Bd0@! ۊyb<!,2f!8 &Fi6}OD{un` X6I#z3h]͓=.lqb#3ngbq7cϤp6w6 |I5dS_j)[eQf X^Lpb_2c>RUUsP_\-RlC[|㙫갥/^68fL;2"/GwS.;J# >n >y^73΍x5s?Gsd_C0.v?|FgtC=xp}㷇=d;E]]~Xf,ʲn {IkoM[n{vm{{Azڷ9Aŝ;Q,A0mλ-;Ř&o%w߹w]<^e[S(( r*Jd+Vtw^,OggSKk 2*@Z&PA/I=/=1BDUڿo h~D :9߭>S4_G%ׂfˏ>o}6yS*m΄Jd:+/TU:ZrX{VOIȜ wߐ"p82~`|.2sŽ&<<@iNf˧=svP9Oe4&U棡)>&Bq0xe՘Ps$T>1,В8v~  v4uy9{i-V?_wY9?׉cJy2|.3MkÁ0vsq E释xad2( s=I bD M 9y܃N0.$SLʝ}K<Lp|wѮO}>(}>p9hg̈́ |vrC^ZHjNz.M}uW!DDJqtXx>O'/t{>gG )zh T$@ ؛1Ɵ> AB@TQ8JB>y2yu$PaO}!ޞ "ǡ<Λ1y"y!n3ӧA_~ۿER#lg)yv{|hçNz6|ybx^=A @|Ĝ3 az^`|C< pX2 Q=t{ck$'\]5޲P=In ֥fkKv{r>@|w]g^D1Mѱc"f#Ƚy~zBM=1,vSxdI7CDk%LsΦ;l!~vssaxOS[vSv_JX='6Zo?7hzG]o,NKўrz<чtsm`lB|\/#π}pߏK-9+ 0H%A 85ܗtax3M4aXM#;J:bꂒ)9к{A1nRv 1_C?G싮yDnt/@>Mb<3oaԸ73P> '/'! yu?- &O}/3sj ײ4sr{uާSős~(l Sj3څ+e -}wk⭡SpÄN12t6&\ `-C~sy-XWՑ(:9mNO2{<c+zO!ӂH}9zjy|'JdIJk.!r.<|pw&w+UV7=3my('NqT!cj{}}Gy&K38Aq?ȓ?\@1:ׅ޻<`(QɋE;ꁴjQfԮn!]9~m#pKX!`%i ^+8n܌JPE,f,jA}INe5TwˇXI%ldĖn9[e<0$q?H<0N 5iU#fΊ2o (<۱Llt|*!LYsHtGdRS!'J@\% /N%"A8>&l~>G}WcpsH| |=DnDŽӒ_컧C6:9p׳qT7>j!Gy=iOGŸ"Ӈi+P0~D@i@pŭ<̃}}oYNiZP  R`$P`)r\!vXUAP{{W4>qݾwc(S&^aV$ySYDLs tb{ MGG'hÊ{BxbjX;B ]K%bcߣȅqsbyXXOݓ]~q#WSђ4S B' gr)QDht^Gy&cq Qb(cDo#9|L.ˢ$qJA`:RF6炈B-# P%/`gL뿫hdj@B')밿 [_uq?Y`OJB\#VWExbFWW*,ߘqPϘ/ YQaQ9%@.I*?ty+_>gMh;Twˀy#a1K*:`H9s"]Bɖs|y!oG:,ҹؓ|=wͽvOrk=PSӧ,C>#{:'"7ġ}[GH yjЫydp|{< )x<1{>&^a!` ߓH|>τ&#'I1E  ^Pr $B΂A=O{^I˿ yx2E0ueH*< 鮡KƅR<]#^ܭk ]}:0 0,96#(K..tBnsz~C5^ƛ% 3Q#z8yuDJWkCR]n{3焳m!#5vNR^~IfOB0ƣźg(~Ά"jpeqDFl [oK4&Sפ=/c TwD)0fS8e6Ml4_ LMPќ߃C;x{}5Ntͽ>>sy9=>NCJsr/7"D/B Jyx|O}NϩE?Fnύ qtK0!c0>2vHBa QRC|; 955Uty}&Ϡ/e~ӗQNV#:y;{7xM:F]#/=x\`~k@V@?x- jӱ8HcK!frJwVo0PfMΠ`mfr6Tw,*pY8l86Zrt%HB$2]N`G&9Ws4[wȋӦ󯣱)N z>GD>g,<}_@ϑ;= K}Lrߏ^4m#'y>q|ÀxSpvkN_8=a>|<>rxyTNބà ܄9p@ >@/sY6R IJIH}k{?Dwb|T }` ƜȽrR9aEqN/2GA .|ewEr4"bgcüc9+O%D)Rq@KE1-y2a|'?Ja0[LBx(Ɵc~f}t<Ϲà'gৣi=3сMO x}G~"E',O#Jp}}ρ0rvGONpx>g#ߊz^)\Dv/2RfbU0 AebB n)Ӏ}}#co߁b}'=~(XS렚 ,x|=&IӰMInm@B`.%`|K>fxsa/绦*ܷ6Ҕa6a9d[Tgհ9ۗ* 0gQ[|YUeY!4y@U{ˉ.T F Cb$ $(R*pr~3όK4zCZ:ّ+Gpk?O|_sxyKvOtA}#ħcؐO@^Jr=v>G'y>G;eBjbx R$a[}>܂P*HCbMD\`Qv7(pŊ:ĂE'AVAIViD[01 }>xxϼxoo_v(}`}>C}y?߀#}vy̍1&oYK&p񳋒͜r/|Nn$$]hEMh>Dd\\Xeĥ35lv*WݼkN#M^r !eūȮvWDalᝑYgf7&bZxYHCˈ hZ-wcY >7u86c *Н'u┳\3*ξ8= N2s?!Sv\¦n88W}[H;swJT Q.,X$eGpGZ+Ǎ>Pl~(@܌Z871>@@ë}rj`tV 9E8ע |vˎ 8@ݎ}>xqC~]11t_qvTq !T1 6EwkwDA|MNO_Y] >zʾ+RQ[z[@5i@oTD_<,-˦6![xmc3jﶯαj2pV|Vbf12:XnZfߵfm}f GրN%Hy1%cHVv c5}j޿I_3>8NKjǯ;6;oե|Y/foVݫvfh۫hVDʼDP(JkPV>f'FJt[Qܼf۹I:p/44yٟl4o}Z+hj6ٳm:ّcpȥp\N "'*o^ ffzgխջn׺JGsD뷭CBjxUf:zl>#mm9uDhLjNƍ ٵkj6ej5nW 8wJٳf3fVnڳ:Zd@<ȱyRDB򵠀#{dfKMv\I6'?L&mGʞK8џh<=& ?Həys󏋹wy]'D@ºfZZw͛ڷC^<>TP[wh dpDtɅ.;Ik臨j7,ېh<`.Q}Y8DI.,&y6ZW.:k17x=jV5tvCvͿWio#%j)o<2CQ}.Y7>Z*6mZmt*v4͔'F [hm'ʐs!;bDSG:D!@fAGl-@~"Tٔ ̊yЉp%O3(8)?^P? 8!Bt)]X>0p.XC8TÈ8~-!ϛBC?fx:<1^GWyz߯A/.~q1URYhJ~/Qx{@0_zo'̿bgfϺpuUPZ WTyonܗK]ݸS9瞂 t6yT gAjmW@z&+E++nx gz>wAV@-Dn?slp/I;T0 a_DYʎ *+TQhDpŁa~|b>Z!SZGa]`HXB& ʰdUH^4sFW_ϙY::$b&a%t|$1UF2zUn=,`=ռGGGF(Itl{g؁S(6AM *$bUt /9UGU`iFs]Z_oJtTW@UeUj::::uMXZ8(_>~=/޺*˧tW1MT#eNQFp߈ GtV*PB(B?MBF(+uV4mbi} 85Y`2ی9!eD,Q8?2JAʱM}'ѝk)uI"Vd>1ּ*8Ƣf18L5+Q蔁 ˠԲ]'7^xabiGlzz⬽=}G/ע|^ް=-N&֐)hH B5JIX1!.:[ր&HkTSjh_j RđT2䋋=k9~T@&j>S.}:6xMH&9Z 6 ?>=@wU۴tPS<6FȐ&E7jBj3뵈mr/hI_BwԃBg*7ZxK-$7c%E^A aӼ&4YGbfl%RtȖH+;-\?\D6_ BucW7X`Òz,ꑆm4r@.ӓrD@s^-׫&p0$hӫN׫.*FGPАzD55(sgqz>YηTZ[zYީ޸UᖴlQg leǦ<:# V@@j׆44hѣF7TUV.BF6JlIhom- ȳA¢&4 @\HYtY"#p^ё۫54􌌎@HV|lyU-e~ ݚ ̇ln"zDg l-nxTlBzפJ$4w%T T=9Hhhf(4zcWb pUcߒpƒ JVUcNS4!ƕ.Ҝ8N'VWAI ^Zһt,KHкU,^hyvtZ]\LL;5@b\z!scz+ᱭGcis_3dUe4>OQ"7.n¦r [@~& ]&l : '[$ l}d̃?I"pm,ɑDX|D"I#G[ʒd 3=? ']okހ-$~%V:%8%O[` 2_BeMM ֖=+4 W$0~@sp;Zr;$Q}~G0moVO-o| \|I?_& LLUZd747&r՘v~Tw1x2xyLTj2_F}36&OfA\Ȣ z4ã,1;oSI>TD*.8KBн*һy=ReU{DxuVU"6agx:;:M]}kn;<hUay4Y{A,9SoPDz=j5;W"sP:ވW͏^M~-K8QA"wt`:#[V}5Anp/n :P]$ >[X=!:?N%’'xwC[JeDdq%t{p)#Fn}Anf?.,`V6OϚO'?<|_^*G_&}M̓&ڿ]^O8wTJϢ5ikQIN`WrV'k*e o5D_Zm݀HJRIIW3a esSyR7;RUs74dT')n$'i@ D}׺,V-[Cwhk) :/>s]jz{/lStSBx y׀}U:gB-2BCpJᤰi+3cgV2C.I'Zm0pW)^d{OıS;yɧZ*rIQ.*BMgX:^ .ȩ|!5탓a)C $蚐lɀ|+ÒDBwM;=2pH}0I-D* K:?LY4m bB%Mۏu/)C^z!f"m |e R%5!"j{џΫק4?!N%ÉKZl$PQfO? MU',bI")^BWFX gHMMl,`Y؍&mK {H$`U2Vے,^ w{e[ (g6 cBYDPnxǶ7yv6!PFӹ yd[fİ!BmfvDac@۹?8H)sdA F0 $(6;dpy! deby?YɻfvTc+G mچl,b317ry[xg;GwyW$ oP3ͨ~YލY?7/$62lEQ;32仗kwʹ +_M^hn:Qy>#[ W#mǒqH'lrΗbeX͆u ݐl 3sd/ ط`S)Mffri"]eʗ6ߩ沌}oƛEQtD]K]Z>xuۑH\n̹gٖnhD7,Gϯk0f}o Ydki?w:,$=DQ6x}XczPHE!_G/boO]A3=X'ښƝ;7-̞CuI[3v `; j+<ϧl:62<~/.?'v]cvϕvCKٰ΂%@2Cz@Y Ҁ^(K ;yPl)G_4b|OskoDw b:Xp@c0 P>,@X`{l]]Z&/]%˃7TTEAff9[$?Ǒi]{VG;TjPe|}#FDn'+jR7A@r>y}8OggSKk׎ V86. tS4DxSvȆX{jG;>''z>ϘyG|/'OgOO{?b3pptkj98;@F0AS}}v$Bk{fSpHSg qr"z CA|55=fFkzH~ Ѝ>c8?CREԐ ZIY;: ks-,tsWJ>3Wm pU{ç "Vl,ԜMNXI@(Ag& ("Ī |kvia K;,(o94=oW;Xhǃ >{Ez?Tx>7л?'x?GwEOS9O'O|cǕ2 tގ룦ths9*b<3=TCOi'}:pV(J 7Q@;kmm62 kY{0 ApY1"!0b>W}xk>>vqZy75f؟a&:Œ؛z{'H se?#ɀH}cr=t n<} /DSߟ==ӨTąuq L>>(xxLO}L>uGX6G>FæO2,y<_:a:y:|j0=ї;G` |l3z|,h쑷K' ]( wO7mZUͶdZ9uN_#>ZOl{InOGi8>|:NO@rȧ>){|ڋh toy}p B!4A0pP5M(^J(|庑JD.|?a!0?.a &0LjbPrArsO:-n!.YZogL8̜mc<,a6QiI*d,V+pG) MfeW̏!K꧛WQρi>D4ɔI!y 7->R~?Y=< |^ϑ~˦3_u^ .\;ޏg`r@6I ƌ }O>Enۻ|.}}(B@ }ľF s $ΰKML(}௼}}y5ϰOOK#g(>Rc,,zKΎ8a= kHvG&j@ hIPtTn]( {y>﷘=svmzQ@)UMBݾ@}⏼{(>۷Fs]DWÑÜ9 '*#¬ߖ1(@|@us_~^_P[Gc].#?R?\ι(]LJ>i߿\~>":k nXN; +3O cK©!"hZhEr:?smO='l/7ܛY oeSOSGJFOb vEkila$>p V~H@e!*&*1gKD11ȯ~\)_PvkCcy~GpN:)čyGQ8ƅ$ ph,=}_RIB*{} ׏U&'Z=aKo,KqhGbyj}" yt?CEOGOO;(s0s:=Gݣ8;SIM.1ʢ/&9?'oȢP?@Oby=`ȁ;(AԬ LA>E\{6f{}~}HR@$PqL-TTbP*v}wşkھo2G-۾ Լ V'? WʘżJDy~(c6]mĶ\ڮܝqo\>X<O/O<3Y:SW_O t~[X4LpOPOfmjDH'w=4)$DNVDRL* }wv>:"~,c~T|ӆy<4f]{c.#s/:$=a8pwωG+hBpլ.t]q,؏Qs{#cm3q$B`/ڤײzlxj5]bWgPO' x+ms><<߀~anPaz~{G_g:f#A\NCTN>O%=ޟ=>[Og ç>7y釷SsxaHGT{ |BOÜ//w{~x<e$,_a[ i`hkWϱ~kOt$N:A`Ă(%MS p|y'cIu],G4S|7mq{ާo'!7ml_G>&Ûa!"n}l|}=aG =$|gV:O~W[H+~`GާZ>:BR}ȞD}|&zanMޜ7oYV\旀%h(pZP1eOz9\Rެvlc-bittorrent-2.15/test/data/nasa1.ogv000066400000000000000000001625171454630106700200510ustar00rootroot00000000000000OggSWn&,*theora @OggSWnQmtheora Lavf57.83.100 language=undhandler_name=VideoHandler encoder=Lavc57.107.100 libtheoramajor_brand=isomminor_version=512"compatible_brands=isomiso2avc1mp41theora(kIJs1R!1b!@mSgVx9[l*hT()$Zy9fS xU)$|<AV* b!|< @86y,a/ǃbVB2E瓙e0%R8H!j4 b@F"`,@!AAP!QQ@!AQQP1AQQQAQQQQQ!1AQQQQQAQQQQQQQQQQQQQQQA!QA1a1Aѱ31pSa5u!bSFtт3tvwT'Fv11111111111111111111111111111111111111111111111111111111111111111!!Q!AaQa!aBBBA!A"BBBAaBBBBA"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBA!6661!Q&666166662&66666666666666666666666666666666666661QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ!!!Qq!!Qq!QqQqqсᑱAqAq!Aq"QAq"RQq"RRQ"RRR"RRR"RRRAAAA|^\t}^?/f'|{rE7~DR4̮؄ La Rw;i]/GPld~rbWGy' UHAUHƂ3҃]XVy̱R"P Y4GxþG+1g oPY]Jw #͵I2ߎLbU'"Lcbusi.webHVr.egEva4mʣ(TF匷} Mi;:Zt|*Rz1jɦtavV=hK 5='$Mu)UsCa4{Z̷?;G3+\h&i=Z _|G|YeJXu| UsYixmG'=pU mvF~a nc SP cIk,:=E d63L塎?#=Э4\XM?hSP9to8R:>! ڤM.een)PM+mt<cAedzRbH6+Iʈ[u~a+W`APޥ0k෧ވK ͵Jl)FJP$^!g/9N߫xcU8$/Jm3QsVFǕ)#H2imqKGBbimh@R:iIMa4 p{YY`DHJmc*˿0M+mt4T_~ 1AmyUHFHJi3ms,p!v/{W 1j f˖#´/z8q1mF /Gʚ>#q<9U$OQ mY4/끦m07$hOeDO-a\8UIedBsᶪ^3c^Jւ6+I:##I9kz ,yM9?>xulhsb49:H ܟ %e&a|p4tAIG BcI=֗s=}T:JkccҐsS8})xfi~eT|`LhP*,-iYdJ2Tq\\ 2cuq'_5թ5!gDowb\b"&!p4ttKo?*$LDDDELDDDDCm(J)+m4Ϋs}@JS3S*zw樚09:sx_.tx^TzlLܪɹ]GsTL**2hh\AMB3߮%|5FiF--44|s%cVZjՄ2ьQ򱀚 \Ns{d;R?ojSl} ^9%q qګ6,߲YX5v\e;r&`Il`Ӊ `Mlhsw߮Gvx֋oP'6o ;Z3V,FOggSKWn[`'r z.,nKe FJ4ONl1?oѝ=[ojx=O`)&>{^Z)Ά{`}|_^:A,iM2`@_P*(x(L(Q'&gN|.zAn0{`Q䞝lNÄa1޿D{,G/{Oo4ގ#Ԩ ƞXiUΏRGC·cG8%:|#kwJ[JҡiN P\&TAPUWoMJgtunSx>{z4}c_.L-A N8<(cS1<^ %f똈S{@#xSt?RisP)k("v!1 o.D;C#y xBg/K#|MzOi!O-- ztJ,Q`\ G$gCxBA&\i<6,{ɵ$IOLOM0dEekz\@^{?cj0]dƵ'fZ$_d#LkIT~y [a>eqRo}|~HȑqHe!qEF -Z98>͹vM~{Cz8Κ/xv 'oFgg2&`(\ĢdD!@䶉rJ +oLA7&'!{?M"z=l(*F@4 $HcaP NaaLنJ$#[:'&L̙A`%eX DbAL}<7[m{/<~H1b#nпow9A:83sJ:&w{1k%Q/' nj?u/0oiS΅voj߿c|ns1mߕ㞹 '@E/"(qoذBy̷և2')VY7u˜ϗ2,-`DfEYC&cz:1,S.GK]GF%\a%WM}cDB6kWk_btjuCtIBV)%(QK%bFҍ)LYu)W#9;b%xE.XI|ꄶR&҅X>)PsD lZH&] KG$:&Ns/TG]f[)>+$_[ob*[3ح]Q4iZ "l:_7DNEG*%^ שm:IEU{ֵyvcciwFLV)0Ne~+xv{=%Lp$Ke*hKԺIuGhp,4jx_>>-fe1~'xhGo>@[gBI;N9BI`Qkϖ0M^e9!9 $ѠtKƲ0ML  Ebqs"HqT1tͳϖTed. Bgsj'箯9毣aB|'=d{;~ç0"NȀ AC!G @8@($E8 (,`LvcA@i[)fJR(ʾ+TւViD7AR/D݃QFx+gYw::'m.Qt'o0\qy`8.MB:⓫?\^,qu*%u13yQB1|m:2˧ȓ:f,?p< ؿ 1y|wy/rg, cyQy##.k3؃|T|i,`Uߠ.M"SDU= G+bwv/c7?bc3qw7*af<_Dlb!68kTv9XZJ.(P<+`UUdFRW` %m: V"~k#V6W9֮ ZU3y-Dy4 JArTJ4K3KtU37ZmD # %ՔzV#i*H,I-kAfܗ J 5J &|d-T j;#S_\iq)ivL3Eo5C2j٩JpBKBTLޙ[|)qOEn>9M:Zn=  TgeΛp>[lI+LKQӫ0C+Bf)0%Z=+jr ?V q7*tĸ++FؗX AΠӖod+:_6h^qQ4x&\Ͱ2]}VF4^\?# Z^Qܸl?sSCJJ*n'D ?ym.&UXҸ ,a`]CNCo ]Ri:2 ]4h]$~2U0QoDF\=(Fy:'w/֥8=*}j @@PPe 04m`?bj^g , $ éCB{kk{k}}}c_x>0kAV>B>8i>4wD׆eu\B!G;!Όw:,ȏ :q0?bUs.XQ~!nxˌqu?y `B/hsj+ XA>E%<ρoNzς8TD~"q~~sPs1ğr?S(\}? U1"J]UXi3*AMzzb%4G'==UR|v貕UJӪ c@oCIY]oѰXjS>_4R(Z7IF>J٭?~_Vߍ#jZNrGm8}4l+^* X /}~E|V6ĕ>PHQ$Q|N:@uMPʐg~kZC@W7|Mx8_GCA~iș?YWx%f^3NNf󿣣Ti:ީ:YO}1f*ɇo{yGD]><"-ߙ"P`W fm mV"k)%ZXA@FY Af1fbB>>83<9~>f߯} 4vL)M`\OI'سQ}i^zcһ$7D0T8`!)ņJE+NN<% wh|F%\jyu l-ţ)XxIKZy~0=$Óy]rm> {jWK8}I7yz>B'ئϩl2T (P A@QB +cM2(0`ATFPՄ6ak2ki7kZKKgI+2e3MIM Y $i(K ,a 0 if>t=76D 5UDǍDl9(Ƀ{ w.ǠՈw:b9tZSs>nwN8FMp艃]XD0 s1B!9ᦢgB?Gs<\ٿ!J}S??|n Ad6-tDs*77̇ЃYcEƞ0=q lp:43 ;U-VvHy H:Bq .FLwGoV/Nn$\:ى['OgGfຸ30| Ty"ayvֲKt'O :~z'QI&%D$ S8CME.C]SҰ3FVi~3u- fgKCɒ =, /nx /-n-=/xUƈe^P! #v6i^ӯlYBjgdĭGO1h.[KQl[>kb gl-nV;]#kqvD0ehNo~-CJ%;N:X׮ `$~bˋM{D>Ƹ@*{V]aE:}PM5odqe(kGtvMi:S4~F~55z=Wa^N _,5î,'߭b[ ~ʱ@|>glhBDh0gM;p}E+*#%@@"DiA)j6`b0kk۸تB8`b$8C IbK$J+X$$PMVkw>}} ߆0p(稻̟oΌy21(_U]<&73Qdgn{pPSvw9<ܛt/Y|t[na.]>>[e-8/kYgJh뀿B1'pRS.ogrȺ3Ϙ5;] 6OoHg;nym$0=*8''Sϟ3iW *gu,n{2ʧc;&Ʌ$^عf6?8k$smW5]Hq{Kd d &''>dᇘ!iUP\^ ry%˃Y"ho: cjFm7:(It )@"P&H?O">f}l*p8h5yn*jc&A]Q1i&($ILh/畞EyT]1O!sHh|eD|3쒌J~! 7(etqa''*Bm\B49*&oY..}vlF# vlٯGjð!b`=;>?~NՍjj{a ߼6#(?8D_OEq-xIx ܁!| KX\^At=^,JQ]BXJN1o͎-IԓKiҭ IԫSHm|Փ e/ \_| hxiE}|5|e@_ OXI 3y<ŽWo<hIG$i-ttB7b( i9W Z<Gk|lo53<UtN pj%Fz`|}#Jh3N T4Nω@>lX04B>H$Kmy``U kkmԬǭml5bv6% !ˇRRE "%ęH2@I$1%XJs#X% d@\V%2!Ͻ}t>o?߀ ~v*a&3T #C%q1x[G%+E(pxQOfױsߝ<'~^`h))iXO 2 m6L奘.յ̋2: Ncě rϙ/nZQr̜#|@ ȧo-7X%u^"7 Zu":#X[.-V|& LD|2C/:#==qoC>,ΰ}?&%qrظH,=L1Ǧ^^!9C$>~cE..B-ױ#fݹL[3asH%'jū #SР%avaMV) xɾWO\_RCp #5S,Q(N+]htS.>rDG!@18p ;:n߁yeXRu(F4 ߑF=2b䉨.Ȣ>!D6СU5Hϔ/{OPI%[D#P.=.[P"iir\RxD,<% 4$A+^5U\1,+~8E(. 57OggS@Wn&H :馚^#}/qm]_ywD_h{Sia\o}~z}x>x}x>}>}Ͻ{_{``|T.P>+;hG2d|#G65f?Xf aQ7 D_ZsCW/H0YWC cGFTxm$c݉sʲQ;C&n4H_3o9%V}([jVv#Tl\Eiӵx ѕ}(pRtAf^T́V ~P]V@ƙe~ +-]. 3`4(TxZb}=/_֚~gCD`ϭ|͙=FVy"bP2YkiADV@"܉t7\ކ°-:IubCmB=8&/),ǡ'h BN( nz Y.\N`LoxDxyhBinލimE*Um9|ucҘ/ Y^Ӎ>' '_'(l ޣ@THԸ2mˇf׭q6f(w3%rAEh 08Q/.=~6.W$Q6 hiMa4ܖԯy}ɺ|4hs>D7(ȽһdF"N"ƛ:7ѣEBp=71=Muz5-MNBMM MFo!wnXźgP>]l:{8u {jZ=}vK_m1ӨuxBzI>?iwKK+KKżq3X cX吚bӇR8.pdNt[Lg&c w%zU m&ɍ"[< U@U O:1#CTe bT ( _ `]*d x TQnOS%7x ,8R?xO!V*o7 TWw- V)_a!EQZE>=*?><(f(i phE.ԩo S P@zjKUGށ\~x Jފa+(YHC~:S *? BH ?xw#==dǷM+aQJ}_ȧ4ģN 9X.8_ ޜ/sxz#Kp7 0X*._oAAᇱ( |g! U܏w{>_vwv$70/yehŚVnh nqz^Py((C)D|j0 @TP) g z/uX⹥c& \qكGdtF*"`Dg^3lbpooxwca_L}1l0yc%()>Dp%vF['MЏ&Q)|gVL48h8l̪MG=_rnj9XvvSqǡWD} L3qA80 gmc&{ha({{Y #n`c(A_)&qSy/2(D;|xi?'9{|x5jq"Ȝp\9}.%V7>^'d{7X|ep8!۾qu,vBĺ^Q?{üL1¼/u06Hpұmn4:㧣`Q^+ ?.1w#c V?m2|+|yOwx@/ ?GǛS :bJݿs@(S81gpE~/H#zR!-ZVA\1+ }{.C(?hQB9 #iSmYcK@FǶ'ex E~r*VE 3A:w^7yr_/7BޒϿ|~zA7ĺqĿ<0 J.^9~3lǨQMne.0٪X#ݢb67zk|W%aw8qǮcQgs% ޞ,cpMl&bٌ?d{ttC@o7kyo0Ͼ)?6h2'I7mJ3L60{|60ϴKF.E>u}LFQ~nc".C?qھfȞާa}n }v4G_#"͑wo_ 1lSL)^jusigxao|GmmK۞3ue(H_'>}O[lom8QPaGiQD)WB%'u>O$se_=>2"ǪTAC{z=&r}s 㵣oSJ~F8Y:^_9y>]ݑ봿_ N+ۉ7t_CFO:0+]4*B*%%U$niЃ]^*c:3>[+Ȋ:vzklYgN{8#:j>*90}:Yv^K§N쩉U|R*wop0e=dx’ŠUɡ}8SP]U%b'YgIN.˺s9q8%t]=a}8?V뵊֖W)soJW,㦯r/#8.rYf]ˎ-;ooD-+At)Su.Zc+ϒ̍Lr= 9TqiuLů]?H}ȼξx[եh^gUhW΅{q2Sk[0zX:>㆐i[V]u׮_J+K/A_0W_m׬%K Q W~3 _3%B8KG46S_4e%\bJL?z$ k덥D M- KT-ĈoP+qœҘ yP|Y7vCvw 쾮 Kf_^k[ɑvIS4q 2Wyi{=iKܳok{l-_KQQyEVj⽅pV7sv]^SFn"=f-ɊWu}\OaQn)|k>W>tmldny}%qz߮ﲖVt-lS0]U2^ix1:5j8km߀yx\t-||5J <9Ƽu㶡$T߳#b4*1@XS&6 `,NՂWmI?I ML^iI1pA8d`)f !.(np[c׹x!ŷ-/z}Y{*/ʋq7t+3g,w˭&ͦba:Y2ljRFEtĹݿ@Co>!<|5&I󇪇$MN7 m^ViF*?(R >}0?+ՆsŅŊiC8}.LůL䙈J n\L9m}`oRth}\.OggSKWn.h-3Sz!+G0\.I`&;/S~Jr'oy={ggry2 aWOB Br~OyU 3%>zyVpY %-uuD@@{} t>]t#Jɹnx.Ԣw D/96yKyw+i)VaŸ9y~/a&elt1*;: ߗnanXhꅕټ8ޜvɏ@y޺~[/ yW{)< /Wib%T$e:?7e+{~?nՀ lɔؤHiC;UQ Dĉ2ɕ@\ EI @ L,P +Jz{}}} ALޠ5c ;]\^E4\dDq ':C]p]؄5-wrase<Ý+#+~)Pp%WCם?-_5f}; G+b&9HOD^M aƮSR3,9.߸`ܯJb#Qypi3V8G}k4 w~leZj] Xs߅xY]Yϟgsa;sCB:㴞,C)L [0M(|+V'd-r0G#iOV\n~%fA|&fCy*eG!>Tr~CsQrUmZj`M䩏9u񮜗T-jS<*BQAiEx{{x{F5jRsI4x>j2xϽ*{ә(( 9\/ ([c>V䜹ξ'6cu;ge vSR}{_.gL{xӝkO[ r&6PA(Ao: veL.Fߜ G"co|"DF `=о G]rQ-E.O.Ys.F2#a\\BgPz[&v񍑕GtBu[N2xElc*&ϗ,$gXK*?0\4Ã'E|/kdr'-b1tVNsTI)za2w0m0<࿜E%3!yA--~Y#Fj+쓍w&dݙ ?SOQi)]_'Q4v.\9a',QZ/T)nN]՝.(N+N֤&gc$_ɦfc&Z2s?|Vc3*|S;*]P-sd7iWԔx<2ZGَ{nIH.e^7k+4XIeVKק{4U򟎭f_y>m98a BG4&~erQ[m܁@n'o[H>%04mVj;B&Sݏ|vo,>t#X?NzK!;&]m~iA+Y7Ȍ縆Of̙ҽ,J]}Yq>/ҚLC}xḃ Oa28pӓҿpwY91r[إ:S=/\xߔHҁ诠0A2fc;n/yjy>f(1=Nhu)؞M>g'E<Cy4j瘁FMK֥Ja h2P("QA XAGM)$6icD we>ƫ"4w۰bbOPlF"yk:ͦzRtwjX>ZIXȁ HjQP(@HA*=ECk+ FRI5""*L v֨]@h}> k( [߀tdcϚF#ٜ}J5vSDƜDJ:Svǜsuy_;1lDع;EqÜPx!Lן,O\F-@gG1@ t]&.v5D?]g=J'qeԼ]n |s DN0ySá|>^v?Ŭ;!ggɝ~gg:eT~Aby_nyAukp<+{p tP|XY+, Yd r88όl2F96fafqXY`1]v0#bX-_#d)yj9/,c&:#Ѳb<JCφ5~iw.w88gKNrU_S($Vj'ⱇ31sͼ`G,~cf}Vj \X~9`ˁpupZ>#q %a*13 *OYLs%A+踯ɃLf118#w^*}OڶxEI&w[)7.rɲJIU73T\Izaև$`SEҫV߿8bJF3S*P8㐋q5H@ Uhc–RhY~%+$`h#8"n|?reu\+Jq5~MZ-MxTa-7ukY+!d훖)Ԁ\fNgwsc['(H&e/g̮Hh(G'5p)}Lc3J+2 xlZH^< 32molA߄]E=lChw";M]4mײDGdf>./A=Q\Iaʷp t$\@UƞUHL#xllx;7n俩Eda6;5vdi|ev}$4֐\ȝʬвגq-3y 7;9I.7ftkPb|o'N;ÐbєBt`#%t|viC¼3;L[miW ^CuFR84q8SO|k@ 8=qw.@q8Y((]IIQ ChR'i[G";=52 (Q>`E4 B(([Si8E6כͷTГaۭbU*!ĪBADPz |1 B`Q8Ch>_hݾx]Zx |QQ(T9Q9w3#s G\:Iwiuq:~n?91-φ'`t[޽<rܰuÜ: 3~ ԯoL!'@Gtaa*&$>q@s '𕚞10gwR抳Y]j=&3i9FAI8U>LQK @/nzς"J3V^'wʧ#<*זyB㢸2Tˑ93@xwgފe\#'%qxzJ/t$>,4, G"{4)GT1 E}m+X/,R$U%\SMO'N=ΨɸǮKV.ΚsTASOI|W+"NMMc&^gyEFr/9L xAɑ\`2`SlST ;Ѷ}b0AdwF1\l{.2 &} _U^FŢƟ]I$Evɪh] F?7dpsBr5X\x,w?WZOhu;>BSC w%I OG2\t|G<۳Lenuj@ :LK<҅Y~cUAko|#tӢ| awR-<ߑ!2 `PjS@H[ V`@of?3oH%R)IʹU5Ms\JT<* VMJ a2e9LK] ~:c4}Q=XC5y(/:^{pķ`~@qr19~`BI;}?~CnaԮ',uz09v]:].^<~Qf3~)]u?(ml\X] ?]saq]W3bxd 94Ltc">:"y߮OE_`h]ŘusF`9EO@Dcu?] {q @8SqTs,ZxhJR.B<5 HEkwq"̒jW0h- 0E؅ Z.-Zg,,Vr k-uG%tA~ 3߉Ie8ci Ov.cJvDwX2vj4v_2Ni~_*T `&* m?&C@30,3 j[Jݐ 5Uj "RiT5Wi˪`Tӧ"L($X@rAbeD" dzg)G@~)U 4Ph(Z@Wt~=}}àB9`yC!s?'bF[$/\ <΄Jy" ]OF`\3r ! N\C R 6@;09.=eeL&˥B<5G7]Ll8~X?? յȫb4RDv7u:i},kruh3#`ߔlqOtD^{I$X{t& 􃮍)g AiHvg, LƣI;ʃNWs ҎWD ̪ouUܩ2zRn()Iz qfH^'Q!T&e:Q{+? WG֒f`Q:=lu^ev0&rWr1gD:]J+^) )gE"P`eh>Rk69̓X C^ pr:ԔAׁdl8Hc7x*SKՓK0EYq!d#Mx~Nд '4TMJϻVQSʐ<ئ$B *D ϽόMN^^%K. Q'Ex(Rj)P|{t(+*3#a8PRaD)SsᎌO4_EqBYع: }7Q/g1Vqy`5k.s?1-qg

J}2Ͻjgo}xzwo{>k5O_$>~ACt+x>I$߽>{}{}}x}xx>}>x>{}TW4v@HdUL ;^b 7V6:+&*l ;XM[XGŏme|:PT^ԚL8*X'W/(T3 pϛ$/kD@p}F–yp:a8b0Y{+CXk`ӳgW`g\~l#浃٫mΐ޿ED(͢79 7ސ+K^u^=v~gTՂ  >"t۳έa#cugJ9+ ]poRJdMF$o*/Qh*/_E#Ŵ"dB4um~+/nFWi׌:>xU`c6 tV]f~;n4r3i#k@(Q(f%_*7XoN,^/Ga!~4TլFrkkg{GŘ vB\g.VGy6YYw >a6ft( *mXuA [;YpEz;iN ߍ=Л Zыiwسy6|kh4Ǐ yu0Z:qŌ_w|P%$zs_su–:zҢ̔_z%Զ}gؓӧ]#m[S!#8)8SX(\X >I,iRX Y3`V_l5Zs <(b 6i*ϯ|xAEԘS(<@)/Cre嘅<Ǒriah1 ja⠀7)Uw"x` x+d4!u+z/uv#yn*K+.LhqA x =TDyE D!Ja?S"GE}w%/x' J`8ĐC, K 8( ltSU PN*ACS=Q}"VRT0;(7 # ~8+WLIwˠ,+\ee]<`Nr!>Gy?Za.{%IQy^w9j:=hypoYp;ҽ) Cz > xjRjMP dKH(WކoǓД}7@agq ,L }=>1v~owW_iq':vMC 9&1>w>0$6<1DdHF[+,v5$"1?}1ώ#ÁY;O~x"?]v8[0O?oٸzp}B(GÔa*w88hJ'cHv|`ޱ=mrB{֫Mu!܄fKdܡ'aǕ>$7DP7E9oPazsNnW{Z"8 ?xfoks'O[Vqe<a.< 0u4 i-xwxxx:xGMr1bׇiZV^.oj֗Z6^WO K=+.>%dl+[-.2_^ I eޥd#GKbW\2S8ݯɱ16tGK@r#s}|qu4w7E $2\nnlMx67&H D+.C3d+c8^~'( ͱf~st mv"Ow F$SQzR4V~q`ND _H7r$6I}|y5AZC | {(͓vNL:=fL }wwGN{;6م18ڍ6L ͷ _MlUГ=l:K34k˜c M;x>3( ٱݻv\~D۳fgmԐmeδOVݭ}o1ƀ"6mٰ瞹O CRA)Dn /MiPvwiV)0_# VRPg-.,%? ו3B/սZ4ӷ1160}\H Z0Y5~s'2}h$1wmݻ JYBwV`}_k2-(ܝ5-cϭ/l4}Z}ͽc0 KltkuЗg7[conQ^OYZ~ʭ#ucI̻MjE\ [|V/tz<ؠ*SDM,14憧?8R߯QyjO_w]QMk2a¸o}!\)UM!^L}@>0&[;3c剂˳^K\nmk_~6+X2?iS9F# ON[|OggSKWnnH%]J+t=:!\ԃ /OXǺ|~5ibkňuI<'\2^o{o0x!<O7'gO7s4~g"u9>x}`Yl0c6336 )6P lD@Q_gjjpZ! QRn,jy1b ԰Wu4MTخLB@`PXַ"MSXD)E *^j)ig >x+kv}>}>x }kk{_x}ؠ`v;;zvCȿ B( J@+t!{knyѹΎ]뮺,#؂ &ݘl]6 X\;?CcB#B5Ɔ? .] z"Tʧpct5^A~\Gdgac15pvѧGe3U"E{c s^XQ(@ ʉ6q:w&Ӳ ՘sºิA`k` P˻Ι8ƒ$%Xv>GxgO=||a>|~gh3ĠF6'6Ў $>Ӡ ;1Q02 yӤ:gɧ s W r+ '+:'\b=rRo4[>O]6 | :9 l>0_t7un"6+ߎXkW.Z@ @гfXh@f~FŪӌ޳ԺUzU(""/EAth"Tv>c>x }ѧ+~E #`둝%`bЧ'0{o;*}/ot18`,  ? u%w w3/Aҁy-4/ w(ǓG1W#pU=,S=-"b黻=sb`&tQ=+ákO_D6 ㋯9?~! ~oLu*|:?%5O"q=e`h&۪[So/00dN !uw{-:}pF`O~^DS aHkILĞ ɉݳmBFz! >2N^MߗƗ8DwIUߏEd|W>hG?T(po~zl0)94{ 4ȷlAtkNN6|Jpwp|.؜ay1rtaD=.vxH&_|;<2| х X⽜H {w;ht1 ,da!U"R!٬%jeI0v_*O~5~u]oNO VSpLonA[;GyF }οP9w'§7i@GD,9"C",w ^źo37 @(BߜQ|/ThKK.ŮFO)th@ ̶!ӂX_)+Q z%sΝl)Ɛ4_?daJ C55mqZeA3E<Ű]c3έqU@kZtkxUy7y(@&KId}[ S\PE2Ht:a\ʋnjN#/`8%{\,Y)~]ſ%Vf1;EVw K_ d_Z-+=ۣVQ ?۷એuΟ3Gjw^ R?t0*`Sߩc0#qssqLKߋB6]ݾC3οc=C"Qr B`~PX\&}e$b-3"Ol ގqXTZSfx\Ҿë1BGvθm}_ guGUy~ ¡~g>< <U{="#qLO^] iy|n% `bäkh+m-њOp_wӂ,*/4=8EcqxMԾo|SN Q3ʟה}nM/{-y0Xk^^ѰO2?{PeP0@-ATQfcP6 m`>m/LCĚ(1";"&v``Qr }{ }Ͻx@GZxCa&pŕGq:6I}'zxz|_=px!p>x)늦z&sy׫OG˼i 'ތ5Ǐ1?zy||/| | O_c4f4w;熑{K_ ',o,zZx{OL=;PݰTؚ[rԲ<f||7F|OQÇ>K^/HFq kueMz-?T,]b[o[# Ri3yJ}JE{[X|^%\Gjpgڡ[qU|лķet=LW=)U9~ kl0~i%z?pͽOb{{"yUJT^ cC>؝ʕ9qY|lKN4C<ͷ8> @?G:o/ZC㐃-xI'T@$i(ᙝHC#φXVsq!$}x>Nz*(]~!n*:sB>/+!\C,GR|Ox.q>s?/~8 OPA<{tuװ+<-\_57E<>csrA/9oкܰdϹfЅ_A3\~pyHDqxQLKD)Ϣ+r/YN+~7D6V2pg DH%!3h6B0͸ZPV)@*˼1E=(=Q Q Ԟ[ָ/>ֲrYSKU$l8Xpq_/TA9羧fW'O'Ry{7s03@g\5ipR܃nk{G:qĆ8&VNy{(SțPoMaP?puxyym䆟r& c/ +wR|{ 184`^`bkP,yw'*sk=.{E;]tp֥zfu\ }{ݯDwG(5Nt$~O'\RXg31?1 ..A*0 ~p wB8fZBKJJ8<?^q`.[q)GŮǟpRB%?~xÑÓy\:n8H:%<y}Rݜx~ou 4SĊ$Ƹ$+}_9JcӉ!Pf.ngySF\(|v>)H@Ƕn}+OD3Asga6t*8~OϬ.>9>RIsCn95߳t䰶)ΎOZyW%+U,>fzs$roTr*ڣĺl%^GDd;Y_\'fI]ηﲝ4_:ޗKg6SYԖJYLJ:8VǹN6=DʮlrYH$DPU+d[ÔT7qUqւnK?6% ֓AYrĝOӸ}Pkf&v}L pn"ץPh6HEd+gKh XO9_ϯKb@b+HD4u@0|_==Xį7P< (Gw⚪:4nz;x(ӂYW.Ket|M4SgdS.&( UTȕ@f{yy `9Q}Eh>wp>qvaeREȊ~qP*Q&N XlXb;ϵ3hp}X{_߾9ywfen|3-xiZDMx뙾oJ+9,-nvz՗>8 ^sfx=>y~5p8痏mYһp{ϼ`"+  eF AGӮv>h;hLjG7A5zQ,sx_dJ3>s?,9'=33<bqC@F&>҄J~5]qcˣN.e.^ p\OcØbZi`861?NnOBb1B݃BNQZxi  { ;Qu'xI|ߝ$C'R9ޱб̤gM7!$v_"⧸-q^dHL6hǚ<dtz=ɣYe) ݲ(Įsߠ&z]ҌNÒj|a=#xG_b>okSa;>xR+6ڊTTټ9#M"4yo)`eO{eK`-uꨜq0R-7__-)W%t}VJ`+{>?6==)mc^dhM)j\%"daD.>ye sZpO[{xJCTz4׶ f)H3FQާelgSUBH\"q3YP{ϙ U82~?"/fTI%Q}I4ɣU[:}M.]N#{kq݇&- ab8#ʓ"kJGeӓ\'~.rsk4óqBJEw7VQ^x Ҝ/3#@!P) UN4-D+JXѣ_$B~ux S+z3\%wii茙ZiހPЧ5H4g3Nq2ccS955liyWht6c|<1 sƁ-p57saӑV8 pFY0a”׺X0'hw{(;ㅗ•j%x0c3yS,X?f+(vcxR^o Ցσʾ*vS6WC3iK}og;s 3|ngYmSl|7+sVC,:89>oODpOggS@ Wnd .n=~}y}{}iY>}x}>}{x>}>}x}{}` <w t>|S9ɧX|7;0Aʇ,^~\d fvcNrvͤ2DE\2voZK]#q)& Tg昨\Λg7|oNㄩoyw'H{ty.4&;cgG 59mo}(-3<1g>@7'OdqL,4Fy h;/pd3dl>oq&~ FE7-g$ff S$t;wb\GrfBk91J6C}lXor}>v+B|QS6#gg̨p\ߚP>zA:zB.q3};{8F>?%Q>9]1Mjc-$rY56mH[OPҡP/JnVze'u]NabbPy S5bYLT@͝KiC?4 En""_-*^K9P5Q~I;{?MkOo6mHM.6ԎӯPjq#f}1)pQVgZjmoNg*^& ־=\bUd74# TH+r!ҵ]2VrZZVAZNdHYGbsBɚQ< (2g9'7F7*_jVW=uu @i9z=}iu3\XΏJtI(XyyI"L=m|XrGX@~z5~Ur0.H>l?o@+" 7d7~0t  ln0jԋF}w<4VoJ].Xb WX%jѫr\RzܠB@ @(N|DC{#RWD *EA`BF"U v{.Hop0>%, A9D ?ʟczV iq.Ц07nUR

p%P EֆkŹ( EǜA |g<ϘmS`>' }|yώp? yT?x9Ȉy#O֋OF;9wRaSWOVκ_O?Þag|oJ@㩫'%nZ,8J\lXkUZVkM56?48Zi,kqkn--P4taX,+7˕  3yc > M;׶Z w9g3(Oqѷ|#=޺г~JL|::h@UDn($~7aYՖR߬4?{mE2Rh F DN 673qG2=~Y>qyſڸhY/(sidis]Wc\hm|[D/] ̦dPbEyiZV SAnSy B)hR){Z?,X/X]5?Fx+zkP)#m®Vqxƕ_35;w5 k33êg@I@]h848'_z~B.gy;Wt- /c{{|[JHv+g7~[^^/tw~~ٿ*Nqۮ/prѥ mձPL?mSS^oҙm,`B:e1`"Ȗj" I`G>>>?7uY`u <H<8ocz`m#??8NԋXD԰̿: :/?FY u~V[o>bapY;,tFư"W˳>ZE"K3oz]S3 4]5V4R6Glz⦧؆4(@[ /ƶXlSH&fB@ƈZ:m Dh{͝~~/\9l.Y4lHߗgM5&DBU9t:Agi &+% 88u2𐊾S*\# P; R_H򥀏Y9x޹4O_'?X SA580 yWhSXVn5]>FZA` EtNJ$<Ôn}󟊾 OUe>w :/gclv<)08ռe9k1n|$C{;;=F %U ` HHPTѱmmXu@5~`XlƳ{XiLGw󻆬oſW>*蚵 st(6 CPT(T*ǂTn =PUk}y"ƱkM}G;x}>|v}_u~ oDrpA^"rM?uZ>eߐB'r|# GEX#^{pC1^\~qcn CP3 A]uG]aȓGuQ}}"ng|مcqat~Dǜ,_јYQ'<)S_ 5L]XuXP.`LLIl enѧ 585xE`_7`qWP9χkۡwv!~u(筂| <0(8Q?эU?]J">oj^󮅺}@?q8<<.rȸ  gHb'MOC4BƠZCOT4d3Ѕh_u%2J5Z¨ҙ Qv R"X#<g OMbx\R+bpZO laXdNV(SE)5lKe[0!+PyX6O=R"kQW/yJ|g99&#PO :jt]y]X۷n?Wrá GCJd++3`7Y ["ZS7Y`:+Zs`׺sw5 Lf^zpĥ$&|䬬7aoRIXv'cY8|{OP,.Ha{G|ρ^GJ~tg4:=H'Ȥ .N Pښ>d}ك~|{<{p zKΛG%y Eio{f_P/@JBY0@& JT0Kpj'\1‰F`B`D"nDD=௼|ݿ>>}-vDN_婞cOZevq=Aʉ-s`Af{NY}=vw\9\A_u'WX=3;0ΗzqSb>Dߧ 6 3-Z|$0IVQ:NFiRZ !ԸSyV :GfJ*GP_.j@;v}1[L wOPQnMwܽh7!5Ǝt_AnD"[XTGћ1ִ \z;ovzunu*kз¢Jc CQ-bVd(4]WxEќtϻ S*¡P ":bR,Ǯ,/pz9KP 0ό$$$&h\? %! @pHSl!!!!!!>5Jن;p$ɷx⠚hR APpB%M$_> \' hLf"(w%)SI:hR4Kp&śY)ZzQ~\_d>(}DO*>QDHQO2^*)ڰM!5x'1:4Ie ;G n|SYE& N9xŭk Mi ^S;ǿX~#~­=bo!xԡ8ـX}OzMQ7#~ \Y=~̴R^oWtc*߻\C9L64~- >e=o*P4֌5)0$+ÄhS >+ts{yo7r墧"|py%@v@J 3ƣVJ/[nݓw]Csݛw6šźKs lr6>>m3p Jí.!PGI pS06%G1p` O`GgDfWw%bW rU!PGݾx">k {}ݽzkZ(zhx\C;\]u~ܦEZG"aN:#u x 6Pv=:n] u!!@ O׀=C]H03?cd\G~Xg~~pcݺw 1]ycbB'S?pT3"'4bgc@"S>R"d| '6jbqϪ|)Gx)t!pG~?pg>$-g31yL菎gӣG+2 Gg; sUG|1R) p(!EsHs0&jJ=k"k՗RvP(d/fӤC8鴿R BIxijJ2dWxf_7ݵ2jZ>L^72y%,lYz$?4 ՏOCB#xs1LJA `Q]JIHk@?FaW,dDeD8Ms]AGb%!\nW! %Ov <1\ k0qryBfD@&-Q%e`:Tv*3T\it( VOk)pIOM ~!0|ӏJ돒1KLgiC9Vcw3XE3BIwqrtRtSy]IJxX#}\58~.^N0iO ħ_#сB^*^i\Dח|:1Nn /LzܟC4e" dv-,oA.`D!B [3Au sp8I{w{:RJ.;;}!1z}18>gOO0MK͂ j W- ؐҩ{!j F1+eUȘ- mdP4j 0Q1Nj^"p!heR=UQEF}>ƀv㶽Ə A1$tbWsey _d_r6 qJC8yԝ E/I=`52FLG 7Pf➲yF!tD'y%nqC/y؍'8^.p㣇g253 q]}F% Gfri/PHLFm&D$GDG51Fg||ªNS݌|0ݻ|K0`FM]9۳ڰ)MTC5-O쑫u3i FoW~5%{qԆ>*>}m$O4 j=S#uRG͹Xf§sf͚4&epׂV9guDŕ1Ž{e:/K TH1S5rIyHkcYA|#i,8k9Ȥ,w'p*D0'O'Hԩ}R0X×yw?!.=Non%CKNDk~! WCo/=3|bM-Aa]hx|0D؍4@o4A 4U[Fߜ?{ n3O!{:(;=P`{ B j0@F)h 'mU01qϜiDcDc 0b@YL *1}>@>}}i=,.xBB pa/ɁW/Xb8s>|Į@!w>=߂a~G8K~кI#ٓ_4QteEο@ fi1&nv:@^!c.,(p44ΐ#gU+?y (*CUeE3|:q\ADaof{yf' ~AhyU}xPH'3d%f^6 0ܖ#"{;`xDByg&>TN39;]g# ܫRt2,(o-jɫZ޵ jZi`X MaSW{CN$BՇnNn<0Mq<0s|NFC޺d1Vo ?:gsp=^jxM i|G`3 }VY+ÓؾzC1u Ɗ7̀` lcl Uo i,aZ@_~_Qa Fd9s[iopYHP)]Owʤd#HY7ʮz8/y(k2\ɮ+55ė442kx>xޭ>o>iY-ѳCN7}۱<IY~؄B:kZjlpeT9:sZ2|ˎ}f"H '9lLAg҉W@WopBcNsffgoM!r<80ٍ|E5r *ܡ?rv\@/YAï ˨s߮B `?Z+|z)m}'^ ;ȸӥ(zXZqt0fhn{VfZ$v=]cVӐ4pvA`yj,W1n}"!G{荡їnZ6t9wwPR͒+f{/d7Vˍ Bwvr[&N ͱQ`t@Th3rW.UtI^SJUpa~uayvqZs;wۅ k=63#]?o?'ߓ_褺N+wĵ/~ ɹ M֟Z>:t ͧ!$]$JIFUWDl>\m:-.Z3!tZN})iRfOܠW >w;z=ӠM#W|7̑v? 'P#Bh+pEQV>\Nj18=8P6'G]AW=3#p ӝZhH2ɛC7lpk-}$Vd}Ä|4eLJ8a3czq_|a6F:ǃc8Gk_}k$z3tyqFǝOo8*tA)( ;"c`=~%w8! ߼ XayB G``vDrbC}wkMH? uTID0.[/bzw!*G~O`t?70G%aC}>x>}x>x>>;@h?1b\N;4? A&Xors&Gxyp9dK!Ama\|~if _ۖ|dr|croq3b;~Í05Aʆ8@8Ըrp\Lm,};T ʁDyF?Z-ĨC>gÿM;߿C7?c|_5kB4 %II~by;!;w* S<$7LDfLSE7\45Q~s@+(;oS4rԭ9mdwGgsvw5w{=Dh|3hkFěkY#7 p{f>*[$TU~gf߼;=D/m7g5-AKV-jQQ]Bv#-}Mbl&ЍEC+WJEf(EeBdjf.Bm,ZNeϴ@r2<3O5l0!Cӧ'2 `6s HÆӯy '8/m33N+n.0b(G!OJĴu2HaDHiaQGL_a{A܁;`HQGzP.1 t3\@(aF*d?p.PnV# ȣy x)OAAWW1S}|E ѣ&O.C7"d,k Sr7`b@$aG3& s0g C RalgMv?ٺ+:^<_<\o cpV1 U䆇-A y`V.I Ar  o@ " @A{ Ps'̭<0cowlA(svǥ^Fd+܂J7Ao@2dHoϴOkV[蓾%qk^l "\@;>c`(~-xot``>2W`iLLCx H:|?{,o݂?~^=A?w$H5ЈXOzt KPh0˾O>/㿟;mnNU_jW4u-ΫuX cې,~7\kh,W}s"VG8soxҳK(X,V j[qYp -V=pX5mb^/153q-ѯEemK ^=hZ-#?- zވ Ƽ.KV귕?̪<$0 aB)t'oR<4 AAqVp*h]NuȺSA MXaK?6x\%f0eP DB37Jݶlsug]u]]İyN)7 Gv03Gx5E您rN[e;>b6˴xs_ sߗqtA'9Y |]s7T?bŠ9F-}}~pz EBamiD=G(ޗ|ǰha-{F"z̻疗9A+gzv'|ؔORxME|'؏VӼ!/&ϟv+fgKbw1Zɤ!ֻP_&=,u\ Ǎ "T<06VN1mQȢajz]E%XrI>_u~VXz;陫ȌCZX26q_KKy\wVɐF^0wv'?WR6GQ,h&ZMlПWqGIQЭh3z<]*8溯m/_zl^[ Bwp,pràJP?|:k6y1*\6 24WєN6Mc?~$Da/y9& G)9,r8K?{]k %M*-7ማJ1^Va~˫=,i|U˖12z1Ȯ1jD7@J ABm:A5 Ο`Lpi_GqgI`\MoL:OggSD Wn yu?)8Y퓓zwdI(gGzu_@DZ%{x?y >ʓl}@ڽs=N=qλ> y<1eo9믤LY~ fqـZH *EM C4%3eLLA*ޕJ\\W]fJ2ԗ2i(Iq&RR%V.]2SS}uUSi>kzݾ>ZY?оw+츺1Ɓ /c}:瘃u鎎A*Zhv؃ .#0 9ųlhjHUM Tp~U#IOE%0 ~6 ]Bb6G#lB=th@!sbggQ0_ Zʤ|D ;WZ[DfgYOaIWΔ 5OɫPж}X{BnN[-6zMt驭`Tl&pFVS^*vKKKM(jb2ԋb_M|..!M'B^iWd@ז!>ڹPZQ"a V$8\/v1f.Cj=Z>yθ~HZUvQڊ}U.r6_HaqE;z>ӏ)of`SxgI8 )w9Hz8>$Y󘨡<<_,3=vE"MemF\]>p_xZ%l4ԽWvts.IWRx^+ӱN XG~!Fp-(ìW #:9?CO _{.u ,[`s;#3f1w= _xi?8"Su"_Og:%8.~.i*LsˡSVAQGWN8K\ N~%1ל:؃~P~1×zcF# ߇%^sz\)*OO4+MonZ3 L1W21 T4~o/А#p`~)*^0'@㟧.'4i쇃ƍ-ADhO_ yɁɾb5O%u!6D{`xwgҋmg&tzLFOĀ8ro33ϢB&H^Yē≕$&g+k {D> HAq:;;;#MWQ9nip!k{s8᝽9"{ucqn/.&~cmD|c7 hCI_qhdUzY*cfnrޓQ{ gx&n/d8| t9Opkѯ|M>;ٯGg>Esg x2g o}CFcdm̼A:sIӄҺ:1& q̩eqvé ~"|Oζc01/Z>j=nz1v ؟n? _Ak d ˴`]\A> ,0Rgkxooa~NsG9{}ؘZY\hk(U| x>L^[<;v lwF8$Mp,*~~ϩ}cr>XES<%\fOo wH}~LJbVpϟ>󱅁wv}6}qWĚcȀR_9\2>A"KQ:pk?> ;:|ϽWa݃{afl&msJ+%洊R׸)Kk7{X5k `8Ru.+%y%T*ˎD~2UBedSF9ΜI縨JE d`ffޛٽ& m~3h7ɔ5Ĭ|YգFUb2wLIKZMZkxծKƍ^^,8ZkUi)Z1&Jj/#`=䪫Q8]Vrf)0Qsū]/0>jI[}k"h"@6:&ǛV'D#zuS?<.pezwG;0 fv0=2h!6Vaj?ݘi?}w[> 4Mwww7+$iw5M`pI=wwkZf3mƹ'_ XeU[mɯsx'_nր@܆]qtl;$Re6ޠ:|K*J &{ 1-M3G 1̦7{Xf W_8S )ICL y}A%a톘Ҡf F;J`'ח˾wZ{{C#'[,&w^Zqh8> g*wΟL?%]}@D>@ F~0f.z̬I%,[oUdV^_ U*HjJ/yy+⧚=Ubr3lI bމꯪ>I⧊ ]xcs=k@}ϧ_ :~io>9>~s{ ?@Fa>M9~o:pv%y>`Q' /owļ7|hsfWÕtQuYPZn'sdf1Ysr~{8+4_ 龭ʡ 6[_rn!v.Ztߣ΃M?Nڶac>Hg ?0n>͊ګW&Vm YOya SW՚獕xxב}AG6Q,[,9#jhOZ:72ށJOjffe0G7Xel{L[>&3VN0~.#6X퇶[k-jyC?FgݯyѲкX`vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent000066400000000000000000000002471454630106700215340ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce13:creation datei1545429783e4:infod6:lengthi58703e4:name9:nasa1.ogv12:piece lengthi262144e6:pieces20:W#tm 瑶eevlc-bittorrent-2.15/test/data/nasa1.ogv.torrent-magnet.data-expected.txt000066400000000000000000000011141454630106700263240ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv VLCDUMMY STATE magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv OPENING VLCDUMMY STATE magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv PLAYING VLCDUMMY SUBITEM nasa1.ogv (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE nasa1.ogv OPENING VLCDUMMY STATE nasa1.ogv PLAYING VLCDUMMY STATE nasa1.ogv ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent-magnet.downloaddummy-metadata-expected.txt000066400000000000000000000002221454630106700320530ustar00rootroot00000000000000DOWNLOADDUMMY NAME nasa1.ogv DOWNLOADDUMMY INFOHASH 8a32f3f6f3c9125da79e29c869122758004ee837 DOWNLOADDUMMY FILE nasa1.ogv 58703 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent-magnet.downloaddummy-read-expected.txt000066400000000000000000000000551454630106700312120ustar00rootroot00000000000000DOWNLOADDUMMY READ 58703 0 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent-magnet.metadata-expected.txt000066400000000000000000000007111454630106700271750ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv VLCDUMMY STATE magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv OPENING VLCDUMMY STATE magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv PLAYING VLCDUMMY SUBITEM nasa1.ogv (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent.data-expected.txt000066400000000000000000000005541454630106700250620ustar00rootroot00000000000000VLCDUMMY ITEM nasa1.ogv.torrent VLCDUMMY STATE nasa1.ogv.torrent OPENING VLCDUMMY STATE nasa1.ogv.torrent PLAYING VLCDUMMY SUBITEM nasa1.ogv (FILE) VLCDUMMY STATE nasa1.ogv.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE nasa1.ogv OPENING VLCDUMMY STATE nasa1.ogv PLAYING VLCDUMMY STATE nasa1.ogv ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent.downloaddummy-metadata-expected.txt000066400000000000000000000002221454630106700306020ustar00rootroot00000000000000DOWNLOADDUMMY NAME nasa1.ogv DOWNLOADDUMMY INFOHASH 8a32f3f6f3c9125da79e29c869122758004ee837 DOWNLOADDUMMY FILE nasa1.ogv 58703 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent.downloaddummy-read-expected.txt000066400000000000000000000000551454630106700277410ustar00rootroot00000000000000DOWNLOADDUMMY READ 58703 0 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/nasa1.ogv.torrent.metadata-expected.txt000066400000000000000000000003511454630106700257240ustar00rootroot00000000000000VLCDUMMY ITEM nasa1.ogv.torrent VLCDUMMY STATE nasa1.ogv.torrent OPENING VLCDUMMY STATE nasa1.ogv.torrent PLAYING VLCDUMMY SUBITEM nasa1.ogv (FILE) VLCDUMMY STATE nasa1.ogv.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/sweden.png000066400000000000000000000011741454630106700203130ustar00rootroot00000000000000PNG  IHDR9gAMA a cHRMz&u0`:pQ<PLTEj)̹!|tabKGDotIME /I}gIDATxQ@`D п1k^j.+ngj[khm}tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttOC]ɯH%tEXtdate:create2017-08-09T04:47:00+00:00Yp%tEXtdate:modify2017-08-09T04:47:00+00:00(IENDB`vlc-bittorrent-2.15/test/data/sweden.png.torrent000066400000000000000000000002131454630106700220000ustar00rootroot00000000000000d8:announce30:http://localhost:6969/announce4:infod6:lengthi636e4:name10:sweden.png12:piece lengthi262144e6:pieces20:Jʖd 9 ]yMՍ@eevlc-bittorrent-2.15/test/data/sweden.png.torrent-magnet.data-expected.txt000066400000000000000000000011241454630106700266000ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png VLCDUMMY STATE magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png OPENING VLCDUMMY STATE magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png PLAYING VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE sweden.png OPENING VLCDUMMY STATE sweden.png PLAYING VLCDUMMY STATE sweden.png ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/sweden.png.torrent-magnet.downloaddummy-metadata-expected.txt000066400000000000000000000002221454630106700323260ustar00rootroot00000000000000DOWNLOADDUMMY NAME sweden.png DOWNLOADDUMMY INFOHASH fce002e43ed1159f4612982ce8fcdb9d30e48f1e DOWNLOADDUMMY FILE sweden.png 636 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/sweden.png.torrent-magnet.downloaddummy-read-expected.txt000066400000000000000000000000531454630106700314630ustar00rootroot00000000000000DOWNLOADDUMMY READ 636 0 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/sweden.png.torrent-magnet.metadata-expected.txt000066400000000000000000000007161454630106700274550ustar00rootroot00000000000000VLCDUMMY ITEM magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png VLCDUMMY STATE magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png OPENING VLCDUMMY STATE magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png PLAYING VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/sweden.png.torrent.data-expected.txt000066400000000000000000000005641454630106700253360ustar00rootroot00000000000000VLCDUMMY ITEM sweden.png.torrent VLCDUMMY STATE sweden.png.torrent OPENING VLCDUMMY STATE sweden.png.torrent PLAYING VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE sweden.png.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY STATE sweden.png OPENING VLCDUMMY STATE sweden.png PLAYING VLCDUMMY STATE sweden.png ENDED (0 audio frames, >0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/data/sweden.png.torrent.downloaddummy-metadata-expected.txt000066400000000000000000000002221454630106700310550ustar00rootroot00000000000000DOWNLOADDUMMY NAME sweden.png DOWNLOADDUMMY INFOHASH fce002e43ed1159f4612982ce8fcdb9d30e48f1e DOWNLOADDUMMY FILE sweden.png 636 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/sweden.png.torrent.downloaddummy-read-expected.txt000066400000000000000000000000531454630106700302120ustar00rootroot00000000000000DOWNLOADDUMMY READ 636 0 DOWNLOADDUMMY END vlc-bittorrent-2.15/test/data/sweden.png.torrent.metadata-expected.txt000066400000000000000000000003561454630106700262040ustar00rootroot00000000000000VLCDUMMY ITEM sweden.png.torrent VLCDUMMY STATE sweden.png.torrent OPENING VLCDUMMY STATE sweden.png.torrent PLAYING VLCDUMMY SUBITEM sweden.png (FILE) VLCDUMMY STATE sweden.png.torrent ENDED (0 audio frames, 0 video frames) VLCDUMMY END vlc-bittorrent-2.15/test/downloaddummy.cpp000066400000000000000000000053511454630106700207770ustar00rootroot00000000000000/* Copyright 2018 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #include #include #include "download.h" static bool show_metadata = false; static bool show_read = false; static bool abort_read = false; static bool abort_metadata = false; static void test_metadata(std::shared_ptr d) { auto md = d->get_metadata(); std::cout << "DOWNLOADDUMMY NAME " << d->get_name() << std::endl; std::cout << "DOWNLOADDUMMY INFOHASH " << d->get_infohash() << std::endl; for (auto& f : Download::get_files(md->data(), md->size())) { std::cout << "DOWNLOADDUMMY FILE " << f.first << " " << f.second << std::endl; } } static void test_read(std::shared_ptr d) { auto md = d->get_metadata(); int i = 0; for (auto& f : Download::get_files(md->data(), md->size())) { int64_t total = 0; while (1) { char buf[64 * 1024]; ssize_t r = d->read(i, total, buf, sizeof(buf)); if (r <= 0) break; total += r; } std::cout << "DOWNLOADDUMMY READ " << total << " " << i << std::endl; // File index i++; } } int main(int argc, char* argv[]) { for (int i = 0; i < argc; i++) { std::string arg = argv[i]; if (arg == "--show-metadata") { show_metadata = true; } else if (arg == "--show-read") { show_read = true; } else if (arg == "--abort-metadata") { abort_metadata = true; } else if (arg == "--abort-read") { abort_read = true; } } if (argc <= 1) return -1; try { auto md = Download::get_metadata(argv[1], ".", "/tmp"); auto d = Download::get_download(md->data(), md->size(), ".", true); if (show_metadata) { test_metadata(d); } if (show_read) { test_read(d); } } catch (std::runtime_error& e) { std::cout << "DOWNLOADDUMMY FAIL " << e.what() << std::endl; } std::cout << "DOWNLOADDUMMY END" << std::endl; return 0; } vlc-bittorrent-2.15/test/downloaddummy.test000066400000000000000000000061121454630106700211700ustar00rootroot00000000000000#!/bin/bash # Copyright 2018 Johan Gunnarsson # # This file is part of vlc-bittorrent. # # vlc-bittorrent 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. # # vlc-bittorrent 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 vlc-bittorrent. If not, see . set -o pipefail mkdir -p $HOME/.config/vlc mkdir -p $HOME/.cache/vlc mkdir -p $HOME/.local/share/vlc run_test() { echo downloaddummy "$3" $2 pushd data cp -n *.torrent /tmp (timeout 60 ../downloaddummy "$3" $2 || :) 2>/dev/null | grep ^DOWNLOADDUMMY | diff -U 10 "$4" - | sed -e "s/^/# /" && echo "ok # $1 $3" || echo "not ok # $1 $3" popd } run_metadata_test() { time run_test "metadata" "--show-metadata" $* } run_read_test() { time run_test "read" "--show-read" $* } echo "1..16" run_metadata_test "flags.torrent" "flags.torrent.downloaddummy-metadata-expected.txt" run_metadata_test "nasa1.ogv.torrent" "nasa1.ogv.torrent.downloaddummy-metadata-expected.txt" run_metadata_test "nasa.torrent" "nasa.torrent.downloaddummy-metadata-expected.txt" run_metadata_test "sweden.png.torrent" "sweden.png.torrent.downloaddummy-metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags" "flags.torrent-magnet.downloaddummy-metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv" "nasa1.ogv.torrent-magnet.downloaddummy-metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa" "nasa.torrent-magnet.downloaddummy-metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png" "sweden.png.torrent-magnet.downloaddummy-metadata-expected.txt" run_read_test "flags.torrent" "flags.torrent.downloaddummy-read-expected.txt" run_read_test "nasa1.ogv.torrent" "nasa1.ogv.torrent.downloaddummy-read-expected.txt" run_read_test "nasa.torrent" "nasa.torrent.downloaddummy-read-expected.txt" run_read_test "sweden.png.torrent" "sweden.png.torrent.downloaddummy-read-expected.txt" run_read_test "magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags" "flags.torrent-magnet.downloaddummy-read-expected.txt" run_read_test "magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv" "nasa1.ogv.torrent-magnet.downloaddummy-read-expected.txt" run_read_test "magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa" "nasa.torrent-magnet.downloaddummy-read-expected.txt" run_read_test "magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png" "sweden.png.torrent-magnet.downloaddummy-read-expected.txt" exit 0 vlc-bittorrent-2.15/test/miniclient.cpp000066400000000000000000000056751454630106700202600ustar00rootroot00000000000000/* Copyright 2018 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #include #include #include // for std::move #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wconversion" #include #include #include #include #include #include #include #pragma GCC diagnostic pop namespace lt = libtorrent; #define ALERTS \ (lt::alert::status_notification | lt::alert::progress_notification \ | lt::alert::error_notification | lt::alert::peer_notification) int main(int argc, char const* argv[]) { try { lt::settings_pack p; p.set_int(lt::settings_pack::alert_mask, ALERTS); p.set_bool(lt::settings_pack::enable_lsd, true); p.set_bool(lt::settings_pack::enable_upnp, false); p.set_bool(lt::settings_pack::enable_natpmp, false); p.set_bool(lt::settings_pack::enable_dht, false); p.set_bool(lt::settings_pack::broadcast_lsd, true); lt::session ses(p); for (int i = 1; i < argc; i++) { try { lt::add_torrent_params atp; atp.save_path = "."; std::string path = argv[i]; #if LIBTORRENT_VERSION_NUM < 10100 atp.ti = new libtorrent::torrent_info(path); #elif LIBTORRENT_VERSION_NUM < 10200 atp.ti = boost::make_shared(path); #else atp.ti = std::make_shared(path); #endif ses.async_add_torrent(atp); } catch (const std::exception& e) { std::cerr << argv[0] << ": Failed to add " << argv[i] << ": " << e.what() << std::endl; } } for (;;) { std::vector alerts; ses.wait_for_alert(std::chrono::seconds(1)); ses.pop_alerts(&alerts); for (const lt::alert* a : alerts) { std::cout << a->message() << std::endl; } } } catch (const std::exception& e) { std::cerr << argv[0] << ": Error: " << e.what() << std::endl; } } vlc-bittorrent-2.15/test/vlcdummy.c000066400000000000000000000225261454630106700174170ustar00rootroot00000000000000/* Copyright 2018 Johan Gunnarsson This file is part of vlc-bittorrent. vlc-bittorrent 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. vlc-bittorrent 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 vlc-bittorrent. If not, see . */ #include #include #include #include #include #include #include // clang-format off // Things have to be in this order because the libvlc headers have issues #include #include #include #include #include // clang-format on static bool play_item = false; static bool play_subitems = false; static bool print_item = false; static bool print_subitems = false; static bool random_seek = false; static bool playlist_has_ended = false; static pthread_cond_t state_change_cond = PTHREAD_COND_INITIALIZER; static pthread_mutex_t state_change_mutex = PTHREAD_MUTEX_INITIALIZER; static const char* args[] = { "--ignore-config", "--ignore-filetypes", "̈́''", "-I", "dummy", "--no-media-library", "--vout=dummy", "--aout=dummy", "--reset-plugins-cache", "--bittorrent-download-path", ".", "--bittorrent-keep-files", "--image-duration", "1", "--file-logging", "--logfile", "vlcdummy-vlc.log", "--log-verbose", "3", }; static void media_event_handler(const struct libvlc_event_t*, void*); static void media_player_event_handler(const struct libvlc_event_t*, void*); static void media_list_player_event_handler(const struct libvlc_event_t*, void*); static void media_subitemadded(libvlc_media_t* parent, libvlc_media_t* media) { libvlc_event_manager_t* mem = libvlc_media_event_manager(media); assert(mem != NULL); libvlc_event_attach( mem, libvlc_MediaSubItemAdded, media_event_handler, NULL); libvlc_event_attach( mem, libvlc_MediaStateChanged, media_event_handler, NULL); if (print_subitems) { char* type = "UNKNOWN TYPE"; if (libvlc_media_get_type(media) == libvlc_media_type_directory) { type = "DIRECTORY"; } else if (libvlc_media_get_type(media) == libvlc_media_type_file) { type = "FILE"; } char* meta = libvlc_media_get_meta(media, libvlc_meta_Title); printf("VLCDUMMY SUBITEM %s (%s)\n", meta, type); libvlc_free(meta); } } static void media_statechanged(libvlc_media_t* media, libvlc_state_t new_state) { libvlc_event_manager_t* mem = libvlc_media_event_manager(media); assert(mem != NULL); char* state = ""; switch (new_state) { case libvlc_Opening: state = "OPENING"; break; case libvlc_Playing: state = "PLAYING"; break; case libvlc_Error: state = "ERROR"; break; case libvlc_Ended: /* Unregister this event to avoid duplicate ENDED events */ libvlc_event_detach( mem, libvlc_MediaStateChanged, media_event_handler, NULL); state = "ENDED"; break; default: printf("state %d\n", new_state); return; } libvlc_media_stats_t stat; char* title = libvlc_media_get_meta(media, libvlc_meta_Title); if (new_state == libvlc_Ended && libvlc_media_get_stats(media, &stat)) printf("VLCDUMMY STATE %s %s (%s audio frames, %s video frames)\n", title, state, stat.i_decoded_audio > 0 ? ">0" : "0", stat.i_decoded_video > 0 ? ">0" : "0"); else printf("VLCDUMMY STATE %s %s\n", title, state); libvlc_free(title); } static void media_event_handler(const struct libvlc_event_t* p_event, void* p_data) { switch (p_event->type) { case libvlc_MediaSubItemAdded: media_subitemadded((libvlc_media_t*) p_event->p_obj, p_event->u.media_subitem_added.new_child); break; case libvlc_MediaStateChanged: media_statechanged((libvlc_media_t*) p_event->p_obj, (libvlc_state_t) p_event->u.media_state_changed.new_state); break; default: break; } } static void media_player_event_handler(const struct libvlc_event_t* p_event, void* p_data) { switch (p_event->type) { case libvlc_MediaPlayerOpening: case libvlc_MediaPlayerBuffering: case libvlc_MediaPlayerPlaying: case libvlc_MediaPlayerPaused: case libvlc_MediaPlayerStopped: pthread_cond_broadcast(&state_change_cond); break; default: break; } } static void media_list_player_event_handler( const struct libvlc_event_t* p_event, void* p_data) { switch (p_event->type) { case libvlc_MediaListPlayerPlayed: case libvlc_MediaListPlayerStopped: playlist_has_ended = true; pthread_cond_broadcast(&state_change_cond); break; default: break; } } static void play_media_list(libvlc_instance_t* vlc, libvlc_media_list_t* ml) { if (libvlc_media_list_count(ml) <= 0) return; libvlc_media_list_player_t* mlp = libvlc_media_list_player_new(vlc); assert(mlp != NULL); libvlc_event_manager_t* mlpem = libvlc_media_list_player_event_manager(mlp); assert(mlpem != NULL); libvlc_event_attach(mlpem, libvlc_MediaListPlayerPlayed, media_list_player_event_handler, NULL); libvlc_event_attach(mlpem, libvlc_MediaListPlayerStopped, media_list_player_event_handler, NULL); libvlc_media_list_player_set_media_list(mlp, ml); /* Start playing media list */ libvlc_media_list_player_play(mlp); if (random_seek) { libvlc_media_player_t* mp = libvlc_media_list_player_get_media_player(mlp); for (int i = 0; i < 100; i++) { /* Random seek to between 0% and 90% of the file */ libvlc_media_player_set_position( mp, (0.9f * (float) rand()) / (float) RAND_MAX); printf("VLCDUMMY SEEK\n"); sleep(10); } /* Seek to end of file */ libvlc_media_player_set_position(mp, 1.0f); libvlc_media_player_release(mp); } while (!playlist_has_ended) { pthread_cond_wait(&state_change_cond, &state_change_mutex); } libvlc_media_list_player_release(mlp); } static void play_media(libvlc_instance_t* vlc, libvlc_media_t* md) { libvlc_event_manager_t* mdem = libvlc_media_event_manager(md); assert(mdem != NULL); libvlc_event_attach( mdem, libvlc_MediaSubItemAdded, media_event_handler, NULL); libvlc_event_attach( mdem, libvlc_MediaStateChanged, media_event_handler, NULL); libvlc_media_player_t* mi = libvlc_media_player_new_from_media(md); assert(mi != NULL); libvlc_event_manager_t* mpem = libvlc_media_player_event_manager(mi); assert(mpem != NULL); libvlc_event_attach( mpem, libvlc_MediaPlayerOpening, media_player_event_handler, NULL); libvlc_event_attach( mpem, libvlc_MediaPlayerBuffering, media_player_event_handler, NULL); libvlc_event_attach( mpem, libvlc_MediaPlayerPlaying, media_player_event_handler, NULL); libvlc_event_attach( mpem, libvlc_MediaPlayerPaused, media_player_event_handler, NULL); libvlc_event_attach( mpem, libvlc_MediaPlayerStopped, media_player_event_handler, NULL); /* Start playing media */ libvlc_media_player_play(mi); while (libvlc_media_player_get_state(mi) != libvlc_Ended) { pthread_cond_wait(&state_change_cond, &state_change_mutex); } libvlc_media_player_release(mi); if (play_subitems) { /* Play each item in the torrent */ libvlc_media_list_t* ml = libvlc_media_subitems(md); play_media_list(vlc, ml); libvlc_media_list_release(ml); } } int main(int argc, char** argv) { for (int i = 0; i < argc; i++) { if (strcmp(argv[i], "--play-item") == 0) { play_item = true; } else if (strcmp(argv[i], "--print-item") == 0) { print_item = true; } else if (strcmp(argv[i], "--play-subitems") == 0) { play_subitems = true; } else if (strcmp(argv[i], "--print-subitems") == 0) { print_subitems = true; } else if (strcmp(argv[i], "--random-seek") == 0) { random_seek = true; } } libvlc_instance_t* vlc = libvlc_new(sizeof(args) / sizeof(args[0]), args); assert(vlc != NULL); libvlc_media_t* md = strstr(argv[1], "://") ? libvlc_media_new_location(vlc, argv[1]) : libvlc_media_new_path(vlc, argv[1]); assert(md != NULL); if (print_item) { char* title = libvlc_media_get_meta(md, libvlc_meta_Title); printf("VLCDUMMY ITEM %s\n", title); libvlc_free(title); } if (play_item) { play_media(vlc, md); } libvlc_media_release(md); libvlc_release(vlc); printf("VLCDUMMY END\n"); /* Flush output in case we trigger the libtorrent call-after-free bug */ fflush(stdout); return 0; } vlc-bittorrent-2.15/test/vlcdummy.test000066400000000000000000000057471454630106700201620ustar00rootroot00000000000000#!/bin/bash # Copyright 2018 Johan Gunnarsson # # This file is part of vlc-bittorrent. # # vlc-bittorrent 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. # # vlc-bittorrent 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 vlc-bittorrent. If not, see . set -o pipefail export VLC_PLUGIN_PATH=$(pwd)/../src/.libs unset DISPLAY mkdir -p $HOME/.config/vlc mkdir -p $HOME/.cache/vlc mkdir -p $HOME/.local/share/vlc run_test() { echo vlcdummy "$3" $2 pushd data cp -n *.torrent $HOME/.cache/vlc (timeout 60 ../vlcdummy "$3" $2 || :) 2>/dev/null | grep ^VLCDUMMY | diff -U 10 "$4" - | sed -e "s/^/# /" && echo "ok # $1 $3" || echo "not ok # $1 $3" popd } run_metadata_test() { time run_test "metadata" "--print-item --play-item --print-subitems" $* } run_data_test() { time run_test "data" "--print-item --play-item --print-subitems --play-subitems" $* } echo 1..16 run_metadata_test "flags.torrent" "flags.torrent.metadata-expected.txt" run_metadata_test "nasa1.ogv.torrent" "nasa1.ogv.torrent.metadata-expected.txt" run_metadata_test "nasa.torrent" "nasa.torrent.metadata-expected.txt" run_metadata_test "sweden.png.torrent" "sweden.png.torrent.metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags" "flags.torrent-magnet.metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv" "nasa1.ogv.torrent-magnet.metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa" "nasa.torrent-magnet.metadata-expected.txt" run_metadata_test "magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png" "sweden.png.torrent-magnet.metadata-expected.txt" run_data_test "flags.torrent" "flags.torrent.data-expected.txt" run_data_test "nasa1.ogv.torrent" "nasa1.ogv.torrent.data-expected.txt" run_data_test "nasa.torrent" "nasa.torrent.data-expected.txt" run_data_test "sweden.png.torrent" "sweden.png.torrent.data-expected.txt" run_data_test "magnet:?xt=urn:btih:18945a9300abfe4ff2442559bb08b8ddb357c16f&dn=flags" "flags.torrent-magnet.data-expected.txt" run_data_test "magnet:?xt=urn:btih:8a32f3f6f3c9125da79e29c869122758004ee837&dn=nasa1.ogv" "nasa1.ogv.torrent-magnet.data-expected.txt" run_data_test "magnet:?xt=urn:btih:6fa46c9a0bb4eecb837c25845d39c5324be66401&dn=nasa" "nasa.torrent-magnet.data-expected.txt" run_data_test "magnet:?xt=urn:btih:fce002e43ed1159f4612982ce8fcdb9d30e48f1e&dn=sweden.png" "sweden.png.torrent-magnet.data-expected.txt" exit 0