convert-youtube-ttml-to-srt


Nameconvert-youtube-ttml-to-srt JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/leftatrium2/convert_youtube_ttml_to_srt
Summaryconvert youtube's ttml subtitle to rst format
upload_time2024-03-22 04:27:50
maintainerNone
docs_urlNone
authorleftatrium
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # convert_youtube_ttml_to_srt
[[中文]](README_CN.md)

As we all know, the subtitles (machine translation) of the YouTube website are in VTT format, which is different from the SRT format used by most video websites, and the timeline is confusing and repetitive.

This project is used to convert the TTML subtitles of the YouTube website into SRT.

```python
【requirements.txt】
yt_dlp==2024.3.10
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/leftatrium2/convert_youtube_ttml_to_srt",
    "name": "convert-youtube-ttml-to-srt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "leftatrium",
    "author_email": "leftatrium2@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/28/58d50ba3b02f7297c39bbd6373e2ef47122958759aed64b0011d5a1b81c5/convert_youtube_ttml_to_srt-1.0.0.tar.gz",
    "platform": null,
    "description": "# convert_youtube_ttml_to_srt\n[[\u4e2d\u6587]](README_CN.md)\n\nAs we all know, the subtitles (machine translation) of the YouTube website are in VTT format, which is different from the SRT format used by most video websites, and the timeline is confusing and repetitive.\n\nThis project is used to convert the TTML subtitles of the YouTube website into SRT.\n\n```python\n\u3010requirements.txt\u3011\nyt_dlp==2024.3.10\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "convert youtube's ttml subtitle to rst format",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/leftatrium2/convert_youtube_ttml_to_srt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f8d3c8381d4a051729490bceb5742a6164e46855069177069864c53a644236b",
                "md5": "fd3c00877574dbdf01f61a47dd536c87",
                "sha256": "9cfd234548b2abe1f974181368c1e2d309f47e7ddabed50b168897f369754295"
            },
            "downloads": -1,
            "filename": "convert_youtube_ttml_to_srt-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd3c00877574dbdf01f61a47dd536c87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4634,
            "upload_time": "2024-03-22T04:27:49",
            "upload_time_iso_8601": "2024-03-22T04:27:49.316108Z",
            "url": "https://files.pythonhosted.org/packages/6f/8d/3c8381d4a051729490bceb5742a6164e46855069177069864c53a644236b/convert_youtube_ttml_to_srt-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed2858d50ba3b02f7297c39bbd6373e2ef47122958759aed64b0011d5a1b81c5",
                "md5": "6a5ea4c1862fc4682ae8b6046cafa8db",
                "sha256": "abffcd3f7cc6f0ae730bd4cb1efd2a44074c8ee4b402a203f0287d4246e6bff6"
            },
            "downloads": -1,
            "filename": "convert_youtube_ttml_to_srt-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6a5ea4c1862fc4682ae8b6046cafa8db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3977,
            "upload_time": "2024-03-22T04:27:50",
            "upload_time_iso_8601": "2024-03-22T04:27:50.800254Z",
            "url": "https://files.pythonhosted.org/packages/ed/28/58d50ba3b02f7297c39bbd6373e2ef47122958759aed64b0011d5a1b81c5/convert_youtube_ttml_to_srt-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 04:27:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leftatrium2",
    "github_project": "convert_youtube_ttml_to_srt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "convert-youtube-ttml-to-srt"
}
        
Elapsed time: 0.19200s