Skip to content

Instantly share code, notes, and snippets.

@icebergdelphi
icebergdelphi / Main.cs
Created April 4, 2024 11:27 — forked from leandro-almeida/Main.cs
Youtube Playlist Downloader - Mp4 & Mp3
using MediaToolkit;
using MediaToolkit.Model;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using VideoLibrary;
namespace Main
{
One bugfix
http://www.sencha.com/forum/showthread.php?23615-Grid-Search-Plugin&p=799141&viewfull=1#post799141
For datecolumns like:
,{
text:'date',
dataIndex:'datecreated',
xtype:'datecolumn',
format:'d.m.Y H:i'
}