找回密码
 立即注册
搜索
热搜: 加密 软件 破解
查看: 587|回复: 0

某DJ音乐网MP4文件下载器-第2版

[复制链接]

该用户从未签到

发表于 2023-4-18 20:05:35 | 显示全部楼层 |阅读模式
QQ截图20230418200504.jpg

  1. private void ThreadProcSafePost()
  2.         {
  3.             if (this.ucDataGridView1.SelectRows.Count < 1)
  4.             {
  5.                 FrmDialog.ShowDialog(this, "请选择至少一条记录!", "提示", false, true, false, true, null);
  6.                 return;
  7.             }
  8.             foreach (IDataGridViewRow dataGridViewRow in this.ucDataGridView1.SelectRows)
  9.             {
  10.                 string title = ((SongObj)dataGridViewRow.DataSource).Title;
  11.                 string href = ((SongObj)dataGridViewRow.DataSource).Href;
  12.                 this.driver.Navigate().GoToUrl(href);
  13.                 string address;
  14.                 try
  15.                 {
  16.                     address = ((IJavaScriptExecutor)this.driver).ExecuteScript("return playurl2", Array.Empty<object>()).ToString();
  17.                 }
  18.                 catch
  19.                 {
  20.                     address = "http:" + ((IJavaScriptExecutor)this.driver).ExecuteScript("return playurl", Array.Empty<object>()).ToString();
  21.                 }
  22.                 string text2 = "C:\" + title;
  23.                 if (!File.Exists(text2))
  24.                 {
  25.                     if (address.Contains("m3u8"))
  26.                     {
  27.                         using (Process process = new Process())
  28.                         {
  29.                             process.StartInfo.UseShellExecute = false;
  30.                             process.StartInfo.FileName = Application.StartupPath + "\\ffmpeg.exe";
  31.                             process.StartInfo.CreateNoWindow = true;
  32.                             process.StartInfo.Arguments = string.Concat(new string[]
  33.                             {
  34.                                 " -i "",
  35.                                 address,
  36.                                 "" -vcodec copy -acodec copy -absf aac_adtstoasc "",
  37.                                 text2,
  38.                                 """
  39.                             });
  40.                             process.Start();
  41.                             process.WaitForExit();
  42.                             goto IL_1B8;
  43.                         }
  44.                         goto IL_1AA;
  45.                     }
  46.                     goto IL_1AA;
  47.                     IL_1B8:
  48.                     (from x in this.lstSource
  49.                     where x.Title == title && x.Href == href
  50.                     select x).ToList<SongObj>()[0].State = "1";
  51.                     goto IL_212;
  52.                     IL_1AA:
  53.                     new WebClient().DownloadFile(address, text2);
  54.                     goto IL_1B8;
  55.                 }
  56.                 (from x in this.lstSource
  57.                 where x.Title == title && x.Href == href
  58.                 select x).ToList<SongObj>()[0].State = "2";
  59.                 IL_212:
  60.                 this.m_SyncContext.Post(new SendOrPostCallback(this.SetDataGridViewSafePost), null);
  61.             }
  62.         }
复制代码
游客,如果您要查看本帖隐藏内容请回复


注册成功后,请积极发布主题帖分享软件,发布主题帖可以提升等级获得回帖权限,也可以获得金币进行下载软件
回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|689网站

GMT+8, 2025-4-4 05:08 , Processed in 0.847753 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表