Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add live stream support for TubiTv #31525

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 9, 2023

  1. [YouTube] Bypass age-gating for certain restricted videos

    * Use TVHTML5_SIMPLY_EMBEDDED_PLAYER client
    
    * Also add and fix tests
    
    * Introduce and use new utility function `update_url()`
    dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b14b33a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be0cd2 View commit details
    Browse the repository at this point in the history
  3. [test] Fix TestAgeRestriction

    * age restriction may cause DownloadError
    * update obsolete test URLs
    [skip ci]
    dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ce81ae3 View commit details
    Browse the repository at this point in the history
  4. [compat] Systematise compat_ naming

    [skip ci]
    dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9ca224b View commit details
    Browse the repository at this point in the history
  5. [utils] Add parse_qs, update_url

    [skip ci]
    dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a6f7d10 View commit details
    Browse the repository at this point in the history
  6. [compat] Update test_compat

    [skip ci]
    dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b337af9 View commit details
    Browse the repository at this point in the history
  7. [YouTube] Refresh compat/utils usage

    * import parse_qs()
    * import parse_qs in lazy_extractors (clears old TODO)
    * clean up old compiled lazy_extractors for Py2
    * use update_url()
    dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f640916 View commit details
    Browse the repository at this point in the history
  8. [YouTube] Fix tests

    dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bcf597e View commit details
    Browse the repository at this point in the history
  9. [rbgtum] Add new extractor (ytdl-org#31305)

    * [rbgtum] Add new extractor
    
    * Small update, force CI
    
    ---------
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    Valentin-Metz and dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    80c0228 View commit details
    Browse the repository at this point in the history
  10. [feat]: Add support to external downloader aria2p (ytdl-org#31500)

    * feat: add class Aria2pFD
    
    * feat: create call_downloader function
    
    * feat: a colorful download interface to aria2pFD
    
    * feat: change value name
    
    * Apply suggestions from code review
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    
    * Typo in suggestion
    
    * fix: remove unused value
    
    * fix: add not function to return value(0 is normal); add total_seconds to download.eta(timedelta object); add waiting status when hook progress
    
    * fix: remove unuse method ..utils.format_bytes
    
    * fix: be up to flake8
    
    * fix: be up to flake8
    
    * Apply suggestions from code review
    
    * [feat] test external downloader aria2p
    
    * [feat] test external downloader aria2p
    
    * [fix] test_external_downloader.py
    
    * Apply suggestions from code review
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    
    * Apply suggestions from code review
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    
    * Update test/test_external_downloader.py
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    
    * Update test/test_external_downloader.py
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    
    * Update youtube_dl/downloader/external.py
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    
    * refactoring code and fix bugs
    
    * Apply suggestions from code review
    
    * Rename test_external_downloader.py to test_downloader_external.py
    
    ---------
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    teddy171 and dirkf committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9256b02 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. [FileMoonIE] Add extractor for filemoon.sx (ytdl-org#31515)

    ---------
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    fonkap and dirkf committed Feb 11, 2023
    2 Configuration menu
    Copy the full SHA
    cf5fb7e View commit details
    Browse the repository at this point in the history
  2. [KommunetvIE] Add extractor for kommunetv.no (ytdl-org#31516)

    * Add extractor for kommunetv.no
    * Using utils.update_url instead of regex
    
    ---------
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    fonkap and dirkf committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    99c3cf6 View commit details
    Browse the repository at this point in the history
  3. [StreamsbIE] Add extractor for streamsb.com (viewsb.com) (ytdl-org#31517

    )
    
    * Add extractor for streamsb.com (viewsb.com)
    
    * make data url using app.js version
    
    ---------
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    fonkap and dirkf committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    70a4a8b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    83a7016 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. better test for description

    wfaulk committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fab9851 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    7607aa7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Update youtube_dl/extractor/tubitv.py

    Co-authored-by: dirkf <fieldhouse@gmx.net>
    wfaulk and dirkf committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0f8938b View commit details
    Browse the repository at this point in the history
  2. Update youtube_dl/extractor/tubitv.py

    Co-authored-by: dirkf <fieldhouse@gmx.net>
    wfaulk and dirkf committed May 11, 2023
    Configuration menu
    Copy the full SHA
    92d09b2 View commit details
    Browse the repository at this point in the history