Giter Club home page Giter Club logo

you-get.exe's Introduction

| English | 简体中文 |

You-Get Unofficial Build Executable

platform GitHub release GitHub All Releases

Use PyInstaller to bundle You-Get into a single executable for Windows.

Get "you-get.exe"

Notice: This is NOT the official build.

Download the latest build executable from Releases Page.

Bugs

If something goes wrong when using the latest released executable, feel free to submit an issue. If you don't have a GitHub account, leave a message in this page. You'd better attach the debug info. Get the detailed error report by adding the --debug option:

you-get --debug https://your.video/url/here

For SSL related issues, try to use -k option:

you-get -k --debug https://your.video/url/here

Developer Instructions

See below if you want to bundle and build by yourself.

Preparation

The following dependencies are required and must be installed separately.

  1. Python 3.7-3.9
    According to the README of PyInstaller, the supported Python version is 3.5-3.9 now (Nov. 18th, 2020). To create a 32-bit executable, run PyInstaller under a 32-bit Python.

  2. PyInstaller

    $ pip install pyinstaller
  3. Git

Get this repository

$ git clone https://github.com/LussacZheng/you-get.exe.git

Build for the first time

There are several batchfiles, just click them by the following order:

  1. Run devscripts/init.bat .
    (It will clone the you-get repository by git clone . If you want to use proxy when cloning, edit devscripts/use-proxy.conf according to the sample.)
  2. After initialization, run build.bat .
  3. Find the executable in dist/ folder.

Build again if You-Get upgraded

To re-build after the new release of You-Get:

  1. Make sure the scripts of this repository is up to date:

    $ git pull

    If You-Get modified the src/you_get/extractors/__init__.py and I have not followed up and submitted in time, you need to manually edit repository/_extractors/__init__.py according to this .

  2. Run devscripts/update.bat .
    (It also reads the proxy settings from devscripts/use-proxy.conf )

  3. Run build.bat.

  4. Find the executable in dist/ folder.

More Information

See more information in doc folder.


TODO

  • Introduce Poetry for dependency management.
  • Rewrite build.bat with Python. (maybe)
  • Use GitHub Action to build and release.

License

You-Get is originally distributed under the MIT license.

you-get.exe's People

Contributors

lussaczheng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.