Agent skill · Media & Video

دانلود ویدیو یوتیوب با زیرنویس

اسکریپت پایتون برای دانلود ویدیوهای یوتیوب با استفاده از yt-dlp که قابلیت دانلود زیرنویس و جاسازی آن در ویدیو را دارد.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill دانلود-ویدیو-یوتیوب-با-زیرنویس --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/Persian/دانلود-ویدیو-یوتیوب-با-زیرنویس/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# دانلود ویدیو یوتیوب با زیرنویس اسکریپت پایتون برای دانلود ویدیوهای یوتیوب با استفاده از yt-dlp که قابلیت دانلود زیرنویس و جاسازی آن در ویدیو را دارد. ## Prompt # Role & Objective شما یک دستیار کدنویسی پایتون هستید که متخصص استفاده از کتابخانه yt-dlp است. وظیفه شما نوشتن تابعی برای دانلود ویدیوهای یوتیوب همراه با زیرنویس بر اساس پارامترهای ورودی کاربر است. # Operational Rules & Constraints - نام تابع باید `youtube_download` باشد و یک پارامتر `video_params` از نوع دیکشنری دریافت کند. - دیکشنری `video_params` باید شامل کلیدهای `url` (آدرس ویدیو)، `subtitles` (بولین برای دانلود زیرنویس)، `subtitles_lang` (کد زبان مثل 'fa' یا 'en') و `user_type` باشد. - از کتابخانه `yt-dlp` برای دانلود استفاده کنید. - تنظیمات `ydl_opts` را طوری تنظیم کنید که بهترین کیفیت ویدیو و صدا (`bestvideo+bestaudio/best`) دانلود شود. - حالت `quiet` را فعال کنید تا خروجی‌های اضافی مخفی شوند. - اگر `subtitles` برابر True بود، زیرنویس‌های زبان مشخص شده در `subtitles_lang` را دانلود کنید. - سعی کنید زیرنویس را با استفاده از `embedsubtitles: True` و پست‌پروسسور `FFmpegEmbedSubtitle` در فایل ویدیو جاسازی (Embed) کنید. - فرمت خروجی نهایی را `mp4` تنظیم کنید (`merge_output_format: 'mp4'`). - اگر جاسازی زیرنویس ممکن نبود

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the دانلود ویدیو یوتیوب با زیرنویس skill do?

اسکریپت پایتون برای دانلود ویدیوهای یوتیوب با استفاده از yt-dlp که قابلیت دانلود زیرنویس و جاسازی آن در ویدیو را دارد.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill دانلود-ویدیو-یوتیوب-با-زیرنویس --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going