TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: YouTube Filesystem – YTFS

185 点作者 rasguanabana将近 10 年前

13 条评论

andrewstuart2将近 10 年前
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 未加载
JoshTriplett将近 10 年前
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> .
anukulrm将近 10 年前
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>
fragmede将近 10 年前
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 未加载
kalmi10将近 10 年前
It seems not to support streaming. It has to download the whole video before playing can begin.
评论 #9840350 未加载
fiatjaf将近 10 年前
Are there any installations instructions? This seems to depend on a lot of libraries that are not specified anywhere.
dfrey将近 10 年前
The world would be a better place if we could run &quot;rm -rf .&#x2F;comments&#x2F;*&quot; on YouTube.
评论 #9841426 未加载
评论 #9841401 未加载
0xdeadbeefbabe将近 10 年前
The file system is a great UI that doesn&#x27;t pretend to be a great UI. Thanks!
zeeed将近 10 年前
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!
rian将近 10 年前
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 未加载
walterbell将近 10 年前
Does this use a persistent cookie which YouTube can use to personalize search results?
评论 #9841643 未加载
agumonkey将近 10 年前
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 未加载
aikah将近 10 年前
how is it a filesystem? can I store a PDF or zip file on youtube with that ?
评论 #9840126 未加载
评论 #9904594 未加载
评论 #9840123 未加载