Commit graph

23062 commits

Author SHA1 Message Date
Joey Hess
c93e124a28
response 2017-12-05 12:45:21 -04:00
Joey Hess
bb1299a5f1
Merge branch 'master' of ssh://git-annex.branchable.com 2017-12-05 12:44:11 -04:00
Joey Hess
42368af8f4
comment 2017-12-05 12:43:57 -04:00
andrew
1807fb2a8a Added a comment: gcrypt, git-annex and rsync requires absolute path 2017-12-05 13:49:42 +00:00
http://xgm.de/oid/
98dc4b9a0a 2017-12-04 20:04:56 +00:00
Joey Hess
ae945d3810
update 2017-12-04 12:25:21 -04:00
anarcat
adaad9e449 note when the command was introduced 2017-12-02 00:26:29 +00:00
Joey Hess
afd8aa0b11
Merge branch 'master' of ssh://git-annex.branchable.com 2017-11-30 17:08:44 -04:00
Joey Hess
15d5d0fafb
devblog 2017-11-30 17:08:18 -04:00
Joey Hess
640cb36a5c
Merge branch 'master' into youtube-dl 2017-11-30 16:16:58 -04:00
Joey Hess
2528e3ddb0
rethought --relaxed change
Better to make it not be surprising and slow, than surprising and fast.
--raw can be used when it needs to be really fast.

Implemented adding a youtube-dl supported url to an existing file.

This commit was sponsored by andrea rota.
2017-11-30 14:13:20 -04:00
pietroastolfi92@8933106257e5e108af6f46b584f3f10acb198f1d
34346dd563 2017-11-30 16:31:29 +00:00
http://xgm.de/oid/
09ddd34b76 2017-11-30 12:32:53 +00:00
Joey Hess
31b4d7c6d0
pass git config options to youtube-dl --simulate
Decided not to --ignore-config by default. It the user has something in
their youtube-dl config files that breaks git-annex they can configure
it to use that option.
2017-11-29 20:07:03 -04:00
Joey Hess
47c3760238
files pushed now 2017-11-29 17:44:53 -04:00
Joey Hess
52607bafe8
Merge branch 'master' of ssh://git-annex.branchable.com 2017-11-29 17:37:14 -04:00
Joey Hess
6d17e7863d
devblog 2017-11-29 17:36:49 -04:00
Joey Hess
24f27ec39d
convert importfeed to youtube-dl
Fully working, including --fast/--relaxed.

Note that, while git-annex addurl --relaxed is not going to check
youtube-dl, I kept git annex importfeed --relaxed checking it.
Thinking is that, let's not break people's importfeed cron jobs, and
importfeed does not typically have to check a large number of new items,
so it's ok if it's a little bit slower when used with youtube playlist
feeds.

importfeed's behavior is also improved (?) when a feed has links in it
to non-media files. Before, those were skipped. Now, the content of the
link is downloaded. This had to be done, because trying to use
youtube-dl is slow, and if those were skipped, it would have to check
every time importfeed was run. While this behavior change may not be
desirable for some feeds, that intersperse links to web pages with
enclosures, it will be desirable for other feeds, that have
non-enclosure directy links to media files.

Remove old quvi modules.

This commit was sponsored by Øyvind Andersen Holm.
2017-11-29 17:30:02 -04:00
Joey Hess
99bebdface
youtube-dl working
Including resuming and cleanup of incomplete downloads.

Still todo: --fast, --relaxed, importfeed, disk reserve checking,
quvi code cleanup.

This commit was sponsored by Anthony DeRobertis on Patreon.
2017-11-29 16:40:32 -04:00
sunny256
4d1b96d4e8 Added a comment: Version missing from the annex 2017-11-29 16:15:04 +00:00
Joey Hess
58b04cd2e7
response 2017-11-28 18:08:02 -04:00
Joey Hess
339263a06f
Merge branch 'master' of ssh://git-annex.branchable.com 2017-11-28 17:44:20 -04:00
Joey Hess
6de5c0906b
devblog 2017-11-28 17:43:41 -04:00
Joey Hess
3febb79c8f
wip 2017-11-28 17:17:40 -04:00
Joey Hess
d6d8f72957
documentation update for youtube-dl
Code not updated yet.

