Commit Graph

17815 Commits

Author SHA1 Message Date
Lyz 0f371d9166
[bandcamp] fix regexp for JSON matching on bandcamp 2020-09-24 11:08:04 +02:00
Lyz dfbdd74205
Merge branch 'bandcamp_update' of https://github.com/gilou/youtube-dl into gilou-bandcamp_update 2020-09-24 11:05:27 +02:00
Lyz ad1fcb938a
Merge branch 'master' into feature/bandcamp_user_support 2020-09-24 10:49:20 +02:00
Lyz 37c5f6b32c
remove debug tracing 2020-09-24 10:49:09 +02:00
Lyz 85e170e542
WIP: update mr 2020-09-24 10:49:09 +02:00
Lyz f43cf3a3d3
Revert trailing whitespace 2020-09-24 10:49:09 +02:00
Lyz 8a01c503ab
Change episode_id possition 2020-09-24 10:49:08 +02:00
Lyz fbeb7859fe
Fix merge request changes 2020-09-24 10:49:08 +02:00
Lyz 348635d527
Update BandcampUser extractor to match the webpage changes 2020-09-24 10:49:07 +02:00
Lyz f5afc50897
trigger CI 2020-09-24 10:49:07 +02:00
Lyz 70499a274f
Convert video_id from int to string 2020-09-24 10:49:07 +02:00
Lyz 8862774795
Fix regular expression 2020-09-24 10:49:06 +02:00
Lyz f69899d576
Added ie for tracks 2020-09-24 10:49:06 +02:00
Lyz a1a0490928
* Rewrite extraction logic
* Fix errors
2020-09-24 10:49:06 +02:00
Lyz 9cb8ca072d
Switched from format to % 2020-09-24 10:49:05 +02:00
Lyz 65302cebf1
Captured album element with album 2020-09-24 10:49:05 +02:00
Lyz 6f12f2a34b
Add BandcampWeeklyIE and BandcampIE to BandcampUser suitable method 2020-09-24 10:49:05 +02:00
Lyz 7d1605bc12
Add suitable method for BandcampUser 2020-09-24 10:49:04 +02:00
Lyz d0a1cb3ae6
Removed test if no albums exist 2020-09-24 10:49:04 +02:00
Lyz 57f736fbf6
Added _match_id 2020-09-24 10:49:03 +02:00
Lyz 16efa6ebcc
Capture non-greedy the album elements 2020-09-24 10:49:03 +02:00
Lyz e0a9e262ee
Switch from .format to % 2020-09-24 10:49:03 +02:00
Lyz 3d39e15e96
Remove trailing $ in VALID_URL 2020-09-24 10:49:02 +02:00
Lyz 65ba90f65c
Fix BandcampAlbum _VALID_URL regexp 2020-09-24 10:49:02 +02:00
Lyz db204d22d2
Correct BandcampUserIE regexp 2020-09-24 10:49:02 +02:00
Lyz d7a19b8e54
Merge master 2020-09-24 10:49:01 +02:00
Sergey M․ d65d89183f
[expressen] Add support for di.se (closes #26670) 2020-09-24 07:37:10 +07:00
Surkal 0c92f1e96b
[iprima] Improve video id extraction (#26507) (closes #26494) 2020-09-24 06:46:58 +07:00
Sergey M․ adae9e844b
[README.md] Fix autonumber sequence description (refs #26686) 2020-09-24 06:36:07 +07:00
Gilles Pietri 9c1f99402f [bandcamp] fix regexp for JSON matching on bandcamp 2020-09-23 23:14:01 +02:00
Sergey M․ c5764b3f89
[downloader/http] Properly handle missing message in SSLError (closes #26646) 2020-09-22 07:01:59 +07:00
Sergey M․ 0837992a22
[downloader/http] Fix access to not yet opened stream in retry 2020-09-22 06:44:14 +07:00
Sergey M․ b55715934b
release 2020.09.20 2020-09-20 12:30:45 +07:00
Sergey M․ bbc3b5b4bb
[ChangeLog] Actualize
[ci skip]
2020-09-20 12:24:32 +07:00
nixxo 1ca5f821c8
[redtube] Extend _VALID_URL (#26506) 2020-09-20 11:39:42 +07:00
Sergey M․ defc820b70
[twitch] Switch streams to GraphQL and refactor (closes #26535) 2020-09-20 10:05:00 +07:00
Sergey M․ 82ef02e936
[telequebec] Fix issues (closes #26368) 2020-09-19 07:56:00 +07:00
Patrick Dessalle b856b3997c
[telequebec] Add support for brightcove videos (closes #25833) 2020-09-19 07:52:57 +07:00
Sergey M․ cd85a1bb8b
[pornhub] Extract metadata from JSON-LD (closes #26614) 2020-09-19 06:34:34 +07:00
Sergey M․ ce5b904050
[extractor/common] Relax interaction count extraction in _json_ld 2020-09-19 06:33:17 +07:00
Sergey M․ ad06b99dd4
[extractor/common] Extract author as uploader for VideoObject in _json_ld 2020-09-19 06:13:42 +07:00
JChris246 540b9f5164
[pornhub] Fix view count extraction (#26621) (refs #26614) 2020-09-19 05:59:19 +07:00
Stefan Pöschel 6e65a2a67e
[downloader/hls] Fix incorrect end byte in Range HTTP header for media segments with EXT-X-BYTERANGE (#24512) (closes #14748)
The end of the byte range is the first byte that is NOT part of the to
be downloaded range. So don't include it into the requested HTTP
download range, as this additional byte leads to a broken TS packet and
subsequently to e.g. visible video corruption.

Fixes #14748.
2020-09-18 05:26:56 +07:00
Sergey M․ f8c7bed133
[extractor/common] Handle ssl.CertificateError in _request_webpage (closes #26601)
ssl.CertificateError is raised on some python versions <= 3.7.x
2020-09-18 03:41:16 +07:00
Sergey M․ cdc55e666f
[downloader/http] Improve timeout detection when reading block of data (refs #10935) 2020-09-18 03:32:54 +07:00
Ori Avtalion 86b7c00adc
[downloader/http] Retry download when urlopen times out (#26603) (refs #10935) 2020-09-18 03:15:44 +07:00
Sergey M․ e8c5d40bc8
release 2020.09.14 2020-09-14 03:37:36 +07:00
Sergey M․ ca7ebc4e5e
[ChangeLog] Actualize
[ci skip]
2020-09-14 03:35:18 +07:00
Sergey M․ bff857a8af
[postprocessor/embedthumbnail] Fix issues (closes #25717)
* Fix WebP with wrong extension processing
* Fix embedding of thumbnails with % character in path
2020-09-14 03:28:31 +07:00
Alex Merkel a31a022efd
[postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails (closes #25687) 2020-09-14 03:10:01 +07:00