{ "info": { "author": "dbeley", "author_email": "dbeley@protonmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3" ], "description": "# youtube_extract\n\nExtracts metadata for all videos from a youtube channel and exports it into a csv file.\n\nBe sure to read the csv file using the tab character `\\t` as field separator in your spreadsheet software of choice.\n\n## Requirements\n\n- youtube-dl\n\n## Installation\n\n```\npip install youtube_extract\n```\n\nIf you are an Archlinux user, you can install the AUR package [youtube_extract-git](https://aur.archlinux.org/packages/youtube_extract-git).\n\n### Installation of the virtualenv (with pipenv)\n\n```\npipenv install\n```\n\n## Usage\n\nIf installed :\n\n```\nyoutube_extract CHANNEL_URL\n```\n\nOtherwise, in the directory containing the source code :\n\n```\npython youtube_extract.py CHANNEL_URL\n```\n\n## Help\n\n```\npython youtube_extract.py -h\n```\n\n```\nusage: youtube_extract.py [-h] [--debug] [channel_url]\n\nExtract metadata for all videos from a youtube channel into a csv file.\n\npositional arguments:\n channel_url Youtube channel url.\n\noptional arguments:\n -h, --help show this help message and exit\n --debug Display debugging information.\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/dbeley/youtube_extract", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "youtube-extract", "package_url": "https://pypi.org/project/youtube-extract/", "platform": "", "project_url": "https://pypi.org/project/youtube-extract/", "project_urls": { "Homepage": "https://github.com/dbeley/youtube_extract" }, "release_url": "https://pypi.org/project/youtube-extract/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "Extract metadata for all videos from a youtube channel into a csv file.", "version": "1.1.1" }, "last_serial": 5959519, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "06fdf8cf40247811ea05e108dc7daa02", "sha256": "737cdd824a767ffe5229859749ac7944048cdbb63e245150254646ef55e158e3" }, "downloads": -1, "filename": "youtube_extract-1.0.tar.gz", "has_sig": false, "md5_digest": "06fdf8cf40247811ea05e108dc7daa02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2821, "upload_time": "2019-10-09T09:44:27", "url": "https://files.pythonhosted.org/packages/50/15/1b0aa635264a621a08526d7d0847c21a6cfbb4da24aa7a7dedcc06e204c9/youtube_extract-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "8b4bbf873a381cfb339ee808bcd6b812", "sha256": "14a56743769afeab651ec5955100830931a91bd0242dbd1ba1abb73ad5ee49b8" }, "downloads": -1, "filename": "youtube_extract-1.1.tar.gz", "has_sig": false, "md5_digest": "8b4bbf873a381cfb339ee808bcd6b812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3010, "upload_time": "2019-10-09T18:06:13", "url": "https://files.pythonhosted.org/packages/ed/14/5dfe5f38cec6b308f25b20d35cc26ac5f857e6a93835831c8d0443907135/youtube_extract-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "aa6751cdb109981e9e98cf5ec84a6ff9", "sha256": "402eac7e6f65d3fdb196f64b7925dbba681252c3bf0adf4c785e9cd87c9b6c69" }, "downloads": -1, "filename": "youtube_extract-1.1.1.tar.gz", "has_sig": false, "md5_digest": "aa6751cdb109981e9e98cf5ec84a6ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3020, "upload_time": "2019-10-11T09:56:02", "url": "https://files.pythonhosted.org/packages/d3/d8/230821e95a640166f1d9f5c05addc64b781b512faa37205edeab5e7e6540/youtube_extract-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa6751cdb109981e9e98cf5ec84a6ff9", "sha256": "402eac7e6f65d3fdb196f64b7925dbba681252c3bf0adf4c785e9cd87c9b6c69" }, "downloads": -1, "filename": "youtube_extract-1.1.1.tar.gz", "has_sig": false, "md5_digest": "aa6751cdb109981e9e98cf5ec84a6ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3020, "upload_time": "2019-10-11T09:56:02", "url": "https://files.pythonhosted.org/packages/d3/d8/230821e95a640166f1d9f5c05addc64b781b512faa37205edeab5e7e6540/youtube_extract-1.1.1.tar.gz" } ] }