you-get


Nameyou-get JSON
Version 0.4.1650 PyPI version JSON
download
home_pagehttps://you-get.org/
SummaryDumb downloader that scrapes the web
upload_time2022-12-11 17:19:26
maintainer
docs_urlhttps://pythonhosted.org/you-get/
authorMort Yao
requires_python
licenseMIT
keywords video download youtube youku niconico
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            You-Get
=======

|PyPI version| |Build Status| |Gitter|

`You-Get <https://you-get.org/>`__ is a tiny command-line utility to
download media contents (videos, audios, images) from the Web, in case
there is no other handy way to do it.

Here's how you use ``you-get`` to download a video from `this web
page <http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society>`__:

.. code:: console

    $ you-get http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society
    Site:       fsf.org
    Title:      TEDxGE2014_Stallman05_LQ
    Type:       WebM video (video/webm)
    Size:       27.12 MiB (28435804 Bytes)

    Downloading TEDxGE2014_Stallman05_LQ.webm ...
    100.0% ( 27.1/27.1 MB) ├████████████████████████████████████████┤[1/1]   12 MB/s

And here's why you might want to use it:

-  You enjoyed something on the Internet, and just want to download them
   for your own pleasure.
-  You watch your favorite videos online from your computer, but you are
   prohibited from saving them. You feel that you have no control over
   your own computer. (And it's not how an open Web is supposed to
   work.)
-  You want to get rid of any closed-source technology or proprietary
   JavaScript code, and disallow things like Flash running on your
   computer.
-  You are an adherent of hacker culture and free software.

What ``you-get`` can do for you:

-  Download videos / audios from popular websites such as YouTube,
   Youku, Niconico, and a bunch more. (See the `full list of supported
   sites <#supported-sites>`__)
-  Stream an online video in your media player. No web browser, no more
   ads.
-  Download images (of interest) by scraping a web page.
-  Download arbitrary non-HTML contents, i.e., binary files.

Interested? `Install it <#installation>`__ now and `get started by
examples <#getting-started>`__.

Are you a Python programmer? Then check out `the
source <https://github.com/soimort/you-get>`__ and fork it!

.. |PyPI version| image:: https://badge.fury.io/py/you-get.png
   :target: http://badge.fury.io/py/you-get
.. |Build Status| image:: https://github.com/soimort/you-get/workflows/develop/badge.svg
   :target: https://github.com/soimort/you-get/actions
.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
   :target: https://gitter.im/soimort/you-get?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge



            

Raw data

            {
    "_id": null,
    "home_page": "https://you-get.org/",
    "name": "you-get",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/you-get/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "video download youtube youku niconico",
    "author": "Mort Yao",
    "author_email": "mort.yao@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/92/39/423701a8346435292fdde5ad78beb5437ebb7718f6faa16e1546d3ef479b/you-get-0.4.1650.tar.gz",
    "platform": "any",
    "description": "You-Get\n=======\n\n|PyPI version| |Build Status| |Gitter|\n\n`You-Get <https://you-get.org/>`__ is a tiny command-line utility to\ndownload media contents (videos, audios, images) from the Web, in case\nthere is no other handy way to do it.\n\nHere's how you use ``you-get`` to download a video from `this web\npage <http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society>`__:\n\n.. code:: console\n\n    $ you-get http://www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society\n    Site:       fsf.org\n    Title:      TEDxGE2014_Stallman05_LQ\n    Type:       WebM video (video/webm)\n    Size:       27.12 MiB (28435804 Bytes)\n\n    Downloading TEDxGE2014_Stallman05_LQ.webm ...\n    100.0% ( 27.1/27.1 MB) \u251c\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2524[1/1]   12 MB/s\n\nAnd here's why you might want to use it:\n\n-  You enjoyed something on the Internet, and just want to download them\n   for your own pleasure.\n-  You watch your favorite videos online from your computer, but you are\n   prohibited from saving them. You feel that you have no control over\n   your own computer. (And it's not how an open Web is supposed to\n   work.)\n-  You want to get rid of any closed-source technology or proprietary\n   JavaScript code, and disallow things like Flash running on your\n   computer.\n-  You are an adherent of hacker culture and free software.\n\nWhat ``you-get`` can do for you:\n\n-  Download videos / audios from popular websites such as YouTube,\n   Youku, Niconico, and a bunch more. (See the `full list of supported\n   sites <#supported-sites>`__)\n-  Stream an online video in your media player. No web browser, no more\n   ads.\n-  Download images (of interest) by scraping a web page.\n-  Download arbitrary non-HTML contents, i.e., binary files.\n\nInterested? `Install it <#installation>`__ now and `get started by\nexamples <#getting-started>`__.\n\nAre you a Python programmer? Then check out `the\nsource <https://github.com/soimort/you-get>`__ and fork it!\n\n.. |PyPI version| image:: https://badge.fury.io/py/you-get.png\n   :target: http://badge.fury.io/py/you-get\n.. |Build Status| image:: https://github.com/soimort/you-get/workflows/develop/badge.svg\n   :target: https://github.com/soimort/you-get/actions\n.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg\n   :target: https://gitter.im/soimort/you-get?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dumb downloader that scrapes the web",
    "version": "0.4.1650",
    "split_keywords": [
        "video",
        "download",
        "youtube",
        "youku",
        "niconico"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5013233addd1660fd0e2efa57ec7108f",
                "sha256": "214db46ffa01ea0cb66c2b085aef27cd1764130e13741dcddfb9b8c2f1dd3306"
            },
            "downloads": -1,
            "filename": "you_get-0.4.1650-py3-none-any.whl",
            "has_sig": true,
            "md5_digest": "5013233addd1660fd0e2efa57ec7108f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 231554,
            "upload_time": "2022-12-11T17:19:23",
            "upload_time_iso_8601": "2022-12-11T17:19:23.284051Z",
            "url": "https://files.pythonhosted.org/packages/f8/a2/572024d7f6291e780a8ef36b82351e6defa2cbcc5d599d6d1eedd5803191/you_get-0.4.1650-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "87c0218a8e387362cc1733dc5aaf9d51",
                "sha256": "b3c944cf7a63cc468cccc8816dce7fc008c2e6b5ba52aefe5ce2081818a3ad47"
            },
            "downloads": -1,
            "filename": "you-get-0.4.1650.tar.gz",
            "has_sig": true,
            "md5_digest": "87c0218a8e387362cc1733dc5aaf9d51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 174530,
            "upload_time": "2022-12-11T17:19:26",
            "upload_time_iso_8601": "2022-12-11T17:19:26.627306Z",
            "url": "https://files.pythonhosted.org/packages/92/39/423701a8346435292fdde5ad78beb5437ebb7718f6faa16e1546d3ef479b/you-get-0.4.1650.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-11 17:19:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "you-get"
}
        
Elapsed time: 0.03371s