f88434dfb2
Merge pull request #166 from wader/bump-yt-dlp-2023.11.16
...
Update yt-dlp to 2023.11.16 from 2023.11.14
2023-11-16 17:29:35 +01:00
dbbbde44cb
Update yt-dlp to 2023.11.16 from 2023.11.14
...
Release notes https://github.com/yt-dlp/yt-dlp/releases/tag/2023.11.16
2023-11-16 16:02:07 +00:00
e00731da32
Merge pull request #165 from wader/bump-yt-dlp-2023.11.14
...
Update yt-dlp to 2023.11.14 from 2023.10.13
2023-11-15 17:22:12 +01:00
8249795c0a
Update yt-dlp to 2023.11.14 from 2023.10.13
...
Release notes https://github.com/yt-dlp/yt-dlp/releases/tag/2023.11.14
2023-11-15 16:02:13 +00:00
9bed0812c3
Merge pull request #164 from wader/bump-golang-1.21.4
...
Update golang to 1.21.4 from 1.21.3
2023-11-08 19:02:03 +01:00
392bd0f15e
Update golang to 1.21.4 from 1.21.3
...
Release notes https://golang.org/doc/devel/release.html
2023-11-08 16:02:13 +00:00
307a49a1d3
Merge pull request #163 from wader/bump-yt-dlp-2023.10.13
...
Update yt-dlp to 2023.10.13 from 2023.10.07
2023-10-14 18:37:28 +02:00
c702698079
Update yt-dlp to 2023.10.13 from 2023.10.07
...
Release notes https://github.com/yt-dlp/yt-dlp/releases/tag/2023.10.13
2023-10-14 16:02:07 +00:00
782e0b7262
Merge pull request #162 from wader/bump-golang-1.21.3
...
Update golang to 1.21.3 from 1.21.2
2023-10-11 18:14:02 +02:00
ab26347454
Update golang to 1.21.3 from 1.21.2
...
Release notes https://golang.org/doc/devel/release.html
2023-10-11 16:02:19 +00:00
02a0a71721
Merge pull request #161 from wader/bump-yt-dlp-2023.10.07
...
Update yt-dlp to 2023.10.07 from 2023.09.24
2023-10-07 18:09:16 +02:00
ed998eb769
Update yt-dlp to 2023.10.07 from 2023.09.24
...
Release notes https://github.com/yt-dlp/yt-dlp/releases/tag/2023.10.07
2023-10-07 16:01:57 +00:00
14a15258d0
Merge pull request #160 from wader/bump-golang-1.21.2
...
Update golang to 1.21.2 from 1.21.1
2023-10-06 18:05:56 +02:00
5300e997b8
Update golang to 1.21.2 from 1.21.1
...
Release notes https://golang.org/doc/devel/release.html
2023-10-06 16:02:10 +00:00
3f0889f7e8
Merge pull request #157 from ar2rworld/DownloadSections
...
DownloadSections option
2023-10-03 23:54:39 +02:00
12053d10b1
fix file close
2023-10-03 17:09:40 -04:00
fc0dec1f1f
ffprobe testing duration
2023-10-03 14:58:09 -04:00
427b7fa536
Merge pull request #159 from wader/bump-yt-dlp-2023.09.24
...
Update yt-dlp to 2023.09.24 from 2023.07.06
2023-09-24 18:57:37 +02:00
e431cded03
Update yt-dlp to 2023.09.24 from 2023.07.06
...
Release notes https://github.com/yt-dlp/yt-dlp/releases/tag/2023.09.24
2023-09-24 16:02:05 +00:00
fcb3278031
Merge pull request #158 from wader/bump-golang-1.21.1
...
Update golang to 1.21.1 from 1.21.0
2023-09-07 18:10:40 +02:00
cfdeb18339
Update golang to 1.21.1 from 1.21.0
...
Release notes https://golang.org/doc/devel/release.html
2023-09-07 16:02:13 +00:00
d87bdbe81c
add -y
2023-09-05 16:27:53 -04:00
2438eebf7a
fixing Dockerfile
2023-09-05 15:47:25 -04:00
9a0dc509a3
change Download filter to best
2023-09-01 16:28:30 -04:00
36319b5e0f
add ffmpeg check to test
2023-09-01 16:28:03 -04:00
89ddc38573
add ffmpeg to Dockerfile
2023-09-01 16:27:39 -04:00
e29655f2bd
add TestDownloadSections
2023-08-23 16:48:24 -04:00
3184158e02
DownloadSections option
2023-08-21 17:20:19 -04:00
89e825670c
Merge pull request #156 from nonoo/master
...
Add the NoInfoDownload option
2023-08-17 11:58:31 +02:00
b6c1793051
Unexport the Options.noInfoDownload field
...
There is a package Download() function now which handle downloading without
using the Info struct so this field no longer needs to be exported.
2023-08-17 11:47:20 +02:00
a230313e47
Add main Download() function and its test
...
// It downloads given URL using the given options and filter (usually a format
id or quality designator). If filter is empty, then youtube-dl will use its
default format selector.
2023-08-17 11:19:19 +02:00
ddaf5ad2fa
Add the NoInfoDownload option
...
Set it to true if you don't want to use the result.Info structure.
If it is set to true, then the New() call won't call youtube-dl to request info
about the source in JSON format, and result.Info structure will not be
populated. The given URL will be downloaded in a single pass in the Download()
call.
2023-08-17 11:18:47 +02:00
a46b2837fc
Merge pull request #155 from Galiley/master
...
add options to handle downloading one entry from a playlist
2023-08-16 18:50:49 +02:00
f97b09d082
fix typo
2023-08-16 17:19:03 +02:00
fcfd4acd74
edit default value
2023-08-16 11:59:17 +02:00
de2e0d1840
add tests
2023-08-16 01:28:47 +02:00
ad9066c4f4
add options to handle downloading one entry from a playlist
2023-08-16 01:28:23 +02:00
02ec4fe77d
Merge pull request #154 from nonoo/master
...
Add 2 new options, and make filter use optional
2023-08-15 23:25:31 +02:00
4b1de1d3ad
Make Download() function comment more clear
2023-08-15 13:06:07 +02:00
f483ae69c8
Update Download() usage comment lines
2023-08-15 11:51:02 +02:00
c1dcced791
Add options to set merge output format and sorting format
...
yt-dlp uses mp4 format by default to merge sources with separate video and
audio streams. mp4 format does not handle VP9 codec, so adding the ability
to set the merge output format, we can set it to use for ex. mkv, which
handles VP9 well.
With the possibility of setting the sorting format we can tell yt-dlp which
criteria to consider as the best format.
2023-08-14 13:48:26 +02:00
3c1f4ce6da
Only use -f arg if filter is given
...
If filter is not given then we let youtube-dl/yt-dlp decide the format to download.
2023-08-14 13:47:06 +02:00
2d7d4563d9
Merge pull request #153 from wader/bump-golang-1.21.0
...
Update golang to 1.21.0 from 1.20.7
2023-08-09 18:07:17 +02:00
59d0f9fc9e
Update golang to 1.21.0 from 1.20.7
...
Release notes https://golang.org/doc/devel/release.html
2023-08-09 16:02:16 +00:00
b2b2500ae9
Merge pull request #152 from wader/bump-golang-1.20.7
...
Update golang to 1.20.7 from 1.20.6
2023-08-02 18:10:25 +02:00
b5d5a177c0
Update golang to 1.20.7 from 1.20.6
...
Release notes https://golang.org/doc/devel/release.html
2023-08-02 16:02:13 +00:00
f84c8607fa
Merge pull request #150 from wader/bump-golang-1.20.6
...
Update golang to 1.20.6 from 1.20.5
2023-07-12 18:39:21 +02:00
ce02413ad4
Update golang to 1.20.6 from 1.20.5
...
Release notes https://golang.org/doc/devel/release.html
2023-07-12 16:02:22 +00:00
20583d83fd
Merge pull request #149 from wader/bump-yt-dlp-2023.07.06
...
Update yt-dlp to 2023.07.06 from 2023.06.22
2023-07-07 18:07:56 +02:00
42e6060738
Update yt-dlp to 2023.07.06 from 2023.06.22
...
Release notes https://github.com/yt-dlp/yt-dlp/releases/tag/2023.07.06
2023-07-07 16:02:21 +00:00