{ "info": { "author": "np1", "author_email": "np1nagev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS", "Operating System :: MacOS :: MacOS 9", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft", "Operating System :: Microsoft :: Windows :: Windows 7", "Operating System :: Microsoft :: Windows :: Windows Vista", "Operating System :: Microsoft :: Windows :: Windows XP", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia :: Sound/Audio :: Players", "Topic :: Multimedia :: Video", "Topic :: Utilities" ], "description": "mps-youtube\n===========\n\n.. image:: https://img.shields.io/pypi/v/mps-youtube.svg\n :target: https://pypi.python.org/pypi/mps-youtube\n.. image:: https://img.shields.io/pypi/dm/mps-youtube.svg\n :target: https://pypi.python.org/pypi/mps-youtube\n.. image:: https://img.shields.io/pypi/wheel/mps-youtube.svg\n :target: http://pythonwheels.com/\n :alt: Wheel Status\n\n\nFeatures\n--------\n- Search and play audio/video from YouTube\n- Search tracks of albums by album title\n- Search and import YouTube playlists\n- Create and save local playlists\n- Download audio/video\n- Convert to mp3 & other formats (requires ffmpeg or avconv)\n- View video comments\n- Works with Python 3.x\n- Works with Windows, Linux and Mac OS X\n- Requires mplayer or mpv\n\nThis project is based on `mps `_, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The `pafy `_ library handles interfacing with YouTube.\n\n`FAQ / Troubleshooting common issues `_\n\nScreenshots\n-----------\n\n\nSearch\n~~~~~~\n.. image:: http://np1.github.io/mpsyt-images2/std-search.png\n\nA standard search is performed by entering ``/`` followed by search terms.\n\nLocal Playlists\n~~~~~~~~~~~~~~~\n.. image:: http://np1.github.io/mpsyt-images2/local-playlists.png\n\nSearch result items can easily be stored in local playlists.\n\nYouTube Playlists\n~~~~~~~~~~~~~~~~~\n.. image:: http://np1.github.io/mpsyt-images2/playlist-search.png\n\nYouTube playlists can be searched and played or saved as local playlists.\n\nDownload\n~~~~~~~~\n.. image:: http://np1.github.io/mpsyt-images2/download.png\n\nContent can be downloaded in various formats and resolutions.\n\nComments\n~~~~~~~~\n.. image:: http://np1.github.io/mpsyt-images2/comments.png\n\nA basic comments browser is available to view YouTube user comments.\n\nMusic Album Matching\n~~~~~~~~~~~~~~~~~~~~\n\n.. image:: http://np1.github.io/mpsyt-images2/album-1.png\n\n.. image:: http://np1.github.io/mpsyt-images2/album-2.png\n\nAn album title can be specified and mps-youtube will attempt to find matches for each track of the album, based on title and duration. Type ``help search`` for more info.\n\nCustomisation\n~~~~~~~~~~~~~\n\n.. image:: http://np1.github.io/mpsyt-images2/customisation2.png\n\nSearch results can be customised to display additional fields and ordered by various criteria.\n\nThis configuration was set up using the following commands::\n\n set order views\n set columns user:14 date comments rating likes dislikes category:9 views\n\nType ``help config`` for help on configuration options\n\n\n\nInstallation\n------------\nLinux\n~~~~~\nUsing `pip `_::\n\n [sudo] pip3 install mps-youtube\n\nTo install the experimental development version and try the latest features:\n\n [sudo] pip3 install -U git+https://github.com/mps-youtube/mps-youtube.git\n\nInstalling youtube-dl is highly recommended::\n\n [sudo] pip3 install youtube-dl\n\nFor mpris2 support, install the python bindings for dbus and gobject::\n\n [sudo] pip3 install dbus-python pygobject\n\nUbuntu\n~~~~~~\nYou can install mps-youtube directly from the official repositories:\n\n [sudo] apt install mps-youtube\n\nmacOS X\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nInstall mpv (recommended player) with `Homebrew `_::\n\n brew install mpv\n\nAlternately, you can install mplayer with `MacPorts `_::\n\n sudo port install MPlayer\n\nOr with `Homebrew `_::\n\n brew install mplayer\n\nAdditional Windows installation notes\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAs an alternative to installing with pip, there is a standalone binary available. Go to `Releases `_ and download mpsyt-VERSION.exe under downloads for the latest release.\n\nInstall the python `colorama `_ module to get colors (optional)::\n\n pip3 install colorama\n\nMpsyt requires a player to use as a backend, with either mpv or mplayer supported. Mpv is the recommended option.\n\nMpv can be downloaded from https://mpv.srsfckn.biz/\n\nExtract both ``mpv.exe`` and ``mpv.com`` to the same folder as ``mpsyt.exe`` or to a folder in the system path.\n\nAlternately, mplayer can be downloaded from http://oss.netfarm.it/mplayer\n\nExtract the ``mplayer.exe`` file, saving it to the folder that ``mpsyt.exe`` resides in (usually ``C:\\PythonXX\\Scripts\\``) or to a folder in the system path.\n\nRun via Docker container\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nUsing `Docker `_, run with::\n\n sudo docker run --device /dev/snd -it --rm --name mpsyt rothgar/mpsyt\n\nAdditional Docker notes\n~~~~~~~~~~~~~~~~~~~~~~~\n\nIf you would like to locally build the container you can run the following steps\n\nCheck out this repo::\n\n git clone https://github.com/np1/mps-youtube.git\n\nEnter the directory and run docker build::\n\n cd mps-youtube\n sudo docker build -t mpsyt .\n\nNow run the container interactively with::\n\n sudo docker run -v /dev/snd:/dev/snd -it --rm --privileged --name mpsyt mpsyt\n\nIn order to have access to the local sound device (/dev/snd) the container needs to be privileged.\n\nUpgrading\n---------\n\nUpgrade pip installation::\n\n [sudo] pip3 install mps-youtube --upgrade\n\nUsage\n-----\n\nmps-youtube is run on the command line using the command::\n\n mpsyt\n\nEnter ``h`` from within the program for help.\n\nIRC\n---\n\nAn IRC channel `#mps-youtube` for the project is available on Freenode (chat.freenode.net:6697). You can join directly by clicking `this link `_.\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/mps-youtube/", "download_url": "https://github.com/mps-youtube/mps-youtube/archive/v0.2.8.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mps-youtube/mps-youtube", "keywords": "video", "license": "", "maintainer": "", "maintainer_email": "", "name": "mps-youtube", "package_url": "https://pypi.org/project/mps-youtube/", "platform": "", "project_url": "https://pypi.org/project/mps-youtube/", "project_urls": { "Download": "https://github.com/mps-youtube/mps-youtube/archive/v0.2.8.tar.gz", "Homepage": "https://github.com/mps-youtube/mps-youtube" }, "release_url": "https://pypi.org/project/mps-youtube/0.2.8/", "requires_dist": null, "requires_python": "", "summary": "Terminal based YouTube player and downloader", "version": "0.2.8" }, "last_serial": 3950551, "releases": { "0.00.00": [], "0.01.30": [ { "comment_text": "", "digests": { "md5": "da7b585f1488dd5298b56da12367693a", "sha256": "6fe24bc97665fb419d53ea0be3929c301b8d9bc8f681c2616dac890f40882b5e" }, "downloads": -1, "filename": "mps-youtube-0.01.30.tar.gz", "has_sig": false, "md5_digest": "da7b585f1488dd5298b56da12367693a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21367, "upload_time": "2014-02-13T16:09:20", "url": "https://files.pythonhosted.org/packages/b8/c9/2be4fa637778bb80ac6dfae78c6214050db58127a3b13bc213e39c0294b8/mps-youtube-0.01.30.tar.gz" } ], "0.01.31": [ { "comment_text": "", "digests": { "md5": "a68d1cfb175279489e8170a59d26ec11", "sha256": "47540f222149e69400b6acc36fe1871dd48d1c9b90a8f4a1fddcf88788f28f21" }, "downloads": -1, "filename": "mps-youtube-0.01.31.tar.gz", "has_sig": false, "md5_digest": "a68d1cfb175279489e8170a59d26ec11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21427, "upload_time": "2014-02-13T21:58:52", "url": "https://files.pythonhosted.org/packages/98/ad/15808ba9d78051374df73d0588a5e8eb6731cbe4d1e41af2f0439559705b/mps-youtube-0.01.31.tar.gz" } ], "0.01.32": [ { "comment_text": "", "digests": { "md5": "f740f71fb90e19df05133e0b8b0a9e66", "sha256": "7b516a0c1e0d532e9fd596f969a3e22ebddabc78f8202de0f02ffa29e0085231" }, "downloads": -1, "filename": "mps-youtube-0.01.32.tar.gz", "has_sig": false, "md5_digest": "f740f71fb90e19df05133e0b8b0a9e66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21691, "upload_time": "2014-02-17T01:03:59", "url": "https://files.pythonhosted.org/packages/1f/a7/4fdc0c766f6d844adb9ac0ceb9bf5f2c353b320fc293a0f130d536275dd3/mps-youtube-0.01.32.tar.gz" } ], "0.01.33": [ { "comment_text": "", "digests": { "md5": "9adc0f0cb19af8fe6cf74904348f04ab", "sha256": "45e26c6bcd9bc2efdb2eb090477f731c3ad079af813ed627733937d4986218cf" }, "downloads": -1, "filename": "mps-youtube-0.01.33.tar.gz", "has_sig": false, "md5_digest": "9adc0f0cb19af8fe6cf74904348f04ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23207, "upload_time": "2014-02-22T08:35:40", "url": "https://files.pythonhosted.org/packages/88/0c/187ed342b4a04776ae71512060bcd94e8dbd6a1c97be6760abe6037698bd/mps-youtube-0.01.33.tar.gz" } ], "0.01.34": [ { "comment_text": "", "digests": { "md5": "6c7b2ece551162a6804c1ae50c57cda5", "sha256": "a859ec842e856f80407e456e4d941b8611e21e22ad0f625b726c1a84afc11c7e" }, "downloads": -1, "filename": "mps-youtube-0.01.34.tar.gz", "has_sig": false, "md5_digest": "6c7b2ece551162a6804c1ae50c57cda5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23225, "upload_time": "2014-02-22T17:36:55", "url": "https://files.pythonhosted.org/packages/92/6b/73cf0db635058917c658a21f6bdbc3a184960a4b00ccc7142d21b7a97bab/mps-youtube-0.01.34.tar.gz" } ], "0.01.35": [ { "comment_text": "", "digests": { "md5": "b3a5b1ab5de1e15662b145b3cace581b", "sha256": "466410323050bf41875ebd5424fd622afaf5df2069011acde2bbbca2b0837f6c" }, "downloads": -1, "filename": "mps-youtube-0.01.35.tar.gz", "has_sig": false, "md5_digest": "b3a5b1ab5de1e15662b145b3cace581b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23648, "upload_time": "2014-02-25T02:55:21", "url": "https://files.pythonhosted.org/packages/c5/3d/d29920c45aadd59fb0db72bda51f58af3a99a56ac50ca8495e42d6a68a2b/mps-youtube-0.01.35.tar.gz" } ], "0.01.36": [ { "comment_text": "", "digests": { "md5": "3b678bfb727d3dd461203e8db27f2692", "sha256": "2e53260aa1aa7e39943293c0366432e40c0a71e13452d22aeb475f18b07ddb46" }, "downloads": -1, "filename": "mps-youtube-0.01.36.tar.gz", "has_sig": false, "md5_digest": "3b678bfb727d3dd461203e8db27f2692", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23867, "upload_time": "2014-02-27T13:30:30", "url": "https://files.pythonhosted.org/packages/cd/a5/a4bc81a569b153a8fb5217be489de16dc3e075c696439205d58e9895ddef/mps-youtube-0.01.36.tar.gz" } ], "0.01.37": [ { "comment_text": "", "digests": { "md5": "6541f20500b80d6b5054cc63a95aefd3", "sha256": "5be160716bdff86349ed96acebefbdaa061be3ae32b12025cd5d403c2db9ff1f" }, "downloads": -1, "filename": "mps-youtube-0.01.37.tar.gz", "has_sig": false, "md5_digest": "6541f20500b80d6b5054cc63a95aefd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25837, "upload_time": "2014-03-03T00:55:56", "url": "https://files.pythonhosted.org/packages/53/9f/cb340bb7be96d894be55b2e967631034f4236be5b16e10e76fe1758e6eb7/mps-youtube-0.01.37.tar.gz" } ], "0.01.38": [ { "comment_text": "", "digests": { "md5": "059d95334e2b2791fed1c6d5350cea0e", "sha256": "132ea7785b311ee1ab6ba24a5c5a8628cbad03d45dfce74dfa8eac7c06fbfca6" }, "downloads": -1, "filename": "mps-youtube-0.01.38.tar.gz", "has_sig": false, "md5_digest": "059d95334e2b2791fed1c6d5350cea0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26555, "upload_time": "2014-03-06T00:12:58", "url": "https://files.pythonhosted.org/packages/80/ee/a960442f7a85f8cc80b7b067ec05808b69e9522dfca37406b2f4abaae0ee/mps-youtube-0.01.38.tar.gz" } ], "0.01.39": [ { "comment_text": "", "digests": { "md5": "22f0a605eb64261f3eb5916b691db3a4", "sha256": "75f9c98d4d2b901fbe7e6a818d22cdb1dc876fbd42c572c36ddc0f872e1c0753" }, "downloads": -1, "filename": "mps-youtube-0.01.39.tar.gz", "has_sig": false, "md5_digest": "22f0a605eb64261f3eb5916b691db3a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29104, "upload_time": "2014-03-10T19:40:54", "url": "https://files.pythonhosted.org/packages/f3/9c/290470fc299f7ec93b2d56a918755a6147914a6cf0fcfb5698bc4bb5dfbe/mps-youtube-0.01.39.tar.gz" } ], "0.01.40": [ { "comment_text": "", "digests": { "md5": "04a99e5846d48d58b252e244b4d8ef39", "sha256": "41db8741926e7993187bb3f334db0451ea82321ecf6b6c8d7d8e16ddf413c038" }, "downloads": -1, "filename": "mps-youtube-0.01.40.tar.gz", "has_sig": false, "md5_digest": "04a99e5846d48d58b252e244b4d8ef39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29100, "upload_time": "2014-03-11T16:21:55", "url": "https://files.pythonhosted.org/packages/f4/7a/ca31c0aa04600886f710350183d0d600f6dbb71c6be6ba7b5e675849385e/mps-youtube-0.01.40.tar.gz" } ], "0.01.41": [ { "comment_text": "", "digests": { "md5": "a9c2c8da7bba6710262617a9ed182d59", "sha256": "13f45b8960739c3b214ee0e651bdc305a4389e27e98d38d6ec41f7a081070e17" }, "downloads": -1, "filename": "mps-youtube-0.01.41.tar.gz", "has_sig": false, "md5_digest": "a9c2c8da7bba6710262617a9ed182d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29955, "upload_time": "2014-03-14T17:08:13", "url": "https://files.pythonhosted.org/packages/c6/21/267830f050b988fb2a5b25489fa90e49f677e504a0c095d5e78b3b79084e/mps-youtube-0.01.41.tar.gz" } ], "0.01.44": [ { "comment_text": "", "digests": { "md5": "066f2b067225d9239c5487e5fb80c246", "sha256": "c1d15b81a64c3ad9e4609efb7b37be4815cd36f2ad321cac0e1276ec4f873e87" }, "downloads": -1, "filename": "mps-youtube-0.01.44.tar.gz", "has_sig": false, "md5_digest": "066f2b067225d9239c5487e5fb80c246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32753, "upload_time": "2014-03-27T17:31:21", "url": "https://files.pythonhosted.org/packages/74/f3/4eab39c18ec9deb4a954848093a80f393bca4ae59c212391553fc2bd1408/mps-youtube-0.01.44.tar.gz" } ], "0.01.46": [ { "comment_text": "", "digests": { "md5": "14ed4106a3fdccaa6acd78634aa040bf", "sha256": "09947012d98ceb456301fda1d4e63c6fbf4487ed2a7ad3806a61604af235968c" }, "downloads": -1, "filename": "mps_youtube-0.01.46-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "14ed4106a3fdccaa6acd78634aa040bf", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 41546, "upload_time": "2014-05-18T03:38:47", "url": "https://files.pythonhosted.org/packages/93/18/abd3d886e40e7ed7b9b8f0974102729fc007c84ca83ea51737e8e746e378/mps_youtube-0.01.46-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27b237f49ac473cb5575f32a355db486", "sha256": "adec83d2c210c99799d2ce9046c9ed70f9910c5d7bb745556ac49aaffe719679" }, "downloads": -1, "filename": "mps-youtube-0.01.46.tar.gz", "has_sig": false, "md5_digest": "27b237f49ac473cb5575f32a355db486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40420, "upload_time": "2014-05-18T03:38:43", "url": "https://files.pythonhosted.org/packages/50/a1/ff7ddb049115ff7c6f37d82bb30e8785fbb365400470a3275d1e36830ee4/mps-youtube-0.01.46.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b90729a496bd12475b45c64228300021", "sha256": "84a148ca5080dd07006c220cc03c4b877bc4d8fd949d8111b89359855d0e8200" }, "downloads": -1, "filename": "mps_youtube-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b90729a496bd12475b45c64228300021", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 47559, "upload_time": "2014-11-24T16:07:42", "url": "https://files.pythonhosted.org/packages/ec/00/911c676fb5e441478c2b685b79a9e36fc0dba14c807de3ced5feb64b2259/mps_youtube-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5081652c6dc5f6c430cb127cafeda56d", "sha256": "f233552a9b8cb501bedf072b6866649c128137504fe275a8b854ec9b63d4f7a8" }, "downloads": -1, "filename": "mps-youtube-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5081652c6dc5f6c430cb127cafeda56d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45610, "upload_time": "2014-11-24T16:07:39", "url": "https://files.pythonhosted.org/packages/3c/28/e0e718b45047c8007bd39a8a00f5604538bb65d3b6f2e938a26ea9d8de92/mps-youtube-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "999a2be954c175e063ffb7bfdb1a6b1a", "sha256": "604735d92e35689b7f1b6109bda57b56ce56b5548a78f81b5696d42d007f6ac3" }, "downloads": -1, "filename": "mps_youtube-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "999a2be954c175e063ffb7bfdb1a6b1a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 47539, "upload_time": "2014-11-27T14:32:10", "url": "https://files.pythonhosted.org/packages/a8/94/72b969466b12ea1928797ebdef49c64b1de64e5e415a21b6989dee4f3f35/mps_youtube-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "399dac3a61dba0850db7cc684f2c9d17", "sha256": "d6de39f690eca3dc6c6fd13a9576376ac784eb50dbb1b8c2e9e2722960850ccf" }, "downloads": -1, "filename": "mps-youtube-0.2.1.tar.gz", "has_sig": false, "md5_digest": "399dac3a61dba0850db7cc684f2c9d17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45609, "upload_time": "2014-11-27T14:32:06", "url": "https://files.pythonhosted.org/packages/ea/99/d4c4ccc8ecdae151ad0d2f5aa6d6ae3b094fdcbf40ae9610db45dca6af90/mps-youtube-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "2f359ba4c153a4674b59a9e4ab1e0721", "sha256": "fd7ca79fb9e18af0dd1d446ae14c4e1d76ea31eb20bede0c25ac53fcf9a8d131" }, "downloads": -1, "filename": "mps_youtube-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f359ba4c153a4674b59a9e4ab1e0721", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 49191, "upload_time": "2015-02-14T05:52:59", "url": "https://files.pythonhosted.org/packages/21/be/3e787b626c26486e5bd41afbcc602f759c7c6aba93af2bad10c40187d8f8/mps_youtube-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd43604e6539ef619312cf73bfe5f0f8", "sha256": "28bef44348f5dde9d256ce27c36359ee182b8ee57f599894ab4777352b37dbe0" }, "downloads": -1, "filename": "mps-youtube-0.2.2.tar.gz", "has_sig": false, "md5_digest": "dd43604e6539ef619312cf73bfe5f0f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47130, "upload_time": "2015-02-14T05:52:55", "url": "https://files.pythonhosted.org/packages/3f/8e/e83f36780ea499b36e2771a134730c90578299632b4304ac05b61b62f49d/mps-youtube-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "921e2d3b7dfcc892eb95fd7e7983382c", "sha256": "004bc4110525e976d8aff269845e48cdc0b07c0a6ca4d726893781e81f4f1055" }, "downloads": -1, "filename": "mps_youtube-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "921e2d3b7dfcc892eb95fd7e7983382c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 49517, "upload_time": "2015-02-16T23:44:27", "url": "https://files.pythonhosted.org/packages/9c/da/c52c01f9afc2ee07e2948fbfaa3c5242c619625f85db83ede3d854a1a070/mps_youtube-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1859befe6a30e6aa834f1cb3cb352e49", "sha256": "7a0d0f6df4793d8ebf49cf323426ec802cf4f6013078513e09fc0c790e96867c" }, "downloads": -1, "filename": "mps-youtube-0.2.3.tar.gz", "has_sig": false, "md5_digest": "1859befe6a30e6aa834f1cb3cb352e49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47439, "upload_time": "2015-02-16T23:44:23", "url": "https://files.pythonhosted.org/packages/f0/a3/d80c3df8ee7f130afd498170701dc231b7f6f4baae8340cf8e76e070f8e6/mps-youtube-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "62f17427a61faea6304379b16fdee061", "sha256": "8f9a5e8e0e303a531e589f7cedf31833b72c140a53dd4de395db4a9108e71cc1" }, "downloads": -1, "filename": "mps_youtube-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "62f17427a61faea6304379b16fdee061", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57338, "upload_time": "2015-05-14T13:32:25", "url": "https://files.pythonhosted.org/packages/5a/90/693fbfc8f5592c91f541b1f4a8e83f09b3580e7de8f5a67eb75a9eb4ab18/mps_youtube-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce1de127e5d9af4e0b513c9325dcd561", "sha256": "f62272b55b54a3f51ba2c1283db1b6685c02d89cc20e890fac13939b8e1cf840" }, "downloads": -1, "filename": "mps-youtube-0.2.4.tar.gz", "has_sig": false, "md5_digest": "ce1de127e5d9af4e0b513c9325dcd561", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53584, "upload_time": "2015-05-14T13:13:25", "url": "https://files.pythonhosted.org/packages/10/70/e2ae9815d43453d876af99a1d3a9f3f61a9553a88dc968652da8dd3f13d4/mps-youtube-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "d131d01908c3c9758140152d97832110", "sha256": "13ff7a5748174a40c64429a2a59de7a058efdd35c58683f30c694725a02474ef" }, "downloads": -1, "filename": "mps-youtube-0.2.5-2.tar.gz", "has_sig": false, "md5_digest": "d131d01908c3c9758140152d97832110", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54835, "upload_time": "2015-06-02T01:10:14", "url": "https://files.pythonhosted.org/packages/34/ca/a4ffed8498beb2d32bd2b38426bf977a6e53162388fc42b956348bd00e3c/mps-youtube-0.2.5-2.tar.gz" }, { "comment_text": "", "digests": { "md5": "de4c04fe8429c5321c894f885e3e0ebc", "sha256": "569fcf5258a226a09ea1e00abb726716fd0710ebe596c0a0bd0f95a677544d85" }, "downloads": -1, "filename": "mps_youtube-0.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "de4c04fe8429c5321c894f885e3e0ebc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58502, "upload_time": "2015-06-01T23:34:20", "url": "https://files.pythonhosted.org/packages/a4/58/a0306c0fa05ae4b394552c27d868e89d7b775de66464741b43e70eaecb69/mps_youtube-0.2.5-py3-none-any.whl" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "321423c52701e4e30f293ae43e5805a2", "sha256": "b10bfb113a87fde33474bf3de50662b3e8e6e31a60ac6054eeb2f43a0de39256" }, "downloads": -1, "filename": "mps-youtube-0.2.6-2.tar.gz", "has_sig": false, "md5_digest": "321423c52701e4e30f293ae43e5805a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75480, "upload_time": "2016-01-01T23:31:58", "url": "https://files.pythonhosted.org/packages/23/7b/550f3dfc593ed631b2c97359883148837735734a786a456a823ee379ce24/mps-youtube-0.2.6-2.tar.gz" }, { "comment_text": "", "digests": { "md5": "bff04ea5374dea316b8efa8138e38daf", "sha256": "2c67d6a66b71c94448400ac17d1162c67a4fef8feee429d1e85405980789e111" }, "downloads": -1, "filename": "mps_youtube-0.2.6-py3-none-any.whl", "has_sig": false, "md5_digest": "bff04ea5374dea316b8efa8138e38daf", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 100850, "upload_time": "2016-01-01T22:27:25", "url": "https://files.pythonhosted.org/packages/82/3b/a8c1961b16f3ae7758665e41d1cc7c568f05b581c89b99a8a05255899d75/mps_youtube-0.2.6-py3-none-any.whl" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "0dd0c41e90cc054c24ae2aa12e3d19d7", "sha256": "363e6c50edb83b8b575c3e434a0795f541e032ed324c95af0f4744c6d4bcc1f9" }, "downloads": -1, "filename": "mps_youtube-0.2.7-py3-none-any.whl", "has_sig": false, "md5_digest": "0dd0c41e90cc054c24ae2aa12e3d19d7", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 93723, "upload_time": "2016-06-27T17:16:34", "url": "https://files.pythonhosted.org/packages/dd/a8/86660325e403fae9c9af57b25c39425fdbc986d5a57d25a8703787db5a85/mps_youtube-0.2.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba64c2869698f32a35caabb382f6a1f1", "sha256": "18d119d551647aed10e2c43e43a3ae4b68573537dfaa7e5de7f68c11b4cd1589" }, "downloads": -1, "filename": "mps-youtube-0.2.7.tar.gz", "has_sig": false, "md5_digest": "ba64c2869698f32a35caabb382f6a1f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77981, "upload_time": "2016-06-27T17:16:29", "url": "https://files.pythonhosted.org/packages/45/d0/9f62c53adf6630b601a79cad0fcfd32ecdccd57d50c15097108596c93d7e/mps-youtube-0.2.7.tar.gz" } ], "0.2.7.1": [ { "comment_text": "", "digests": { "md5": "7ac810e47b6d6402dea8aefb36d56ce8", "sha256": "a6efb261b8d103a206db49dac608bceb2a96e2a9c5ba69e139b0ce5316e05c4f" }, "downloads": -1, "filename": "mps_youtube-0.2.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7ac810e47b6d6402dea8aefb36d56ce8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 74255, "upload_time": "2016-07-06T20:41:12", "url": "https://files.pythonhosted.org/packages/86/59/f81a2873f096a9780d59e3f1bebba03906f08fd0a7fb270dc1d4822c462f/mps_youtube-0.2.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6b834b25fab8f87378976f1a798044e0", "sha256": "e3df5dc80f39941cb38f5678d1cc397a37a6dc5577e487b24fbf66fffe2afd03" }, "downloads": -1, "filename": "mps-youtube-0.2.7.1.tar.gz", "has_sig": false, "md5_digest": "6b834b25fab8f87378976f1a798044e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78128, "upload_time": "2016-07-06T20:41:08", "url": "https://files.pythonhosted.org/packages/61/24/731d187970c531023655df748a63b09dc44a6102ce5997ef52e6285acb1d/mps-youtube-0.2.7.1.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "4de124285d7a7e8ce55a626b6015eea2", "sha256": "e1e85092682f5f2f1d941bc17856f9c0c2d4d11b2e4715bac357e621295903b5" }, "downloads": -1, "filename": "mps_youtube-0.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "4de124285d7a7e8ce55a626b6015eea2", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 94409, "upload_time": "2018-02-18T04:59:31", "url": "https://files.pythonhosted.org/packages/94/65/2076c154611440f7b3299f5119cad5bc547638397c83077ca6314012ed6b/mps_youtube-0.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7560fda429491a41b1a4a20ad9cd3a3b", "sha256": "59ce3944626fbd1a041e1e1b15714bbd138ebc71ceb89e32ea9470d8152af083" }, "downloads": -1, "filename": "mps-youtube-0.2.8.tar.gz", "has_sig": false, "md5_digest": "7560fda429491a41b1a4a20ad9cd3a3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95542, "upload_time": "2018-02-18T04:59:29", "url": "https://files.pythonhosted.org/packages/b1/8e/5156416119545e3f5ba16ec0fdbb2c7d0b57fad9e19ee8554856cd4a41ad/mps-youtube-0.2.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4de124285d7a7e8ce55a626b6015eea2", "sha256": "e1e85092682f5f2f1d941bc17856f9c0c2d4d11b2e4715bac357e621295903b5" }, "downloads": -1, "filename": "mps_youtube-0.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "4de124285d7a7e8ce55a626b6015eea2", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 94409, "upload_time": "2018-02-18T04:59:31", "url": "https://files.pythonhosted.org/packages/94/65/2076c154611440f7b3299f5119cad5bc547638397c83077ca6314012ed6b/mps_youtube-0.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7560fda429491a41b1a4a20ad9cd3a3b", "sha256": "59ce3944626fbd1a041e1e1b15714bbd138ebc71ceb89e32ea9470d8152af083" }, "downloads": -1, "filename": "mps-youtube-0.2.8.tar.gz", "has_sig": false, "md5_digest": "7560fda429491a41b1a4a20ad9cd3a3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95542, "upload_time": "2018-02-18T04:59:29", "url": "https://files.pythonhosted.org/packages/b1/8e/5156416119545e3f5ba16ec0fdbb2c7d0b57fad9e19ee8554856cd4a41ad/mps-youtube-0.2.8.tar.gz" } ] }