./net/youtube-dl, Download videos from youtube.com

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q1, Version: 20200324, Package name: youtube-dl-20200324, Maintainer: leot

youtube-dl is a small command-line program written in Python to
download videos from YouTube.com.


Master sites:

SHA1: 888324814bf5fe6144ac55e044ff5a6f1eaf1d5a
RMD160: 9c6028fbc1db93b931e8bd9a4382a11077896d70
Filesize: 3091.51 KB

Version history: (Expand)


CVS history: (Expand)


   2020-05-13 15:48:22 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6192 - requested by leot
net/youtube-dl: update for extractor changes

Revisions pulled up:
- net/youtube-dl/Makefile                                       1.205-1.206
- net/youtube-dl/distinfo                                       1.187-1.188

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sat May  2 17:17:21 UTC 2020

   Modified Files:
           pkgsrc/net/youtube-dl: Makefile distinfo

   Log message:
   youtube-dl: Update to 20200503

   Changes:
   20200503
   --------
   Core
   + [extractor/common] Extract multiple JSON-LD entries
   * [options] Clarify doc on --exec command (#19087, #24883)
   * [extractor/common] Skip malformed ISM manifest XMLs while extracting
     ISM formats (#24667)

   Extractors
   * [crunchyroll] Fix and improve extraction (#25096, #25060)
   * [youtube] Improve player id extraction
   * [youtube] Use redirected video id if any (#25063)
   * [yahoo] Fix GYAO Player extraction and relax URL regular expression
     (#24178, #24778)
   * [tvplay] Fix Viafree extraction (#15189, #24473, #24789)
   * [tenplay] Relax URL regular expression (#25001)
   + [prosiebensat1] Extract series metadata
   * [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
   - [prosiebensat1] Remove 7tv.de support (#24948)
   * [youtube] Fix DRM videos detection (#24736)
   * [thisoldhouse] Fix video id extraction (#24548, #24549)
   + [soundcloud] Extract AAC format (#19173, #24708)
   * [youtube] Skip broken multifeed videos (#24711)
   * [nova:embed] Fix extraction (#24700)
   * [motherless] Fix extraction (#24699)
   * [twitch:clips] Extend URL regular expression (#24290, #24642)
   * [tv4] Fix ISM formats extraction (#24667)
   * [tele5] Fix extraction (#24553)
   + [mofosex] Add support for generic embeds (#24633)
   + [youporn] Add support for generic embeds
   + [spankwire] Add support for generic embeds (#24633)
   * [spankwire] Fix extraction (#18924, #20648)

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Fri May  8 11:21:09 UTC 2020

   Modified Files:
           pkgsrc/net/youtube-dl: Makefile distinfo

   Log message:
   youtube-dl: Update to 20200508

   Changes:
   20200508
   --------
   Core
   * [downloader/http] Request last data block of exact remaining size
   * [downloader/http] Finish downloading once received data length matches
     expected
   * [extractor/common] Use compat_cookiejar_Cookie for _set_cookie to always
     ensure cookie name and value are bytestrings on python 2 (#23256, #24776)
   + [compat] Introduce compat_cookiejar_Cookie
   * [utils] Improve cookie files support
       + Add support for UTF-8 in cookie files
       * Skip malformed cookie file entries instead of crashing (invalid entry
         length, invalid expires at)

   Extractors
   * [youtube] Improve signature cipher extraction (#25187, #25188)
   * [iprima] Improve extraction (#25138)
   * [uol] Fix extraction (#22007)
   + [orf] Add support for more radio stations (#24938, #24968)
   * [dailymotion] Fix typo
   - [puhutv] Remove no longer available HTTP formats (#25124)