{ "info": { "author": "Soumil Nitin Shah", "author_email": "soushah@my.bridgeport.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# YoutubeVideo\nThis is a python Package which can download all youtube videos and save it as Excel File\nand also Json File. It allows user to get all Titles, Youtube URL and Images from their channel\n\nspecial Thanks to indianpythonist\n\n\nmore information visit : https://github.com/soumilshah1995/YoutubeVideo\n\n# Import Library\nfrom ytdvideo import YoutubeVideo\n\n# Create a object and provide API key\nobj = YoutubeVideo(api_key=\"YOUR KEY\", channel_id=\"UC_eOodxvwS_H7x2uLQa\")\n\n# get the data\nprint(obj.get_title)\n\n\n# Get all Title Return List\nprint(obj.get_title)\n\n# Iterate over the Title\nfor title in obj.get_title:\n print(title)\n\n# Get all Link Return List\nprint(obj.get_video_url)\n\n# Iterate over the Link\nfor url in obj.get_video_url:\n print(url)\n\n\n# Get all Images Return List\nprint(obj.get_image)\n\n# Iterate over the Link\nfor img in obj.get_image:\n print(img)\n\n# Get all Data return Tuple\nprint(obj.get_all)\n\n# Iterate over the Link\nfor data in obj.get_all:\n print(data)\n\n# save as Excel File\nobj.save_excel\n\n# save as JSON\nobj.save_json\n\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/soumilshah1995/YoutubeVideo", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ytdvideo", "package_url": "https://pypi.org/project/ytdvideo/", "platform": "", "project_url": "https://pypi.org/project/ytdvideo/", "project_urls": { "Homepage": "https://github.com/soumilshah1995/YoutubeVideo" }, "release_url": "https://pypi.org/project/ytdvideo/2.0.0/", "requires_dist": [ "pandas (==0.24.0)", "google-api-python-client (==1.7.8)" ], "requires_python": "", "summary": "A Python package to get Youtube Videos from any channel can save the data as JSON and EXCEL", "version": "2.0.0" }, "last_serial": 5532510, "releases": { "1.0.10": [ { "comment_text": "", "digests": { "md5": "83967e344f109179d0677e0c1802e8fa", "sha256": "188b6bf22fc9761cee611d4f9ff76da7487aa516ce89f28b73ee93d4832c6354" }, "downloads": -1, "filename": "ytdvideo-1.0.10-py3-none-any.whl", "has_sig": false, "md5_digest": "83967e344f109179d0677e0c1802e8fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3350, "upload_time": "2019-07-14T23:48:41", "url": "https://files.pythonhosted.org/packages/82/bd/cff4347ed68d229c2a65dbc4293700b4084ec6c1397b3b2c5b59bc51a4f3/ytdvideo-1.0.10-py3-none-any.whl" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "1063db60641cf1bf9907cdfe2b2b85f3", "sha256": "bfdc722249100573077714c3b05772a12a5bd7fccabf170519af3af6462a1cfd" }, "downloads": -1, "filename": "ytdvideo-1.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "1063db60641cf1bf9907cdfe2b2b85f3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3271, "upload_time": "2019-07-14T23:22:41", "url": "https://files.pythonhosted.org/packages/c6/9e/58b9f0ca3b3c6ce10352f0979438085ef7c496deb80ab5ae3628ff2fa1b5/ytdvideo-1.0.9-py3-none-any.whl" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "21719891e4819d3840d7bba3d64f20b9", "sha256": "ecaec221a70e22419a22245b6ddf3d9300ba49ff343418f35a79e494760e034f" }, "downloads": -1, "filename": "ytdvideo-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "21719891e4819d3840d7bba3d64f20b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3356, "upload_time": "2019-07-14T23:51:10", "url": "https://files.pythonhosted.org/packages/95/90/262d4f7617f33425f21e25e15af1ed9f4fe0f1ae8bbb3e4de22e2a57669e/ytdvideo-2.0.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21719891e4819d3840d7bba3d64f20b9", "sha256": "ecaec221a70e22419a22245b6ddf3d9300ba49ff343418f35a79e494760e034f" }, "downloads": -1, "filename": "ytdvideo-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "21719891e4819d3840d7bba3d64f20b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3356, "upload_time": "2019-07-14T23:51:10", "url": "https://files.pythonhosted.org/packages/95/90/262d4f7617f33425f21e25e15af1ed9f4fe0f1ae8bbb3e4de22e2a57669e/ytdvideo-2.0.0-py3-none-any.whl" } ] }