This commit was sponsored by Thomas Hochstein on Patreon.
2017-11-28 14:05:58 -04:00
Joey Hess
d1d04a3c65
size checking 2017-11-28 13:37:50 -04:00
Joey Hess
8f41a1b7ce
update youtube playlist docs 2017-11-28 13:30:05 -04:00
Joey Hess
57b4c5bdff
add Utility.HtmlDetect
This will be used in youtube-dl integration, to tell when a html page has
been downloaded by addurl, in which case it is worth running youtube-dl
to see if it can extract media from it.

tagsoup is an almost free dependency, because yesod depends on it.
So, this only really adds a dep when git-annex is built without the
webapp.

I'd like this to as closely as possible match how browsers decide if a
page is html or not. Unfortunately, that is fairly heuristic, in order
to support malformed html. And, we don't want to falsely detect
something as html just because it has something that looks like a html
tag embedded somewhere in it. Probably any major video hosting site is
going to be serving html documents that at least start with a <html>
tag, so requiring that or a DOCTYPE should be good enough.

This commit was sponsored by Jeff Goeke-Smith on Patreon.
2017-11-28 13:03:11 -04:00
ganewbie01
391619f6de Added a comment: found it! ( I think ... or should I be still looking for "database" branch? ) 2017-11-28 01:03:06 +00:00
Joey Hess
c37838d1b7
update; filed youtube-dl bug 2017-11-27 16:29:29 -04:00
ynikitenko
d8d04defa2 2017-11-27 11:22:04 +00:00
olaf
72a9df1cae Added a comment 2017-11-27 05:39:04 +00:00
olaf
008443581a removed 2017-11-27 05:31:16 +00:00
olaf
544f999e74 Added a comment 2017-11-27 05:30:06 +00:00
ganewbie01
f31469e6d2 Added a comment: development branches inaccessible? 2017-11-26 13:12:16 +00:00
s998758@d9eef097c6baf74cc86fd8dbb003c33be91873b8
bbcad2b0af 2017-11-26 01:01:18 +00:00
https://me.yahoo.com/a/5j.FKrMpxZS.luSB.5ahyosMU6RcaYq2#74c60
f02545b482 2017-11-25 00:03:24 +00:00
Joey Hess
da6f388be7
add news item for git-annex 6.20171124 2017-11-24 10:50:24 -04:00
Joey Hess
005d9a897d
idea 2017-11-23 10:49:09 -04:00
olaf
b992b1eaad Added a comment: Still a problem 2017-11-23 04:34:18 +00:00
Joey Hess
af2f3e8f9c
investigate using youtube-dl. not pretty.. 2017-11-22 13:15:13 -04:00
Joey Hess
53bd836484
ah, I got it 2017-11-20 14:23:16 -04:00
Joey Hess
d43c3c856e
huh? 2017-11-20 14:19:20 -04:00
quantum.analyst+git-annex@7b5254bfa3fe66bdaa852f498eba084d122744b7
6ba0127d7b 2017-11-18 04:40:06 +00:00
Yurt
0f876eccb5 2017-11-17 17:49:16 +00:00
Yurt
1eaa0e954a 2017-11-17 17:47:39 +00:00
robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e311
1a010641a0 2017-11-17 12:22:35 +00:00
robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e311
08f5bb29c3 2017-11-17 12:21:49 +00:00
yarikoptic
0805eee64f Added a comment: thanks, what about 'find' with the same issue? 2017-11-16 19:11:51 +00:00
Lykos153
5a4733c5a6 2017-11-16 00:57:29 +00:00