pybash1 / py_everything

A python package containing all the basic functions and classes for python. From simple addition to advanced file encryption.
https://py-everything.readthedocs.io/
MIT License
12 stars 7 forks source link

Bump pytube from 10.4.1 to 10.8.1 #8

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps pytube from 10.4.1 to 10.8.1.

Release notes

Sourced from pytube's releases.

Additional metadata added to video and playlist objects

  • Added channel id and channel url properties to YouTube object.

  • Added some metadata to playlist object:

    • owner
    • owner_id
    • owner_url
    • description
    • length
    • views

Implementation of Channel object and download speed up

  • Removes file write chunk size to improve performance.

  • Implements a Channel object for downloading videos from a YouTube channel.

  • Minor changes to the playlist class to make it more compatible to be subclassed.

  • .videos and .video_urls now behave just like iterable lists, but defer web requests.

  • Implements DeferredGeneratorList which converts generators to lazy list-like objects.

Bugfix for timeout changes

  • Now correctly raises non-timeout URLErrors instead of MaxRetriesExceeded

Fixes KeyError with certain xml subtitles

  • Defaults to a duration of 0.0s when 'dur' key is missing from XML subtitles.

  • Consolidates some import lines to reduce clutter at top of files.

Added support for timeout and retries on downloads

  • Adds network timeout and retries to stream.download() method

Removes typing_extensions install requirement

  • Removes the typing_extensions install requirement from setup.py, which was missed when it was previously "removed".

Defer web requests until necessary

  • Defers web requests until they're actually necessary to fetch information

  • Adjusts tests to reflect changes to how web requests are made

  • Removes "defer_prefetch_init" arg from YouTube object initialization

  • Converted most attributes into caching properties to facilitate request deferring.

  • Added some documentation to uniqueify to explain its purpose.

  • Prefetching added to conftest to improve test speed

  • Added some setters for YouTube properties.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)