Commit Graph

52 Commits (fb198a8a9c1dd2fe746b8947ca400b49bfe579c0)

Author SHA1 Message Date
pukkandan 06ff212d64 [documentation] Crypto is an optional dependency
pukkandan e38df8f9fa Refactor `update-version`, `pyinst.py` and related files
* Refactor update-version
* Moved pyinst, update-version and icon into devscripts
* pyinst doesn't bump version anymore
* Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]`
* Add mutagen as requirement
* Remove make_win and related files
pukkandan 66c935fb16 Linter and misc cleanup
:ci skip dl
pukkandan 7bc877a20d Add PyPI release
pukkandan 17fa3ee25f Documentation fixes
* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos
pukkandan c76eb41bb9 Preparing for release
Unknown 5db4014b23 [skip travis] readme and pypi update
Sergey Alirzaev 6515018dd7
Don't install tests
Unknown 3ca3f77f9c [skip travis] adding automerge support
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
Unknown 58ac65e7ed [skip travis] fix broken setup.py
Unknown 3fba008111 [skip travis] tweaks
Unknown cefecac12c [skip travis] renaming
to avoid using same folder when using pip install for example
Unknown 94a538facb [skip travis] update setup and version
Sergey M․ 067aa17edf
Start moving to ytdl-org
Sergey M․ 157eef3e63
[setup.py] Add python 3.8 classifier
Sergey M․ af60e81e3c
[setup.py] Add more relevant classifiers
Sergey M․ 963d237d26
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes )
Sergey M․ 0d427c8304
[setup] Actualize maintainer info
Sergey M․ 139d8ac106
[setup] Add python 3.6 classifier
Déstin Reed dcdb292fdd
Unify coding cookie
Sergey M․ 3d4b08dfc7
[setup.py] Add file version information and quotes consistency (Closes )
Sergey M․ 698f127c1a
[setup.py] Add python 3.5 classifier
Jaime Marquínez Ferrándiz 5a9858bfa9 setup.py: add command for building the lazy_extractors module
Philipp Hagemeister dae69640d0 Fix py2exe build ()
Philipp Hagemeister a03aaaed2e Declare Python 3.2 compatibility
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jaime Marquínez Ferrándiz 56d1912f1d Add a completion script generator for the fish shell
Philipp Hagemeister 6c57e8a063 [setup.py] Only print a warning if documentation files are missing (Fixes )
Philipp Hagemeister 56327689a2 Move postprocessor into its own package
Philipp Hagemeister 01c62591d1 [setup.py] Do not use unicode literals
See http://bugs.python.org/issue13943 for context
Philipp Hagemeister 6febd1c1df Prepare widespread unicode literal use
Jaime Marquínez Ferrándiz 3bc2ddccc8 Move FileDownloader to its own module and create a new class for each download process
A suitable downloader can be found using the 'get_suitable_downloader' function.

Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded
Philipp Hagemeister b1c9c66936 Remove unnecessary slash in setup.py (Fixes )
Jaime Marquínez Ferrándiz 369a759acc setup.py: Make sure the setuptools_available variable is set
Otherwise it would crash if it can't import setuptools.
Filippo Valsorda db477d3a37 Merge pull request from jaimeMF/console_script
Use the console_scripts entry point if setuptools is available
Philipp Hagemeister 284acd57d6 Add an author email
Jaime Marquínez Ferrándiz f44415360e Use the console_scripts entry point if setuptools is available
Rogério Brito 652e776893 setup: PEP-8 fixes.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Rogério Brito d055fe4cb0 setup: cosmetics: Add/remove some whitespace for readability.
This also fixes some long lines.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Rogério Brito 131842bb0b setup: Move pseudo-docstring to a proper comment.
A string statement is not a docstring if it doesn't occur right at the top
of modules, functions, class definitions etc.

This patch fixes it.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Philipp Hagemeister bc857bfce0 Remove includes from setup.py for windows build
Philipp Hagemeister a3522dfddd Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister e646ffe795 Add included files for Windows build
Jaime Marquínez Ferrándiz b0dcc3c47f setup.py: include the new extractor module
David Coppa a32b573ccb Try setuptools first, then fallback to distutils.core
Filippo Valsorda fec89790b1 and now, also py2exe compiles fine :) (on Windows)
Filippo Valsorda a5741a3f5e pip installs fine!
Filippo Valsorda 2f1765c4ea setup.py Python3 fix, PyPi classifiers
Filippo Valsorda cc51a7d4e0 New repo skeleton, getting ready for PyPi
gcmalloc caaa47d372 adding the script hook