pukkandan
ad5ac0905e
Merge branch 'master' into format-sort
2020-10-16 21:37:54 +05:30
pukkandan
f0300b7661
Split 'has_video' and 'has_audio' from 'preference'
...
And remove "_preference" from the field names
2020-10-16 21:15:16 +05:30
pukkandan
b397fd36f6
v2020.09.23.00
2020-09-23 06:41:08 +05:30
pukkandan
87b5bdc79f
v2020.09.22.00
2020-09-23 06:36:40 +05:30
pukkandan
84a509851f
Added options to undo certain existing options
...
Added:
--no-include-ads, --no-write-sub, --no-write-auto-sub, --no-playlist-reverse, --no-restrict-filenames, --youtube-include-dash-manifest, --no-format-sort
2020-09-23 06:36:40 +05:30
pukkandan
41e9d790a4
Added --flat-videos
2020-09-23 06:36:40 +05:30
pukkandan
7b1787f709
Add --force-write-download-archive and --write*link by h-h-h-h
...
Authored-by: h-h-h-h
2020-09-23 06:36:39 +05:30
pukkandan
55bcf94bdf
Fix for embedding thumbnail in mp3 by pauldubois98 ( #13 )
...
* Update embedthumbnail.py
Authored-by: Paul Dubois <pauldubois98@gmail.com>
2020-09-23 06:36:39 +05:30
pukkandan
e3ea065d43
Add --break-on-existing by gergesh ( #11 )
...
* Add --break-on-existing
Authored-by: Yoav Shai <gergesh@gmail.com>
2020-09-23 06:36:39 +05:30
pukkandan
322a523dad
Added embedding of thumbnails in mkv files ( #10 )
...
* MKV Thumbnails with FFMpeg
* Now has the correct file name in MKV container
* Change os.rename to shutil.move
Co-authored-by: MrDoritos <ianmoore322@gmail.com>
Co-authored-by: ian <ian@nass>
Co-authored-by: pukkandan
2020-09-23 06:36:39 +05:30
pukkandan
a0c3b7aef9
Added --remux-video by Zocker1999NET ( #7 )
2020-09-21 19:33:01 +05:30
pukkandan
729e898b56
Fix for youtube chapters extractor by gschizas ( #6 )
...
Authored-by: George Schizas <gschizas@gmail.com>
2020-09-21 19:33:01 +05:30
pukkandan
35297278c4
Added --format-sort and --format-sort-force ( #5 )
...
* add option --format-sort
* added format-sort-force and allow to sort in reverse
* Added codec_preference and audio_codec_preference
* Prioritize a given value
2020-09-21 19:33:01 +05:30
pukkandan
3395694952
Created fork
2020-09-21 19:01:40 +05:30
pukkandan
3cf88b02e9
Prioritize a given value
2020-09-21 15:59:49 +05:30
pukkandan
e977b73535
Added codec_preference
...
and audio_codec_preference
2020-09-21 15:57:56 +05:30
pukkandan
a9dc62af6f
added format-sort-force and allow to sort in reverse
2020-09-21 15:47:09 +05:30
pukkandan
0b7c7771d6
add option --format-sort
2020-09-21 15:44:46 +05:30
Sergey M․
b55715934b
release 2020.09.20
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
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
Sergey M․
45f6362464
[rtlnl] Extend _VALID_URL for new embed URL schema
2020-09-13 21:42:06 +07:00
Derek Land
97f34a48d7
[rtlnl] Extend _VALID_URL ( #26549 ) ( closes #25821 )
2020-09-13 21:38:16 +07:00
Daniel Peukert
ea74e00b3a
[youtube] Fix empty description extraction ( #26575 ) ( closes #26006 )
2020-09-13 21:23:21 +07:00
Sergey M․
06cd4cdb25
[srgssr] Extend _VALID_URL ( closes #26555 , closes #26556 , closes #26578 )
2020-09-13 21:07:25 +07:00
Sergey M․
da2069fb22
[googledrive] Use redirect URLs for source format ( closes #18877 , closes #23919 , closes #24689 , closes #26565 )
2020-09-13 20:49:32 +07:00
Sergey M․
95c9810015
[svtplay] Fix id extraction ( closes #26576 )
2020-09-13 18:59:37 +07:00
Remita Amine
b03eebdb6a
[redbulltv] improve support for rebull.com TV localized URLS( #22063 )
2020-09-13 11:26:11 +01:00
Remita Amine
1f7675451c
[redbulltv] Add support for new redbull.com TV URLs( closes #22037 )( closes #22063 )
2020-09-12 19:27:58 +01:00
tfvlrue
aa27253556
[soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when listing a user's tracks. ( #26557 )
...
Per the documentation here https://developers.soundcloud.com/blog/offset-pagination-deprecated the maximum limit is 200, so let's respect that (even if a higher value sometimes works).
Co-authored-by: tfvlrue <tfvlrue>
2020-09-12 09:35:11 +00:00
Sergey M․
d51e23d9fc
release 2020.09.06
2020.09.06
2020-09-06 13:00:41 +07:00
Sergey M․
6cd452acff
[ChangeLog] Actualize
...
[ci skip]
2020-09-06 12:57:56 +07:00
Sergey M․
50e9fcc1fd
[nrktv:episode] Improve video id extraction ( closes #25594 , closes #26369 , closes #26409 )
2020-09-06 12:43:50 +07:00
random-nick
16ee69c1b7
[youtube] Fix age gate content detection ( #26100 ) ( closes #26152 , closes #26311 , closes #26384 )
2020-09-06 11:44:53 +07:00
Sergey M․
67171ed7e9
[youtube:user] Extend _VALID_URL ( closes #26443 )
2020-09-06 11:31:28 +07:00