[pr0gramm] implement InfoExtractor, Resolves #31433 (#31434)
authorLeon Etienne <40911701+Leonetienne@users.noreply.github.com>
Thu, 2 Feb 2023 17:13:39 +0000 (18:13 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 17:13:39 +0000 (17:13 +0000)
commite9611a2a3603ee201d0c1ba99e8bfd8ec1e697cd
tree5ba37ad3feb31e87cf08b9753f23c1cbe1be265f
parent807e593a32a1ace8fa0be8129fc5071d86516c99
[pr0gramm] implement InfoExtractor, Resolves #31433 (#31434)

* [pr0gramm] implement infoextractor

* [pr0gramm] remove misplaced comment, uncapture regex-group

* [pr0gramm]: specify utf-8 coding

* [pr0gramm]: add trailing comma to lists for maintainability

* [pr0gramm]: ie only sets upload_date attribute

* [pr0gramm]: add video_id to title

* [pr0gramm]: more forgiving _valid_url regex

* [pr0gramm]: add uploader to title, if set

* Discriminate URL pattern

---------

Co-authored-by: dirkf <fieldhouse@gmx.net>
youtube_dl/extractor/extractors.py
youtube_dl/extractor/pr0gramm.py [new file with mode: 0644]