[vlc-devel] [PATCHv2 0/4] YoutubeDL access

Rémi Denis-Courmont remi at remlab.net
Mon Sep 21 18:01:59 CEST 2020


The following changes since commit 940092fdba5438f50f5fb320dea54e98ca054303:

  clock: assert that there is only one master (2020-09-21 14:10:26 +0200)

follow.

Changes since version 1:

- Expose the playlist title with #PLAYLIST (requires Hugo's patch to work).
- Reject non-first lines in titles (not allowed by M3U).
- Use redirect rather than playlist for single media URLs.
- Update NEWS.

----------------------------------------------------------------
Rémi Denis-Courmont (4):
      share: add wrapper script for the YoutubeDL Python module
      ytdl: access module for YoutubeDL
      ytdl: extract playlist non-recursively ("flat")
      ytdl: use redirect for single media

 NEWS                       |   1 +
 modules/access/Makefile.am |   5 ++
 modules/access/ytdl.c      | 215 +++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in             |   1 +
 share/Makefile.am          |   2 +
 share/ytdl-extract.py      | 130 +++++++++++++++++++++++++++
 6 files changed, 354 insertions(+)
 create mode 100644 modules/access/ytdl.c
 create mode 100755 share/ytdl-extract.py

-- 
雷米‧德尼-库尔蒙
http://www.remlab.net/





More information about the vlc-devel mailing list