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
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
xarantolus
c0a1a8926d
Use better regex for all fixed extraction types
2020-09-22 20:52:52 +02:00
Joost Verdoorn
d7013f6732
[Amara] Process review comments
2020-09-22 11:51:13 +02:00
Joost Verdoorn
3f81122b7f
[Amara] Prefer Youtube, Vimeo, Generic, in that order
2020-09-22 11:51:13 +02:00
Joost Verdoorn
df6d4f30cd
[Amara] Add additional properties to info
2020-09-22 11:51:13 +02:00
Joost Verdoorn
18844dbac3
[Amara] Add more tests
2020-09-22 11:51:13 +02:00
Joost Verdoorn
5fbfd75347
[Amara] Use generic extractor when video type is not Vimeo or Youtube
2020-09-22 11:51:13 +02:00
Joost Verdoorn
9b0ba2299f
[Amara] Add new extractor
2020-09-22 11:51:13 +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
mrx23dot
ad43251136
[mediaklikk] updated test site URL, added subsite support (hirado)
2020-09-21 20:36:33 +01:00
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
J. Randall Owens
40e36b6529
Merge branch 'master' of https://github.com/rg3/youtube-dl
2020-09-21 12:20:39 +01:00
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
tsukumi
40c3589d54
Merge pull request #1 from viliml/patch-2
...
Update to new Niconico playlist format
2020-09-21 01:50:50 +09:00
tsukumijima
bc76d44244
Merge remote-tracking branch 'upstream/master' into fix/niconico
2020-09-21 01:40:37 +09:00
Sergey M․
b55715934b
release 2020.09.20
2020.09.20
2020-09-20 12:30:45 +07:00