• 大小: 14.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 视频  下载  源码  工具  m3u8  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text.Regularexpressions;
using System.IO;
using System.xml;
using System.Text;
using Microsoft.WindowsAPICodePack.Taskbar;
using System.Threading;

namespace M3U8_Downloader
{
    public partial class Form1 : Form
    {
        //任务栏进度条的实现。
        private TaskbarManager windowsTaskbar = TaskbarManager.Instance;
        
        //拖动窗口
        [DllImport(“user32.dll“)]
        public static extern bool ReleaseCapture();
        [DllImport(“user32.dll“)]
        public static extern bool SendMessage(IntPtr hwnd int wMsg int wParam int lParam);
        public const int WM_SYSCOMMAND = 0x0112;
        public const int SC_MOVE = 0xF0

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-13 10:48  The-New-M3U8-Downloader-master\
     文件        2518  2017-12-13 10:48  The-New-M3U8-Downloader-master\.gitattributes
     文件        4305  2017-12-13 10:48  The-New-M3U8-Downloader-master\.gitignore
     文件      393216  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader.sdf
     文件         871  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader.sln
     目录           0  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\
     文件       39917  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Form1.Designer.cs
     文件       28720  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Form1.cs
     文件       98309  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Form1.resx
     文件        7317  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\M3U8 Downloader.csproj
     文件         511  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\M3U8 Downloader.csproj.user
     文件        1673  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\M3U8 Downloader_TemporaryKey.pfx
     文件         475  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Program.cs
     目录           0  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Properties\
     文件        1335  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Properties\AssemblyInfo.cs
     文件        2807  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Properties\Resources.Designer.cs
     文件        5698  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Properties\Resources.resx
     文件        1089  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Properties\Settings.Designer.cs
     文件         242  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Properties\Settings.settings
     文件        2377  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\Properties\app.manifest
     文件         141  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\app.config
     目录           0  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\
     目录           0  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\
     文件        1926  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.application
     文件      160256  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.exe
     文件         141  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.exe.config
     文件        3503  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.exe.manifest
     文件       44544  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.pdb
     文件        1926  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.vshost.application
     文件       22696  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.vshost.exe
     文件         141  2017-12-13 10:48  The-New-M3U8-Downloader-master\M3U8 Downloader\bin\Debug\M3U8 Downloader.vshost.exe.config
............此处省略41个文件信息

评论

共有 条评论