{ "info": { "author": "Takao Mizuno", "author_email": "takao.mizuno110@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development", "Topic :: Software Development :: Testing" ], "description": "\n\nHelpful tool for getting YouTube information using Python!\nYou can do:\n\n - search YouTube\n - get information of videos\n - get transcription of video\n\n\n### Installation\n#### using setup.py\n```\npython setup.py install\n```\n\n#### using pip\n```\npip install audiotube\n```\n\n### Usage\n```\nimport audiotube\n\nyoutube = audiotube.YouTube()\nresults = youtube.search('palo alto', search_num=10)\nprint(results)\n# [ Num: 10 [, , , , , , , , , ] \n\nprint(type(results)) # \nprint(type(results[0])) # \n\nprint(results[1].transcription)\n# [{'text': 'ah', 'start': 0.0, 'duration': 2.0}, {'text': 'you', 'start': 4.69, 'duration': 2.06}, {'text': \"there's a lot of great attractions in\", 'start'$ 12.82, 'duration': 4.39}, {'text': 'San Francisco alone but at the same time', 'start': 15.02, 'duration': 4.17}, {'text': 'there is a lot of different pl$ces you', 'start': 17.21, 'duration': 3.12}, {'text': 'can check out throughout the San', 'start': 19.19, 'duration': 4.35}, {'text': 'Francisco Bay region one of them is Palo', 'start': 20.33, 'duration': 6.21}, {'text': 'Alto California welcome this is Scott', 'start': 23.54, 'duration': 7.91}, {'text': \"and we're live here in front of\", 'start': 26.54, 'duration': 4.91}, {'text': \"Rinconada Park we're at the Embarcadero\", 'start': 32.17, 'duration': 6.01}, {'t$xt': 'Road not be confused with the one in', 'start': 36.2, 'duration': 4.98}, {'text': 'downtown San Francisco and then middle', 'start': 38.18, 'duration': 4.8}, {'text': 'field roads over at that light over', 'start': 41.18, 'duration': 6.45},\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mzntaka0/audiotube", "keywords": "", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "audiotube", "package_url": "https://pypi.org/project/audiotube/", "platform": "", "project_url": "https://pypi.org/project/audiotube/", "project_urls": { "Homepage": "https://github.com/mzntaka0/audiotube" }, "release_url": "https://pypi.org/project/audiotube/0.2.1/", "requires_dist": [ "tqdm", "google-api-python-client", "oauth2client", "apiclient", "youtube-dl", "python-dotenv", "beautifulsoup4", "youtube-transcript-api" ], "requires_python": "", "summary": "Easily can get audio and 'standard' captions from YouTube", "version": "0.2.1" }, "last_serial": 5809090, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "258ed8239ce9f9c5c1a37cafc3241ecf", "sha256": "a279283a0dba40a04f2dd8f5b3cdfed8a8a0da39f84ba825af39c0c5388c666c" }, "downloads": -1, "filename": "audiotube-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "258ed8239ce9f9c5c1a37cafc3241ecf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12652, "upload_time": "2019-09-10T13:54:33", "url": "https://files.pythonhosted.org/packages/b6/f7/72f28455b07611c46471c7580522be15a9bfe7ec4a6440988c7f87a66e81/audiotube-0.2.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "258ed8239ce9f9c5c1a37cafc3241ecf", "sha256": "a279283a0dba40a04f2dd8f5b3cdfed8a8a0da39f84ba825af39c0c5388c666c" }, "downloads": -1, "filename": "audiotube-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "258ed8239ce9f9c5c1a37cafc3241ecf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12652, "upload_time": "2019-09-10T13:54:33", "url": "https://files.pythonhosted.org/packages/b6/f7/72f28455b07611c46471c7580522be15a9bfe7ec4a6440988c7f87a66e81/audiotube-0.2.1-py3-none-any.whl" } ] }