diff --git a/doc/todo/addurl_video_from_a_Twitter_post.mdwn b/doc/todo/addurl_video_from_a_Twitter_post.mdwn index 27222a0eb3..58d5803355 100644 --- a/doc/todo/addurl_video_from_a_Twitter_post.mdwn +++ b/doc/todo/addurl_video_from_a_Twitter_post.mdwn @@ -1 +1,4 @@ Is there already a way to addurl video from a Twitter post. Question came up while proposing git annex as a tech for archival in https://github.com/2020PB/police-brutality/issues/315#issuecomment-640163911 + +> I don't think there's anything for git-annex to do here, so +> [[closing|done]] --[[Joey]] diff --git a/doc/todo/addurl_video_from_a_Twitter_post/comment_1_f53373e62af38a139fcf2d15433ca65d._comment b/doc/todo/addurl_video_from_a_Twitter_post/comment_1_f53373e62af38a139fcf2d15433ca65d._comment new file mode 100644 index 0000000000..63a3effeed --- /dev/null +++ b/doc/todo/addurl_video_from_a_Twitter_post/comment_1_f53373e62af38a139fcf2d15433ca65d._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2020-06-22T18:38:33Z" + content=""" +If youtube-dl supports the web site, `git annex addurl` will automatically +use it to download the video. + +Looks like youtube-dl does support twitter, so it should just work. + +If it didn't though, I'd punt it over to youtube-dl. + +(If you also wanted to archive the twitter +page itself, you could use `git annex addurl --raw` to archive the html. +Although there's a good chance the html alone is not enough, and so you +might want to use other tools to archive javascript and other assets; +this is beyond the scope of git-annex, although of course you can `git +annex add` whatever files you end up downloading.) +"""]]