backup-podcasts


Namebackup-podcasts JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/dreamflasher/backup-podcasts
SummaryBackup/archive all episodes of your podcast subscriptions locally.
upload_time2023-04-03 15:42:55
maintainer
docs_urlNone
authorDreamFlasher
requires_python>=3.9,<4.0
licenseApache-2.0
keywords backup podcast archive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # backup podcasts

[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

Most feature-complete Podcast backup/archive software. Download all available data for all your podcasts, including metadata (RSS, shownote, cover) and supplementary files (transcripts, videos etc.). Intended to be run as a cron-job, skips existing files and never deletes any previous data, even if it's removed from the online podcast.

Insallation:

`pip install backup-podcasts`

Features:

* OPML import
* RSS pagination
* Backup metadata (RSS, shownotes, cover)
* Graceful interruption behaviour (no half-downloaded files, even when killed)
* File-system compatible filename sanization (format: `pubdate - title`)
* Download all related files (transcripts, videos, etc.)

Usage:

`python -m backup_podcasts --opml "path_to.opml" --destination "/target/backup/location"`

Destination is optional, defaults to cwd.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dreamflasher/backup-podcasts",
    "name": "backup-podcasts",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "backup,podcast,archive",
    "author": "DreamFlasher",
    "author_email": "31695+dreamflasher@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/e5/5034d09450aca6346f0a7621d0766bbfd7474feffecdeab0fefe79c2d9f8/backup_podcasts-0.2.tar.gz",
    "platform": null,
    "description": "# backup podcasts\n\n[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)\n[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n\nMost feature-complete Podcast backup/archive software. Download all available data for all your podcasts, including metadata (RSS, shownote, cover) and supplementary files (transcripts, videos etc.). Intended to be run as a cron-job, skips existing files and never deletes any previous data, even if it's removed from the online podcast.\n\nInsallation:\n\n`pip install backup-podcasts`\n\nFeatures:\n\n* OPML import\n* RSS pagination\n* Backup metadata (RSS, shownotes, cover)\n* Graceful interruption behaviour (no half-downloaded files, even when killed)\n* File-system compatible filename sanization (format: `pubdate - title`)\n* Download all related files (transcripts, videos, etc.)\n\nUsage:\n\n`python -m backup_podcasts --opml \"path_to.opml\" --destination \"/target/backup/location\"`\n\nDestination is optional, defaults to cwd.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Backup/archive all episodes of your podcast subscriptions locally.",
    "version": "0.2",
    "split_keywords": [
        "backup",
        "podcast",
        "archive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97435ad38cfdb41a90c07e1bde11546711be333aaeea3c7f0b57c12a7ae64e01",
                "md5": "f2dc9b5478f754fcca079bc2c3e2844f",
                "sha256": "bf3fdd827c7b1681ede278a4433e99de6f6d4880c107434bd170ba728c415ab0"
            },
            "downloads": -1,
            "filename": "backup_podcasts-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2dc9b5478f754fcca079bc2c3e2844f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 14297,
            "upload_time": "2023-04-03T15:42:54",
            "upload_time_iso_8601": "2023-04-03T15:42:54.222101Z",
            "url": "https://files.pythonhosted.org/packages/97/43/5ad38cfdb41a90c07e1bde11546711be333aaeea3c7f0b57c12a7ae64e01/backup_podcasts-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4e55034d09450aca6346f0a7621d0766bbfd7474feffecdeab0fefe79c2d9f8",
                "md5": "a7c64a845665e58b8955070cf9069029",
                "sha256": "2836dd4b5ac1cb50e1ecf950cc737fafde0d8441fbeb35a26e8f862bd3bc3a5e"
            },
            "downloads": -1,
            "filename": "backup_podcasts-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a7c64a845665e58b8955070cf9069029",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 9406,
            "upload_time": "2023-04-03T15:42:55",
            "upload_time_iso_8601": "2023-04-03T15:42:55.969907Z",
            "url": "https://files.pythonhosted.org/packages/f4/e5/5034d09450aca6346f0a7621d0766bbfd7474feffecdeab0fefe79c2d9f8/backup_podcasts-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 15:42:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dreamflasher",
    "github_project": "backup-podcasts",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "backup-podcasts"
}
        
Elapsed time: 0.05019s