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

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


Branch: pkgsrc-2020Q3, Version: 20201112, Package name: youtube-dl-20201112, Maintainer: leot

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


Master sites:

SHA1: 04e72d0b0a0e85b79a6c2ac93b7c85254b95b53b
RMD160: 2afd73b5c09463951086b29298489f0d203a2207
Filesize: 3113.296 KB

Version history: (Expand)


CVS history: (Expand)


   2020-11-24 18:16:33 by Benny Siegert | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #6367 - requested by leot
net/youtube-dl: updates and bugfixes

Revisions pulled up:
- net/youtube-dl/Makefile                                       1.215-1.218
- net/youtube-dl/distinfo                                       1.197-1.200
- net/youtube-dl/patches/patch-youtube__dl_extractor_bandcamp.py 1.1
- net/youtube-dl/patches/patch-youtube__dl_extractor_youtube.py deleted

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sun Nov  1 10:58:24 UTC 2020

   Modified Files:
           pkgsrc/net/youtube-dl: Makefile distinfo
   Added Files:
           pkgsrc/net/youtube-dl/patches: patch-youtube__dl_extractor_bandcamp.py

   Log message:
   youtube-dl: Add a patch to fix bandcamp extractor

   Initially based on (what was) Gilles Pietri's upstream #26684.

   PKGREVISION++

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sun Nov  1 12:14:49 UTC 2020

   Modified Files:
           pkgsrc/net/youtube-dl: Makefile distinfo
   Added Files:
           pkgsrc/net/youtube-dl/patches: patch-youtube__dl_extractor_youtube.py

   Log message:
   youtube-dl: Fix extraction of YouTube JS player URL (and youtube extractor)

   Both versions are probably still present because - also without the patch -
   after several retries the JS player URL is fetched.

   PKGREVISION++

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sun Nov  1 18:38:59 UTC 2020

   Modified Files:
           pkgsrc/net/youtube-dl: Makefile distinfo
   Removed Files:
           pkgsrc/net/youtube-dl/patches: patch-youtube__dl_extractor_youtube.py

   Log message:
   youtube-dl: Update to 20201101.1

   Changes:
   20201101.1
   ----------
   Core
   * [utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)
   * [downloader/http] Properly handle missing message in SSLError (#26646)
   * [downloader/http] Fix access to not yet opened stream in retry

   Extractors
   * [youtube] Fix JS player URL extraction
   * [ytsearch] Fix extraction (#26920)
   * [afreecatv] Fix typo (#26970)
   * [23video] Relax URL regular expression (#26870)
   + [ustream] Add support for video.ibm.com (#26894)
   * [iqiyi] Fix typo (#26884)
   + [expressen] Add support for di.se (#26670)
   * [iprima] Improve video id extraction (#26507, #26494)

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Thu Nov 12 14:41:38 UTC 2020

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

   Log message:
   youtube-dl: Update to 20201112

   Changes:
   20201112
   --------
   Extractors
   * [youtube] Rework extractors