Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pytube/pytube

0.2.1

06 Sep 02:14

Choose a tag to compare

  • Cleanup. [Nick Ficano]
    • pep8
    • removed \n from exceptions
    • normalized docstring parameters
    • fix bug causing exception to be raised if no download path is
      provided.
    • changed FileExistsError to OSError for 2.7.x compat.
  • Clean up docstrings. [Nick Ficano]
  • Cleanup!! [Nick Ficano]
    • added from_url method.
    • added set_filename method.
    • added deprecation warnings to setters.
    • fixed typos.
    • pep8.
    • removed old comments.
    • removed unnecessary TODOs.
    • removed unused _fetch. method.
  • Vevovideonotworking : 1. Getting rid of default static function 2.
    downloading from assets js always 3. Using jsinterp instead of tinyjs
    since it was not working 4. vevo and everyother video with encrypted
    signature downloads in similar way. [vidyuthd]
  • Vevo video download not working due to changed algo. [vidyuthd]
  • Default to cwd for path arg. [Enrique Fernandez]
  • Fix division by zero. [Enrique Fernandez]
  • Refs #2: - added posibility to provide full path to file. [Eloar]
  • Refs #1: - added argument to force file overwrite - changed exit to
    rise exception on file name conflict. [Eloar]
  • Refs #4: - changed all exit usages to raise exceptions. [Eloar]
    • added info about 3.4 support to README and setup.py. [Eloar]
    • added future import to example in README. [Eloar]
    • added import print_function from future for backward
      compatibility to 2.6. [Janusz Paszyński]
    • ported example in README to 3.4.1. [Janusz Paszyński]
    • ported to 3.4.1 with backward compatibility. [Janusz Paszyński]
    • added requirements information to README file. [Janusz Paszyński]