TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: YouTube Filesystem – YTFS

185 pointsby rasguanabanaalmost 10 years ago

13 comments

andrewstuart2almost 10 years ago
Haha, from the title I expected this to be a solution for generating MP4s from arbitrary data that you could then upload to YouTube for backup.<p>This is definitely really cool, too. I like that it shows that a node in a filesystem is just another way to represent some resource, but in a way that&#x27;s a little more familiar to most people than something like procfs.
评论 #9840085 未加载
评论 #9840555 未加载
评论 #9841490 未加载
评论 #9841144 未加载
JoshTriplettalmost 10 years ago
Interesting! Looks like this is youtube-dl combined with FUSE, so that you can use a normal video player to play and filesystem tools to browse, rather than downloading first. See <a href="https:&#x2F;&#x2F;github.com&#x2F;rasguanabana&#x2F;ytfs&#x2F;blob&#x2F;master&#x2F;doc&#x2F;dependencies.rst" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rasguanabana&#x2F;ytfs&#x2F;blob&#x2F;master&#x2F;doc&#x2F;depende...</a> .
anukulrmalmost 10 years ago
This is great! Also, check out this easter egg which makes every video rick roll haha: <a href="https:&#x2F;&#x2F;github.com&#x2F;rasguanabana&#x2F;ytfs&#x2F;blob&#x2F;master&#x2F;stor.py#L126" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rasguanabana&#x2F;ytfs&#x2F;blob&#x2F;master&#x2F;stor.py#L12...</a>
fragmedealmost 10 years ago
Neat! Any plans to make the different video qualities quickly available? Maybe as a subdir named with the resolution, eg search&#x2F;movie&#x2F;480p.mp4 or maybe movie.1080p.mp4?
评论 #9840485 未加载
kalmi10almost 10 years ago
It seems not to support streaming. It has to download the whole video before playing can begin.
评论 #9840350 未加载
fiatjafalmost 10 years ago
Are there any installations instructions? This seems to depend on a lot of libraries that are not specified anywhere.
dfreyalmost 10 years ago
The world would be a better place if we could run &quot;rm -rf .&#x2F;comments&#x2F;*&quot; on YouTube.
评论 #9841426 未加载
评论 #9841401 未加载
0xdeadbeefbabealmost 10 years ago
The file system is a great UI that doesn&#x27;t pretend to be a great UI. Thanks!
zeeedalmost 10 years ago
kudos, that&#x27;s an excellent idea, combining out-of-the box thinking, data structuring, creating value all using basic tools. A tip to the hat. Nice work!
rianalmost 10 years ago
Might I recommend not using the prev&#x2F;next executables and instead adding another directory level to indicate search page, e.g. ytfs&#x2F;search&#x2F;1&#x2F;video.mp4<p>would make it easy to reexport this file system, e.g. Over http or smb.
评论 #9841988 未加载
walterbellalmost 10 years ago
Does this use a persistent cookie which YouTube can use to personalize search results?
评论 #9841643 未加载
agumonkeyalmost 10 years ago
side-note: I find it very very interesting to think about a filesystem of unknown content and size. It&#x27;s basically an infinite tree through FUSE. Nothing crazy, but interacting with it directly is inspiring.
评论 #9843321 未加载
aikahalmost 10 years ago
how is it a filesystem? can I store a PDF or zip file on youtube with that ?
评论 #9840126 未加载
评论 #9904594 未加载
评论 #9840123 未加载