| منتدى السرتى |
| اهلا بـكـ زائرنا العزيز منور المنتدى بوجودك ![]() يسعدنا تسجليك والانضمام معنــا مع تحياتى ادراه منتديات السرتى ............ ELSARTY SOFT |
| منتدى السرتى |
| اهلا بـكـ زائرنا العزيز منور المنتدى بوجودك ![]() يسعدنا تسجليك والانضمام معنــا مع تحياتى ادراه منتديات السرتى ............ ELSARTY SOFT |
| منتدى السرتى |
| هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة. |
Nippy Mp4 Ru -Since “make feature” is vague, here’s what I can help with depending on what you actually mean: (MP4 + RU support) You’d likely need to modify Nippy’s source (if still available — original Nippy is discontinued). A feature request would look like: Feature: Allow forced MP4 format selection for Russian video sites (e.g., VK, Rutube, Ok.ru) Why: Some Russian sites serve fragmented DASH/WebM by default; MP4 is more compatible. Implementation: Add a checkbox “Prefer MP4 (RU sites)” → pass --format mp4 to yt-dlp for specific extractors. If you want the actual code logic (for a fork of Nippy or a script), here’s a pseudo-implementation: yt-dlp -f "best[ext=mp4]" "URL" --extractor-args "generic:no-playlist" Or for a specific Russian site (example VK Video): nippy mp4 ru if == " main ": download_mp4_ru(sys.argv[1]) Since “make feature” is vague, here’s what I |