vidsrc-search


Namevidsrc-search JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryA pirate movie watcher written in Python
upload_time2024-04-14 05:41:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords movie video search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Overview

Vidsrc-search is a command-line utility program that searches [VidSrc](https://vidsrc.to)'s API to provide movies for free.

## Installation

```bash
pip install --upgrade vidsrc-search
vidsrc-search help
```

## Usage

```
Usage: vidsrc-search <command> [option] [flags]

Available commands:
    help        shows this menu
    search      search a movie by name
    library     actions regarding the movie lib

Use 'vidsrc-search help <command>' for info on a
specific command. Arguments are parsed strictly in
the order above
```

## Implementation

VidSrc provides an API to access links to specific movies hosted on their website. When you select a movie to be viewed, this program will cache the site data from VidSrc into an html file stored on disk. The program then does some proprocessing to the html webpage to remove annoying ad/redirect elements.

If you would like to view the raw website without preprocessing, you can disable this feature using the `--raw` flag. Additionally, you can use the `--new` flag to re-cache an already cached website.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vidsrc-search",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "movie, video, search",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1f/56/21e1e8559b15ba106580a0e78f2b355d588d66780ff8e777879244ec09ac/vidsrc_search-0.2.3.tar.gz",
    "platform": null,
    "description": "## Overview\n\nVidsrc-search is a command-line utility program that searches [VidSrc](https://vidsrc.to)'s API to provide movies for free.\n\n## Installation\n\n```bash\npip install --upgrade vidsrc-search\nvidsrc-search help\n```\n\n## Usage\n\n```\nUsage: vidsrc-search <command> [option] [flags]\n\nAvailable commands:\n    help        shows this menu\n    search      search a movie by name\n    library     actions regarding the movie lib\n\nUse 'vidsrc-search help <command>' for info on a\nspecific command. Arguments are parsed strictly in\nthe order above\n```\n\n## Implementation\n\nVidSrc provides an API to access links to specific movies hosted on their website. When you select a movie to be viewed, this program will cache the site data from VidSrc into an html file stored on disk. The program then does some proprocessing to the html webpage to remove annoying ad/redirect elements.\n\nIf you would like to view the raw website without preprocessing, you can disable this feature using the `--raw` flag. Additionally, you can use the `--new` flag to re-cache an already cached website.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A pirate movie watcher written in Python",
    "version": "0.2.3",
    "project_urls": {
        "Changelog": "https://github.com/SomedudeX/vidsrc-search/releases",
        "Homepage": "https://github.com/SomedudeX/vidsrc-search",
        "License": "https://github.com/SomedudeX/vidsrc-search/blob/main/LICENSE"
    },
    "split_keywords": [
        "movie",
        " video",
        " search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa59b779ee8d2049754ead33743b0b093b149fdd9b6c1efe4d8ec5a1311d6867",
                "md5": "dda9f060622e31bd4cbc3f7f74fafaa0",
                "sha256": "ca9b31b9af2c550ba732dc713d86bbcd2f816732d61602cefac4ac7dec9119f7"
            },
            "downloads": -1,
            "filename": "vidsrc_search-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dda9f060622e31bd4cbc3f7f74fafaa0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14840,
            "upload_time": "2024-04-14T05:41:31",
            "upload_time_iso_8601": "2024-04-14T05:41:31.431460Z",
            "url": "https://files.pythonhosted.org/packages/aa/59/b779ee8d2049754ead33743b0b093b149fdd9b6c1efe4d8ec5a1311d6867/vidsrc_search-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f5621e1e8559b15ba106580a0e78f2b355d588d66780ff8e777879244ec09ac",
                "md5": "5fc804aaeba4ed5e5d47448bc773e4d0",
                "sha256": "cf60f94f276890285b6411be41129b460b607742ee06b81586b85e256941382c"
            },
            "downloads": -1,
            "filename": "vidsrc_search-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5fc804aaeba4ed5e5d47448bc773e4d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12753,
            "upload_time": "2024-04-14T05:41:33",
            "upload_time_iso_8601": "2024-04-14T05:41:33.086738Z",
            "url": "https://files.pythonhosted.org/packages/1f/56/21e1e8559b15ba106580a0e78f2b355d588d66780ff8e777879244ec09ac/vidsrc_search-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 05:41:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SomedudeX",
    "github_project": "vidsrc-search",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "vidsrc-search"
}
        
Elapsed time: 0.23906s