yt-playlist-export


Nameyt-playlist-export JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summaryyt-playlist-export is a tiny Python tool that allows to export private YouTube playlists, export YouTube's "Watch later" list and export YouTube "Liked videos"
upload_time2024-08-05 14:44:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseThis is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org/>
keywords youtube youtube-playlist youtube-playlist-backup youtube-playlist-export
VCS
bugtrack_url
requirements yt_dlp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # yt-playlist-export

yt-playlist-export is a tool that allows to export YouTube playlists, export YouTube "Watch later" list and export YouTube "Liked videos". It supports exporting to JSON and CSV formats.

## Installation

```bash {"id":"01J4HFTRJ1CK76GD127E1R65GX"}
python3 -m pip install yt-playlist-export
```

## Usage

```bash {"id":"01J4HFTRJ1CK76GD127F41SF28"}
yt-playlist-export -h
usage: yt-playlist-export [-h] [--browser BROWSER] [-f {csv,json}] [-o OUTPUT] [-v] playlist [playlist ...]

yt-playlist-export exports YouTube playlists to JSON or CSV

positional arguments:
  playlist              playlist URL

optional arguments:
  -h, --help            show this help message and exit
  --browser BROWSER     browser where you logged in to YouTube
  -f {csv,json}, --format {csv,json}
                        output's format
  -o OUTPUT, --output OUTPUT
                        filename to store output, by default it's printed to stdout
  -v, --verbose         verbose
```

## Show case

```bash {"id":"01J4HFTRJ1CK76GD127FGZF1W0"}
yt-playlist-export https://www.youtube.com/playlist\?list\=PL0XfG7TzasxNCl8a-SdyvSoazX1VYBweF -f csv -o test.csv
```

![YouTube playlist exported to CSV](/assets/format_csv.png)

## Dependencies

yt-playlist-export is using [yt-dlp](https://github.com/yt-dlp) under the hood.

## Keywords

YouTube export playlist. YouTube export Watch later list. YouTube export liked videos. YouTube export playlist to CSV. YouTube export playlist to JSON. YouTube export private playlist.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yt-playlist-export",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "youtube, youtube-playlist, youtube-playlist-backup, youtube-playlist-export",
    "author": null,
    "author_email": "Aleksandr Tabakov <info@atabakoff.com>",
    "download_url": "https://files.pythonhosted.org/packages/7d/b0/c754f27ff72bea0132e5d9cb4ba9d55bc21191408eb80782e81b137886dc/yt_playlist_export-0.0.1.tar.gz",
    "platform": null,
    "description": "# yt-playlist-export\n\nyt-playlist-export is a tool that allows to export YouTube playlists, export YouTube \"Watch later\" list and export YouTube \"Liked videos\". It supports exporting to JSON and CSV formats.\n\n## Installation\n\n```bash {\"id\":\"01J4HFTRJ1CK76GD127E1R65GX\"}\npython3 -m pip install yt-playlist-export\n```\n\n## Usage\n\n```bash {\"id\":\"01J4HFTRJ1CK76GD127F41SF28\"}\nyt-playlist-export -h\nusage: yt-playlist-export [-h] [--browser BROWSER] [-f {csv,json}] [-o OUTPUT] [-v] playlist [playlist ...]\n\nyt-playlist-export exports YouTube playlists to JSON or CSV\n\npositional arguments:\n  playlist              playlist URL\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --browser BROWSER     browser where you logged in to YouTube\n  -f {csv,json}, --format {csv,json}\n                        output's format\n  -o OUTPUT, --output OUTPUT\n                        filename to store output, by default it's printed to stdout\n  -v, --verbose         verbose\n```\n\n## Show case\n\n```bash {\"id\":\"01J4HFTRJ1CK76GD127FGZF1W0\"}\nyt-playlist-export https://www.youtube.com/playlist\\?list\\=PL0XfG7TzasxNCl8a-SdyvSoazX1VYBweF -f csv -o test.csv\n```\n\n![YouTube playlist exported to CSV](/assets/format_csv.png)\n\n## Dependencies\n\nyt-playlist-export is using [yt-dlp](https://github.com/yt-dlp) under the hood.\n\n## Keywords\n\nYouTube export playlist. YouTube export Watch later list. YouTube export liked videos. YouTube export playlist to CSV. YouTube export playlist to JSON. YouTube export private playlist.\n",
    "bugtrack_url": null,
    "license": "This is free and unencumbered software released into the public domain.  Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.  In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  For more information, please refer to <http://unlicense.org/>",
    "summary": "yt-playlist-export is a tiny Python tool that allows to export private YouTube playlists, export YouTube's \"Watch later\" list and export YouTube \"Liked videos\"",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/daydiff/yt-playlist-export",
        "Issues": "https://github.com/daydiff/yt-playlist-export/issues"
    },
    "split_keywords": [
        "youtube",
        " youtube-playlist",
        " youtube-playlist-backup",
        " youtube-playlist-export"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f0efc32aecd590a0dc39c8aade03d23ccbdc208ed810eaa2b99e4f74c24a3fe",
                "md5": "2a797b4f030abec1d66501f486cb8561",
                "sha256": "64606c3890858c52febc9b3f9ec068ba27540e58ee24d3aaa441656fbbc8ffb1"
            },
            "downloads": -1,
            "filename": "yt_playlist_export-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a797b4f030abec1d66501f486cb8561",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5527,
            "upload_time": "2024-08-05T14:44:40",
            "upload_time_iso_8601": "2024-08-05T14:44:40.830760Z",
            "url": "https://files.pythonhosted.org/packages/0f/0e/fc32aecd590a0dc39c8aade03d23ccbdc208ed810eaa2b99e4f74c24a3fe/yt_playlist_export-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7db0c754f27ff72bea0132e5d9cb4ba9d55bc21191408eb80782e81b137886dc",
                "md5": "5549b00f21c447a234e740dfdd74ce12",
                "sha256": "0a4fe6e51d542e71adf399261632a91fe3f140cecae4d78e0477145947b1b862"
            },
            "downloads": -1,
            "filename": "yt_playlist_export-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5549b00f21c447a234e740dfdd74ce12",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3646,
            "upload_time": "2024-08-05T14:44:42",
            "upload_time_iso_8601": "2024-08-05T14:44:42.055126Z",
            "url": "https://files.pythonhosted.org/packages/7d/b0/c754f27ff72bea0132e5d9cb4ba9d55bc21191408eb80782e81b137886dc/yt_playlist_export-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-05 14:44:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daydiff",
    "github_project": "yt-playlist-export",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "yt_dlp",
            "specs": []
        }
    ],
    "lcname": "yt-playlist-export"
}
        
Elapsed time: 3.50853s