-- phpMyAdmin SQL Dump
-- version 2.11.0
-- http://www.phpmyadmin.net
--
-- Host: www.phpsugar.com
-- Server version: 4.1.12
-- PHP Version: 5.0.4

-- --------------------------------------------------------
--
-- Table structure for table `pm_ads`
--

DROP TABLE IF EXISTS `pm_ads`;
CREATE TABLE `pm_ads` (
  `id` int(4) NOT NULL auto_increment,
  `position` varchar(25) NOT NULL default '',
  `code` text NOT NULL,
  `active` enum('0','1') NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 ;

--
-- Dumping data for table `pm_ads`
--

INSERT INTO `pm_ads` (`id`, `position`, `code`, `active`) VALUES(1, 'Header', '', '0');
INSERT INTO `pm_ads` (`id`, `position`, `code`, `active`) VALUES(2, 'Footer', '', '0');
INSERT INTO `pm_ads` (`id`, `position`, `code`, `active`) VALUES(3, 'Under the player', '', '0');

-- --------------------------------------------------------
--
-- Table structure for table `pm_categories`
--

DROP TABLE IF EXISTS `pm_categories`;
CREATE TABLE `pm_categories` (
  `id` int(5) NOT NULL auto_increment,
  `parent_id` int(2) NOT NULL default '0',
  `tag` varchar(100) NOT NULL default '',
  `name` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 ;

--
-- Dumping data for table `pm_categories`
--

INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(1, 0, 'rock', 'Rock & Alternative');
INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(2, 0, 'pop', 'Pop');
INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(3, 0, 'rnb', 'R''n''B');
INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(4, 0, 'dance', 'Dance');
INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(5, 0, 'hiphop', 'Hip-Hop');
INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(6, 0, 'latin', 'Latin');
INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(7, 0, 'worldreggae', 'World & Reggae');
INSERT INTO `pm_categories` (`id`, `parent_id`, `tag`, `name`) VALUES(500, 0, 'toprock', 'Best Rock Songs');

-- --------------------------------------------------------

--
-- Table structure for table `pm_comments`
--

DROP TABLE IF EXISTS `pm_comments`;
CREATE TABLE `pm_comments` (
  `id` int(5) NOT NULL auto_increment,
  `uniq_id` varchar(11) NOT NULL default '',
  `username` varchar(100) NOT NULL default '',
  `comment` text NOT NULL,
  `added` varchar(11) NOT NULL default '',
  `user_ip` varchar(20) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

--
-- Dumping data for table `pm_comments`
--


-- --------------------------------------------------------

--
-- Table structure for table `pm_config`
--

DROP TABLE IF EXISTS `pm_config`;
CREATE TABLE `pm_config` (
  `id` int(2) NOT NULL default '1',
  `voth` varchar(30) NOT NULL default '',
  `contact_mail` varchar(100) NOT NULL default '',
  `yt_api` varchar(20) NOT NULL default '',
  `thumb_from` enum('1','2') NOT NULL default '1',
  `browse_page` int(4) NOT NULL default '0',
  `player_w` int(3) NOT NULL default '0',
  `player_h` int(3) NOT NULL default '0',
  `isnew_days` int(5) NOT NULL default '0',
  `ispopular` int(10) NOT NULL default '0',
  `stopbadcomments` enum('0','1') NOT NULL default '0',
  `comments_page` int(4) NOT NULL default '10',
  `template_f` varchar(50) NOT NULL default 'default',
  `firstinstall` enum('y','n') NOT NULL default 'y',
  `counterhtml` text NOT NULL,
  `voth_cat` int(5) NOT NULL default '0',
  `views_from` int(2) NOT NULL default '1',
  `fav_limit` int(5) NOT NULL default '20',
  `version` varchar(10) NOT NULL default '1.4.1',
  `seomod` enum('0','1') NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM;

--
-- Dumping data for table `pm_config`
--

INSERT INTO `pm_config` (`id`, `voth`, `contact_mail`, `yt_api`, `thumb_from`, `browse_page`, `player_w`, `player_h`, `isnew_days`, `ispopular`, `stopbadcomments`, `comments_page`, `template_f`, `firstinstall`, `counterhtml`, `voth_cat`, `views_from`, `fav_limit`, `version`, `seomod`) VALUES(1, '21GnRNHodVs,23-02', 'support@phpsugar.com', '', '1', 12, 496, 401, 7, 1000000, '1', 10, 'default', 'y', '', 0, 1, 20, '1.4.1', '0');

-- --------------------------------------------------------

--
-- Table structure for table `pm_countries`
--

DROP TABLE IF EXISTS `pm_countries`;
CREATE TABLE `pm_countries` (
  `countryid` int(3) NOT NULL auto_increment,
  `country` varchar(150) NOT NULL default '',
  PRIMARY KEY  (`countryid`),
  KEY `location` (`country`)
) ENGINE=MyISAM AUTO_INCREMENT=501 ;

--
-- Dumping data for table `pm_countries`
--

INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(500, 'USA');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(184, 'Albania');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(301, 'Algeria');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(240, 'American Samoa');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(241, 'Andorra');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(302, 'Angola');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(303, 'Anguilla');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(304, 'Antigua');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(115, 'Antilles');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(305, 'Argentina');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(185, 'Armenia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(306, 'Aruba');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(307, 'Australia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(308, 'Austria');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(186, 'Azerbaijan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(187, 'Azores');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(309, 'Bahamas');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(310, 'Bahrain');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(311, 'Bangladesh');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(312, 'Barbados');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(313, 'Barbuda');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(315, 'Belgium');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(316, 'Belize');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(314, 'Belorus');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(317, 'Benin');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(318, 'Bermuda');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(319, 'Bhutan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(320, 'Bolivia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(321, 'Bonaire');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(188, 'Bosnia-Hercegovina');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(322, 'Botswana');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(324, 'Br. Virgin Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(323, 'Brazil');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(325, 'Brunei');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(326, 'Bulgaria');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(327, 'Burkina Faso');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(328, 'Burundi');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(189, 'Caicos Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(329, 'Cameroon');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(330, 'Canada');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(190, 'Canary Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(331, 'Cape Verde');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(332, 'Cayman Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(333, 'Central African Republic');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(334, 'Chad');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(335, 'Channel Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(336, 'Chile');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(337, 'China');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(338, 'Colombia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(191, 'Commonwealth of Ind');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(339, 'Congo');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(242, 'Cook Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(192, 'Cooper Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(340, 'Costa Rica');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(193, 'Cote D''Ivoire');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(194, 'Croatia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(341, 'Curacao');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(342, 'Cyprus');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(343, 'Czech Republic');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(344, 'Denmark');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(345, 'Djibouti');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(346, 'Dominica');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(347, 'Dominican Republic');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(348, 'Ecuador');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(349, 'Egypt');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(350, 'El Salvador');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(351, 'England');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(352, 'Equatorial Guinea');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(353, 'Estonia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(354, 'Ethiopia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(355, 'Fiji');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(356, 'Finland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(357, 'France');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(358, 'French Guiana');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(243, 'French Polynesia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(254, 'Futuna Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(359, 'Gabon');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(360, 'Gambia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(215, 'Georgia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(361, 'Germany');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(362, 'Ghana');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(216, 'Gibraltar');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(363, 'Greece');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(364, 'Grenada');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(217, 'Grenland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(365, 'Guadeloupe');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(366, 'Guam');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(367, 'Guatemala');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(368, 'Guinea');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(369, 'Guinea-Bissau');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(370, 'Guyana');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(195, 'Haiti');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(244, 'Holland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(371, 'Honduras');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(372, 'Hong Kong');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(373, 'Hungary');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(374, 'Iceland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(375, 'India');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(376, 'Indonesia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(377, 'Iran');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(196, 'Iraq');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(378, 'Ireland, Northern');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(379, 'Ireland, Republic of');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(197, 'Isle of Man');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(380, 'Israel');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(381, 'Italy');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(382, 'Ivory Coast');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(383, 'Jamaica');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(384, 'Japan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(385, 'Jordan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(198, 'Jost Van Dyke Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(218, 'Kampuchea');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(199, 'Kazakhstan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(386, 'Kenya');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(219, 'Kiribati');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(239, 'Korea');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(387, 'Korea, South');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(256, 'Kosrae');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(388, 'Kuwait');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(200, 'Kyrgyzstan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(220, 'Laos');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(389, 'Latvia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(390, 'Lebanon');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(391, 'Lesotho');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(221, 'Liberia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(392, 'Liechtenstein');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(393, 'Lithuania');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(394, 'Luxembourg');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(395, 'Macau');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(222, 'Macedonia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(396, 'Madagascar');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(201, 'Madeira Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(202, 'Malagasy');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(397, 'Malawi');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(398, 'Malaysia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(399, 'Maldives');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(100, 'Mali');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(101, 'Malta');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(102, 'Marshall Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(103, 'Martinique');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(104, 'Mauritania');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(105, 'Mauritius');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(106, 'Mexico');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(107, 'Micronesia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(203, 'Moldova');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(108, 'Monaco');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(223, 'Mongolia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(109, 'Montserrat');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(110, 'Morocco');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(111, 'Mozambique');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(224, 'Myanmar');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(112, 'Namibia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(225, 'Nauru');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(113, 'Nepal');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(114, 'Netherlands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(204, 'Nevis');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(246, 'Nevis (St. Kitts)');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(116, 'New Caledonia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(117, 'New Zealand');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(118, 'Nicaragua');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(119, 'Niger');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(120, 'Nigeria');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(226, 'Niue');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(258, 'Norfolk Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(205, 'Norman Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(257, 'Northern Mariana Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(121, 'Norway');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(122, 'Oman');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(123, 'Pakistan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(124, 'Palau');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(125, 'Panama');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(126, 'Papua New Guinea');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(127, 'Paraguay');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(128, 'Peru');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(129, 'Philippines');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(130, 'Poland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(260, 'Ponape');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(131, 'Portugal');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(132, 'Qatar');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(133, 'Reunion');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(134, 'Romania');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(261, 'Rota');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(135, 'Russia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(136, 'Rwanda');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(137, 'Saba');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(147, 'Saipan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(228, 'San Marino');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(229, 'Sao Tome');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(148, 'Saudi Arabia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(149, 'Scotland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(150, 'Senegal');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(207, 'Serbia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(151, 'Seychelles');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(152, 'Sierra Leone');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(153, 'Singapore');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(208, 'Slovakia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(209, 'Slovenia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(210, 'Solomon Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(154, 'Somalia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(155, 'South Africa');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(156, 'Spain');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(157, 'Sri Lanka');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(138, 'St. Barthelemy');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(206, 'St. Christopher');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(139, 'St. Croix');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(140, 'St. Eustatius');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(141, 'St. John');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(142, 'St. Kitts');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(143, 'St. Lucia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(144, 'St. Maarten');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(245, 'St. Martin');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(145, 'St. Thomas');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(146, 'St. Vincent');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(158, 'Sudan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(159, 'Suriname');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(160, 'Swaziland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(161, 'Sweden');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(162, 'Switzerland');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(163, 'Syria');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(247, 'Tahiti');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(164, 'Taiwan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(211, 'Tajikistan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(165, 'Tanzania');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(166, 'Thailand');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(248, 'Tinian');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(167, 'Togo');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(230, 'Tonaga');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(249, 'Tonga');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(250, 'Tortola');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(168, 'Trinidad and Tobago');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(251, 'Truk');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(169, 'Tunisia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(170, 'Turkey');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(212, 'Turkmenistan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(171, 'Turks and Caicos Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(231, 'Tuvalu');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(175, 'U.S. Virgin Islands');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(172, 'Uganda');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(173, 'Ukraine');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(252, 'Union Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(174, 'United Arab Emirates');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(176, 'Uruguay');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(262, 'United Kingdom');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(232, 'Uzbekistan');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(233, 'Vanuatu');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(177, 'Vatican City');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(178, 'Venezuela');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(234, 'Vietnam');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(235, 'Virgin Islands (Brit');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(236, 'Virgin Islands (U.S.');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(237, 'Wake Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(179, 'Wales');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(253, 'Wallis Island');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(238, 'Western Samoa');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(255, 'Yap');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(180, 'Yemen, Republic of');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(213, 'Yugoslavia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(181, 'Zaire');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(182, 'Zambia');
INSERT INTO `pm_countries` (`countryid`, `country`) VALUES(183, 'Zimbabwe');

-- --------------------------------------------------------

--
-- Table structure for table `pm_ratings`
--

DROP TABLE IF EXISTS `pm_ratings`;
CREATE TABLE `pm_ratings` (
  `id` varchar(11) NOT NULL default '',
  `total_votes` int(11) NOT NULL default '0',
  `total_value` int(11) NOT NULL default '0',
  `used_ips` longtext,
  `which_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM;

--
-- Dumping data for table `pm_ratings`
--


-- --------------------------------------------------------

--
-- Table structure for table `pm_reports`
--

DROP TABLE IF EXISTS `pm_reports`;
CREATE TABLE `pm_reports` (
  `id` int(5) NOT NULL auto_increment,
  `r_type` enum('1','2') NOT NULL default '1',
  `entry_id` varchar(20) NOT NULL default '',
  `added` varchar(11) NOT NULL default '',
  `reason` varchar(100) NOT NULL default '',
  `submitted` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

--
-- Dumping data for table `pm_reports`
--


-- --------------------------------------------------------

--
-- Table structure for table `pm_searches`
--

DROP TABLE IF EXISTS `pm_searches`;
CREATE TABLE `pm_searches` (
  `id` int(10) NOT NULL auto_increment,
  `date` varchar(10) NOT NULL default '',
  `string` varchar(100) NOT NULL default '',
  `hits` int(5) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;

--
-- Dumping data for table `pm_searches`
--


-- --------------------------------------------------------

--
-- Table structure for table `pm_users`
--

DROP TABLE IF EXISTS `pm_users`;
CREATE TABLE `pm_users` (
  `id` int(5) NOT NULL auto_increment,
  `username` varchar(100) NOT NULL default '',
  `password` varchar(100) NOT NULL default '',
  `name` varchar(150) NOT NULL default '',
  `gender` varchar(10) NOT NULL default '',
  `country` varchar(50) NOT NULL default '',
  `reg_ip` varchar(20) NOT NULL default '',
  `reg_date` varchar(12) NOT NULL default '',
  `last_signin` varchar(12) NOT NULL default '',
  `email` varchar(150) NOT NULL default '',
  `favorite` enum('0','1') NOT NULL default '1',
  `power` enum('0','1') NOT NULL default '0',
  `about` text NOT NULL,
  `avatar` varchar(255) NOT NULL default 'no_avatar.gif',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `username` (`username`)
) ENGINE=MyISAM AUTO_INCREMENT=2 ;

--
-- Dumping data for table `pm_users`
--

INSERT INTO `pm_users` (`id`, `username`, `password`, `name`, `gender`, `country`, `reg_ip`, `reg_date`, `last_signin`, `email`, `power`, `about`, `avatar`) VALUES(1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'Administrator', 'male', '500', '', '1191150508', '1191939337', 'support@phpsugar.com', '1', '', 'no_avatar.gif');

-- --------------------------------------------------------

--
-- Table structure for table `pm_temp`
--

DROP TABLE IF EXISTS `pm_temp`;
CREATE TABLE `pm_temp` (
  `id` int(6) NOT NULL auto_increment,
  `uniq_id` varchar(10) NOT NULL default '',
  `artist` varchar(255) NOT NULL default '',
  `video_title` varchar(255) NOT NULL default '',
  `description` text NOT NULL,
  `yt_id` varchar(20) NOT NULL default '',
  `category` varchar(200) NOT NULL default 'none',
  `submitted` varchar(100) NOT NULL default 'bot',
  `added` varchar(11) NOT NULL default '',
  PRIMARY KEY  (`id`),
  FULLTEXT KEY `fulltext_index` (`artist`,`video_title`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;


-- --------------------------------------------------------

--
-- Table structure for table `pm_favorites`
--

DROP TABLE IF EXISTS `pm_favorites`;
CREATE TABLE `pm_favorites` (
  `id` int(10) NOT NULL auto_increment,
  `user_id` int(5) NOT NULL default '0',
  `uniq_id` varchar(10) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 ;


-- --------------------------------------------------------

--
-- Table structure for table `pm_videos`
--

DROP TABLE IF EXISTS `pm_videos`;
CREATE TABLE `pm_videos` (
  `id` int(6) NOT NULL auto_increment,
  `uniq_id` varchar(10) NOT NULL default '',
  `artist` varchar(255) NOT NULL default '',
  `video_title` varchar(255) NOT NULL default '',
  `description` text NOT NULL,
  `yt_id` varchar(20) NOT NULL default '',
  `yt_length` int(5) NOT NULL default '0',
  `yt_thumb` varchar(255) NOT NULL default '',
  `yt_views` int(30) NOT NULL default '0',
  `category` varchar(200) NOT NULL default 'none',
  `submitted` varchar(100) NOT NULL default 'admin',
  `lastwatched` int(15) NOT NULL default '0',
  `added` varchar(11) NOT NULL default '',
  `site_views` int(9) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `uniq_id` (`uniq_id`),
  FULLTEXT KEY `fulltext_index` (`artist`,`video_title`)
) ENGINE=MyISAM AUTO_INCREMENT=4055 ;

--
-- Dumping data for table `pm_videos`
--
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2, '3aa22416d', 'Air', 'Alpha Beta Gaga', '', 'tqlaogBZ-SM111', 263, 'http://img.youtube.com/vi/tqlaogBZ-SM/default.jpg', 19831, '4', 'bot', 0, '1186192260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(3, 'b0427e6b4', 'Air', 'Cherry Blossom Girl', '', 'AxI001FZjIo', 217, 'http://img.youtube.com/vi/AxI001FZjIo/default.jpg', 36436, '4', 'bot', 0, '1186819920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(4, '49ae1b1f1', 'Alex Guadino', 'Destination Calabria', '', '4HqhlcLKA2c', 192, 'http://img.youtube.com/vi/4HqhlcLKA2c/default.jpg', 205343, '4', 'bot', 0, '1183333740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(5, 'd4af3cdfd', 'Alex Reece', 'Feel The Sunshine', '', 'JqBrKht-avA', 244, 'http://img.youtube.com/vi/JqBrKht-avA/default.jpg', 2874, '4', 'bot', 0, '1183693500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(6, 'f9a130999', 'Alex Reece', 'Candles', '', 'Nxl2wDxSt3Q', 270, 'http://img.youtube.com/vi/Nxl2wDxSt3Q/default.jpg', 1751, '4', 'bot', 0, '1186279320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(7, '092ab2111', 'Alice Deejay', 'The Lonely One', '', 'nHd71U5RHNI', 210, 'http://img.youtube.com/vi/nHd71U5RHNI/default.jpg', 16868, '4', 'bot', 0, '1186552140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(8, 'e5bbf0931', 'Anubian Lights', 'Wild Winter', '', '8i1-A4IiYv4', 214, 'http://img.youtube.com/vi/8i1-A4IiYv4/default.jpg', 55, '4', 'bot', 0, '1186462500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(9, '0c7dfddc1', 'Anything Box', 'Living In Oblivion', '', 'NgrV7fKhrig', 311, 'http://img.youtube.com/vi/NgrV7fKhrig/default.jpg', 32728, '4', 'bot', 0, '1186641660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(10, '4456fea92', 'Aphex Twin', 'Come to Daddy', '', '5Az_7U0-cK0', 349, 'http://img.youtube.com/vi/5Az_7U0-cK0/default.jpg', 842484, '4', 'bot', 0, '1187089500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(11, '3fb138115', 'Aphex Twin', 'On', '', 'toS-QvUtbfY', 635, 'http://img.youtube.com/vi/1P3Wc-37pC4/default.jpg', 403221, '4', 'bot', 0, '1183331340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(12, '4589af06d', 'Armand Van Helden', 'When the Lights Go Down', '', '9MM1MtbSth0', 177, 'http://img.youtube.com/vi/9MM1MtbSth0/default.jpg', 1301, '4', 'bot', 0, '1187360520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(13, '1e52b9430', 'Armand van Helden', 'Touch Your Toes', '', 'b4-C5m6wSVY', 200, 'http://img.youtube.com/vi/b4-C5m6wSVY/default.jpg', 91368, '4', 'bot', 0, '1183332900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(14, '11fa834ab', 'Armand Van Helden', 'Into Your Eyes', '', 'yatShLljhlo', 259, 'http://img.youtube.com/vi/yatShLljhlo/default.jpg', 10524, '4', 'bot', 0, '1183781220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(15, '52b4e49e1', 'Armin Van Buuren', 'Shivers', '', 'LwkvKaFTE-c', 447, 'http://img.youtube.com/vi/LwkvKaFTE-c/default.jpg', 10912, '4', 'bot', 0, '1184682960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(16, '0dd95cc2f', 'Ashley Jade', 'Let Me Be Your Fantasy', '', '2PMr-lG9ifQ', 232, 'http://img.youtube.com/vi/2PMr-lG9ifQ/default.jpg', 1540, '4', 'bot', 0, '1187361960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(17, 'b31ebec00', 'Asian Dub Foundation', 'Real Great Britain', '', 'KQsdfnbOevM', 192, 'http://img.youtube.com/vi/KQsdfnbOevM/default.jpg', 61410, '4', 'bot', 0, '1183603800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(18, '25a70bd03', 'Asian Dub Foundation', 'New Way New Life', '', 'jywa9oK3ytU', 212, 'http://img.youtube.com/vi/jywa9oK3ytU/default.jpg', 52599, '4', 'bot', 0, '1187001480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(19, '0e427370f', 'Autechre', 'Second Bad Vilbel', '', 'zF7VwQNv9Kk', 249, 'http://img.youtube.com/vi/zF7VwQNv9Kk/default.jpg', 13471, '4', 'bot', 0, '1186281000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(20, 'c51bc8463', 'Basement Jaxx', 'Good Luck', '', 'vs_pnhxsEfw', 243, 'http://img.youtube.com/vi/vs_pnhxsEfw/default.jpg', 184987, '4', 'bot', 0, '1186191360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(21, 'dea5435b4', 'Bassnectar', 'Everybody', '', 'PnJLs7Vowpk', 212, 'http://img.youtube.com/vi/PnJLs7Vowpk/default.jpg', 14043, '4', 'bot', 0, '1187180700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(22, '39ac90f67', 'Benjamin Diamond', 'There Is A Girl', '', 'DVcWpffbRFM', 220, 'http://img.youtube.com/vi/DVcWpffbRFM/default.jpg', 1314, '4', 'bot', 0, '1183783440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(23, 'b3cf6bd5e', 'Boards of Canada', 'Dayvan Cowboy', '', 'lrBZeWjGjl8', 276, 'http://img.youtube.com/vi/lrBZeWjGjl8/default.jpg', 217094, '4', 'bot', 0, '1186640760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(24, '73a7aedfd', 'Bob Sinclar', 'World Hold On', '', 'x6Q6GPC54ok', 216, 'http://img.youtube.com/vi/x6Q6GPC54ok/default.jpg', 1492475, '4', 'bot', 0, '1186821120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(25, 'caf333b91', 'Bob Sinclar', 'Sounds of Freedom', '', 'yv0n2t9xs80', 222, 'http://img.youtube.com/vi/yv0n2t9xs80/default.jpg', 3106257, '4', 'bot', 0, '1183603080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(26, '6ae8289b1', 'BodyRockers', 'I Like the Way', '', 'JAOJ_azIvus', 200, 'http://img.youtube.com/vi/JAOJ_azIvus/default.jpg', 281673, '4', 'bot', 0, '1186102500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(27, '74bc26671', 'Bodyrox', 'Yeah Yeah feat. Luciana', '', 'fOpLnIWXmsc', 160, 'http://img.youtube.com/vi/fOpLnIWXmsc/default.jpg', 77625, '4', 'bot', 0, '1184142840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(28, '8fb0edbb5', 'Boom Boom Satellites', 'Dive for You', '', 'hfeztP78URo', 422, 'http://img.youtube.com/vi/hfeztP78URo/default.jpg', 50167, '4', 'bot', 0, '1184593860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(29, '2457671d8', 'Boom Boom Satellites', 'Moment I Count', '', 'bOhcLwtYu0I', 311, 'http://img.youtube.com/vi/bOhcLwtYu0I/default.jpg', 16636, '4', 'bot', 0, '1186100880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(30, 'dba0bf0e9', 'BT', 'Simply Being Loved', '', 'osWofdNdyfk', 241, 'http://img.youtube.com/vi/osWofdNdyfk/default.jpg', 78025, '4', 'bot', 0, '1183871880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(31, '2f6d02f72', 'Broadcast', 'Papercuts', '', 'c5ZJ-N750Bk', 240, 'http://img.youtube.com/vi/c5ZJ-N750Bk/default.jpg', 21290, '4', 'bot', 0, '1186191180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(32, '1531cdf1a', 'Cabin Crew', 'Star to Fall', '', 'bCeOSRKtQ4I', 163, 'http://img.youtube.com/vi/bCeOSRKtQ4I/default.jpg', 9834, '4', 'bot', 0, '1186460760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(33, 'd847e42b8', 'Busted', 'You Said No', '', 'm5iNPgx6cx0', 166, 'http://img.youtube.com/vi/m5iNPgx6cx0/default.jpg', 159101, '4', 'bot', 0, '1187090280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(34, 'c1fd83a5d', 'Caesars', 'Jerk It Out', '', 'FcsThrvg8TQ', 190, 'http://img.youtube.com/vi/FcsThrvg8TQ/default.jpg', 76007, '4', 'bot', 0, '1186280160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(35, '9b33c6af8', 'Cartel', 'Honestly', '', 'XR1Eqpv7fao', 214, 'http://img.youtube.com/vi/XR1Eqpv7fao/default.jpg', 38289, '4,1', 'bot', 0, '1186281180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(36, '5c817dfe3', 'Cascada', 'Everytime We Touch', '', 'ZK0GmiSMNGI', 200, 'http://img.youtube.com/vi/ZK0GmiSMNGI/default.jpg', 6296556, '4', 'bot', 0, '1184052420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(37, '44679dbbf', 'Changing Faces', 'Ladies Man', '', 'WOKIVysUJGg', 243, 'http://img.youtube.com/vi/WOKIVysUJGg/default.jpg', 10133, '4', 'bot', 0, '1183331040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2201, '2b23d90f7', 'Prima J', 'Rockstar', '', 'Ef2e9c63hF8', 221, 'http://img.youtube.com/vi/Ef2e9c63hF8/default.jpg', 350930, '4', 'admin', 0, '1191922043', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(39, '34ead643d', 'Changing Faces', 'All of My Days', '', 'HNzk_ivwhjM', 244, 'http://img.youtube.com/vi/HNzk_ivwhjM/default.jpg', 2814, '4', 'bot', 0, '1183781760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(40, '1516f9b67', 'Chemical Brothers', 'The Golden Path feat. Flaming Lips', '', 'vlgsfLkAUVg', 238, 'http://img.youtube.com/vi/vlgsfLkAUVg/default.jpg', 1136, '4', 'bot', 0, '1186731720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(41, 'b41e4d10e', 'Chemical Brothers', 'Galvanize', '', 'H2hzVV2Nwfs', 223, 'http://img.youtube.com/vi/H2hzVV2Nwfs/default.jpg', 837853, '4', 'bot', 0, '1186099560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(42, 'e76e74651', 'Chemical Brothers', 'Get Yourself High', '', 'ojmxYR_6GNk', 221, 'http://img.youtube.com/vi/ojmxYR_6GNk/default.jpg', 120537, '4', 'bot', 0, '1183783320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(43, 'a21a90c35', 'Chromeo', 'Rage', '', 'JqEXAZPI0eA', 272, 'http://img.youtube.com/vi/JqEXAZPI0eA/default.jpg', 44272, '4', 'bot', 0, '1183963380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(44, '25dbee221', 'Client', 'Pornography', '', 'Jj0Asigvavk', 202, 'http://img.youtube.com/vi/Jj0Asigvavk/default.jpg', 45480, '4', 'bot', 0, '1183512660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(45, 'd7a4fd0d5', 'Coldcut', 'True Skool feat. Roots Manuva', '', 'g_R63UMQN08', 212, 'http://img.youtube.com/vi/g_R63UMQN08/default.jpg', 15443, '4', 'bot', 0, '1184501940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(46, '910b4d1ac', 'Coldcut', 'Man In a Garage', '', 'd4weaGksdX4', 244, 'http://img.youtube.com/vi/d4weaGksdX4/default.jpg', 10445, '4', 'bot', 0, '1184683620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(47, '8a1aea841', 'Coldcut', 'Everything Is Under Control', '', 'KrQcOmpbkCs', 227, 'http://img.youtube.com/vi/KrQcOmpbkCs/default.jpg', 22496, '4', 'bot', 0, '1186281720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(48, '2ec94c9a7', 'Crystal Waters', 'Relax', '', '4o9FFwOyrP8', 194, 'http://img.youtube.com/vi/4o9FFwOyrP8/default.jpg', 16255, '4', 'bot', 0, '1186551480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(49, '5e78c9b8f', 'Cut Copy', 'Saturdays', '', 'q1Fp8M7iA24', 187, 'http://img.youtube.com/vi/q1Fp8M7iA24/default.jpg', 34899, '4', 'bot', 0, '1183961520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(50, '7f43362f3', 'D.H.T.', 'Listen To Your Heart', '', 'lWwFXH2NPJE', 274, 'http://img.youtube.com/vi/lWwFXH2NPJE/default.jpg', 1092944, '4', 'bot', 0, '1187001600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(51, 'b91923d62', 'D.H.T.', 'Listen To Your Heart(Dance Version)', '', 'bySlgmcdHgo', 253, 'http://img.youtube.com/vi/bySlgmcdHgo/default.jpg', 4974, '4', 'bot', 0, '1186730460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(52, '9983b85ad', 'Da Buzz', 'Alive', '', 'QZ0NGIW0uD4', 208, 'http://img.youtube.com/vi/QZ0NGIW0uD4/default.jpg', 30949, '4', 'bot', 0, '1186100640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(53, '98c76c2ad', 'Daft Punk', 'Robot Rock', '', '75iFFAqXcjI', 194, 'http://img.youtube.com/vi/75iFFAqXcjI/default.jpg', 295191, '4', 'bot', 0, '1184412840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(54, 'bc236355e', 'Daft Punk', 'Prime Time of Your Life', '', 'ZvXqsLQPaKA', 245, 'http://img.youtube.com/vi/ZvXqsLQPaKA/default.jpg', 259509, '4', 'bot', 0, '1187270460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(55, '9224075a8', 'Danielle Bollinger', 'Kiss the Sky', '', 'jSAzo0_6I3M', 266, 'http://img.youtube.com/vi/jSAzo0_6I3M/default.jpg', 6064, '4', 'bot', 0, '1183331820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(56, 'd182bf73e', 'Deep Dish', 'Flashdance', '', '2TDdN_ARBAI', 239, 'http://img.youtube.com/vi/2TDdN_ARBAI/default.jpg', 227624, '4', 'bot', 0, '1186280940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(57, '0f663ed58', 'Deep Dish', 'Say Hello', '', 'rIECEQtQGEc', 191, 'http://img.youtube.com/vi/rIECEQtQGEc/default.jpg', 33099, '4', 'bot', 0, '1186102380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(58, 'df1554a33', 'Detroit Grand Pubahs', 'Sandwiches', '', '_N4xBts4ptA', 191, 'http://img.youtube.com/vi/_N4xBts4ptA/default.jpg', 62634, '4', 'bot', 0, '1186820460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(59, 'fc169ff7e', 'Dirty Vegas', 'Walk Into the Sun', '', '310OO8XpOF0', 249, 'http://img.youtube.com/vi/310OO8XpOF0/default.jpg', 32235, '4', 'bot', 0, '1184322960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(60, '49d9f6cbe', 'Dizzee Rascal', 'Fix Up, Look Sharp', '', 'kZGvnI37mxk', 202, 'http://img.youtube.com/vi/kZGvnI37mxk/default.jpg', 365534, '4', 'bot', 0, '1184051820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(61, '660ac19d0', 'DJ Shadow', 'Walkie Talkie', '', 'dwd-hZHvok0', 147, 'http://img.youtube.com/vi/dwd-hZHvok0/default.jpg', 8886, '4', 'bot', 0, '1183511340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(62, 'b24663928', 'DJ Shadow', 'Six Days', '', 'iZKeSNZhm18', 222, 'http://img.youtube.com/vi/iZKeSNZhm18/default.jpg', 741765, '4', 'bot', 0, '1183333260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(63, 'be824772a', 'DJ Shadow', 'Midnight In A Perfect World', '', '54_7m-CVTMY', 286, 'http://img.youtube.com/vi/54_7m-CVTMY/default.jpg', 48882, '4', 'bot', 0, '1186099680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(64, 'c9e796540', 'DJ Tiesto', 'Adagio for Strings', '', 'O666kGBEvF0', 196, 'http://img.youtube.com/vi/O666kGBEvF0/default.jpg', 1935459, '4', 'bot', 0, '1186280880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(65, '65531c4ad', 'Eric Prydz vs Floyd', 'Proper Education', '', 'qmWupdb5AfI', 372, 'http://img.youtube.com/vi/qmWupdb5AfI/default.jpg', 85258, '4', 'bot', 0, '1183602720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(66, '64890fac2', 'Erlend Oye', 'Sudden Rush', '', '2M6Ym6yMY0c', 216, 'http://img.youtube.com/vi/2M6Ym6yMY0c/default.jpg', 29308, '4', 'bot', 0, '1186192500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(67, 'c3568b69f', 'Evil Nine', 'Crooked', '', 'U6dxYka2tRk', 230, 'http://img.youtube.com/vi/U6dxYka2tRk/default.jpg', 74373, '4', 'bot', 0, '1186282080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(68, '1b448c51b', 'Faithless', 'We Come 1', '', 'eQeeAcJ0aHk', 241, 'http://img.youtube.com/vi/eQeeAcJ0aHk/default.jpg', 208962, '4', 'bot', 0, '1187180700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(69, 'a54b07d74', 'Faithless', 'Mass Destruction', '', 'c-MfC7pw1AM', 215, 'http://img.youtube.com/vi/c-MfC7pw1AM/default.jpg', 193607, '4', 'bot', 0, '1186099740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(70, '7f387f927', 'Faithless', 'Bring My Family Back', '', 'y1ScP5FSgj8', 242, 'http://img.youtube.com/vi/y1ScP5FSgj8/default.jpg', 33060, '4', 'bot', 0, '1183961460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(71, '59ffc3255', 'Faithless', 'Muhammad Ali', '', 'kNaOItnvvjM', 242, 'http://img.youtube.com/vi/kNaOItnvvjM/default.jpg', 5538, '4', 'bot', 0, '1184142540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(72, 'eac397427', 'Fatboy Slim', 'Praise You', '', '4ULVQOneeZE', 352, 'http://img.youtube.com/vi/4ULVQOneeZE/default.jpg', 663383, '4', 'bot', 0, '1184233740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(73, '48f1842be', 'Fatboy Slim', 'That Old Pair of Jeans', '', 'idCQQKr8Bso', 283, 'http://img.youtube.com/vi/idCQQKr8Bso/default.jpg', 78769, '4', 'bot', 0, '1183511820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(74, 'f2fc83ea0', 'Fatboy Slim', 'The Norman Cook Interview', '', 'CG6bXL876R8', 479, 'http://img.youtube.com/vi/CG6bXL876R8/default.jpg', 1310, '4', 'bot', 0, '1187091960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(75, 'c51e650db', 'Fatboy Slim', 'Weapon Of Choice', '', '0WW8flwpH-Q', 232, 'http://img.youtube.com/vi/0WW8flwpH-Q/default.jpg', 962797, '4', 'bot', 0, '1183691700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(76, '6d2096f30', 'FC Kahuna', 'Hayling', '', 'rCsfUXFmBDQ', 238, 'http://img.youtube.com/vi/rCsfUXFmBDQ/default.jpg', 52355, '4', 'bot', 0, '1183601220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(77, '8681c79f7', 'Felix da Housecat', 'Rocket Ride', '', 'arVfrYOhSJ8', 160, 'http://img.youtube.com/vi/arVfrYOhSJ8/default.jpg', 6575, '4', 'bot', 0, '1183333800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(78, 'a9b3603ef', 'Ferry Corsten', 'Fire', '', 'vE6KWGf6CcA', 221, 'http://img.youtube.com/vi/vE6KWGf6CcA/default.jpg', 2799, '4', 'bot', 0, '1184053980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(79, '0dbfb4dd0', 'Ferry Corsten', 'Rock Your Body Rock', '', 'KpXjx8XP_lg', 219, 'http://img.youtube.com/vi/KpXjx8XP_lg/default.jpg', 91492, '4', 'bot', 0, '1187181600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(80, 'd8e2f60cf', 'Fischerspooner', 'Never Win', '', 'qh0I9U_9gcc', 202, 'http://img.youtube.com/vi/qh0I9U_9gcc/default.jpg', 125694, '4', 'bot', 0, '1184323860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(81, 'fba4ca056', 'Fischerspooner', 'Just Let Go', '', '6cauYHsYcL8', 224, 'http://img.youtube.com/vi/6cauYHsYcL8/default.jpg', 54856, '4', 'bot', 0, '1183422120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(82, '7e934fcc1', 'Forrest Lipton', 'Crush on U', '', '4KP-GQQls6E', 145, 'http://img.youtube.com/vi/4KP-GQQls6E/default.jpg', 24607, '4', 'bot', 0, '1184141280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(83, '753009a9c', 'Funky Green Dogs', 'Body', '', '0aGTEHp7nh0', 243, 'http://img.youtube.com/vi/0aGTEHp7nh0/default.jpg', 1654, '4', 'bot', 0, '1183601100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(84, 'ff5a2afca', 'Funky Green Dogs', 'Fired Up!', '', 'gKvyCnMz3Wo', 238, 'http://img.youtube.com/vi/gKvyCnMz3Wo/default.jpg', 9573, '4', 'bot', 0, '1187181120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(85, '1a745bf75', 'Gabin', 'Into My Soul', '', 'ggCgTMeFh1U', 277, 'http://img.youtube.com/vi/ggCgTMeFh1U/default.jpg', 125, '4', 'bot', 0, '1183423020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(86, '1aeac50c5', 'Gabrielle', 'I Wish', '', 'RfkLix2vBbo', 268, 'http://img.youtube.com/vi/RfkLix2vBbo/default.jpg', 1930, '4', 'bot', 0, '1183871940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(87, 'e7377d663', 'Galliano', 'Prince Of Peace', '', '9ETJuem-geE', 291, 'http://img.youtube.com/vi/9ETJuem-geE/default.jpg', 5852, '4', 'bot', 0, '1186012440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(88, 'd92f8baff', 'Galliano', 'Long Time Gone', '', 'R2u5OZ3lweE', 255, 'http://img.youtube.com/vi/R2u5OZ3lweE/default.jpg', 2651, '4', 'bot', 0, '1184323620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(89, '91cccef60', 'Glideascope', 'Big Big Disgrace', '', 'vu0KkVxIS8Q', 237, 'http://img.youtube.com/vi/vu0KkVxIS8Q/default.jpg', 4252, '4', 'bot', 0, '1183691220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(90, '9c25641fa', 'Goldfrapp', 'Train', '', 'ZJ543SikAO4', 249, 'http://img.youtube.com/vi/ZJ543SikAO4/default.jpg', 49855, '4', 'bot', 0, '1184591280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(91, '1440122f6', 'Goldfrapp', 'Strict Machine', '', 'P2VktozqkSc', 229, 'http://img.youtube.com/vi/P2VktozqkSc/default.jpg', 292899, '4', 'bot', 0, '1183602720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(92, '4f187fc42', 'Goldfrapp', 'Ooh La La', '', 'zS1ZAaVEodA', 203, 'http://img.youtube.com/vi/zS1ZAaVEodA/default.jpg', 235238, '4', 'bot', 0, '1186009380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(93, '45c2b003f', 'Goldfrapp', 'Train(Live)', '', 'DRXPXME6w9g', 127, 'http://img.youtube.com/vi/DRXPXME6w9g/default.jpg', 1949, '4', 'bot', 0, '1184052960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(94, '0c228e250', 'Goldfrapp', 'Number 1', '', 'WAaY6W-PtF0', 211, 'http://img.youtube.com/vi/WAaY6W-PtF0/default.jpg', 75683, '4', 'bot', 0, '1183962600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(95, '0ff20b1d4', 'Groove Theory', 'Tell Me', '', 'bmTRDVd1NA0', 225, 'http://img.youtube.com/vi/bmTRDVd1NA0/default.jpg', 27830, '4', 'bot', 0, '1183872600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(96, '9ab898303', 'Groove Armada', 'Purple Haze', '', 'jR-TSC5QhRA', 208, 'http://img.youtube.com/vi/jR-TSC5QhRA/default.jpg', 67278, '4', 'bot', 0, '1187362260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(97, '8f3edc821', 'Hexstatic', 'Splinter Cell', '', 'xEp6iVTNwss', 264, 'http://img.youtube.com/vi/xEp6iVTNwss/default.jpg', 10507, '4', 'bot', 0, '1186011480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(98, '1252d4df6', 'Hot Chip', 'Boy from School', '', 'MtxAou8c28k', 246, 'http://img.youtube.com/vi/MtxAou8c28k/default.jpg', 240288, '4', 'bot', 0, '1184681160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(99, '87d918ae3', 'Hot Chip', 'Over and Over', '', 'kHB9F8tvGVM', 231, 'http://img.youtube.com/vi/kHB9F8tvGVM/default.jpg', 690576, '4', 'bot', 0, '1186819320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(100, 'd7909cf8a', 'ISM', 'Breathe', '', 'vNPnSycn6xI', 276, 'http://img.youtube.com/vi/vNPnSycn6xI/default.jpg', 1611, '4', 'bot', 0, '1186101780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(101, 'a81432ea5', 'Jade Anderson', 'Sugarhigh', '', '-EMUnqAwTeg', 200, 'http://img.youtube.com/vi/-EMUnqAwTeg/default.jpg', 881, '4', 'bot', 0, '1184141280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(102, 'c01280a73', 'Jamie Lidell', 'Multiply', '', 'fkqIsSTWSsc', 195, 'http://img.youtube.com/vi/fkqIsSTWSsc/default.jpg', 54683, '4', 'bot', 0, '1184593560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(103, 'fd1ecc522', 'Jason Antone', 'With You', '', 'R2-Dfbou00k', 229, 'http://img.youtube.com/vi/R2-Dfbou00k/default.jpg', 1083, '4', 'bot', 0, '1186371360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(104, 'c23cdd20d', 'Jimmy Edgar', 'LBLB Detroit', '', 'YE1FZNdgpZU', 319, 'http://img.youtube.com/vi/YE1FZNdgpZU/default.jpg', 11998, '4', 'bot', 0, '1184142120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(106, '83439e2c3', 'Jonny Lives!', 'Get Steady', '', 'zwFpFS2rBrE', 250, 'http://img.youtube.com/vi/zwFpFS2rBrE/default.jpg', 12395, '4', 'bot', 0, '1183331700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(108, 'd007f1288', 'Junior Senior', 'Shake Your Coconuts', '', 'yJ7Fkd9VeU0', 195, 'http://img.youtube.com/vi/yJ7Fkd9VeU0/default.jpg', 4162, '4', 'bot', 0, '1186189440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(110, '59f114364', 'Kate Ryan', 'Only If I', '', 'Sj2DBx4U62w', 194, 'http://img.youtube.com/vi/Sj2DBx4U62w/default.jpg', 174385, '4', 'bot', 0, '1187270700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(111, 'fd7f76a1a', 'Killradio', 'Do You Know (Knife in Your Back)', '', 'qjI8NWnG2dI', 231, 'http://img.youtube.com/vi/qjI8NWnG2dI/default.jpg', 21454, '4', 'bot', 0, '1184502720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(112, '960a4b5be', 'Kim Sozzi', 'Break Up', '', 'RsnEapcEyEM', 262, 'http://img.youtube.com/vi/RsnEapcEyEM/default.jpg', 55658, '4', 'bot', 0, '1187270940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(113, '10d70bff3', 'Kleinenberg, Sander', 'The Fruit', '', 'lSizywjsWLE', 170, 'http://img.youtube.com/vi/lSizywjsWLE/default.jpg', 22532, '4', 'bot', 0, '1183422360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(114, '11bcb580c', 'Kraak', 'Keep Me Home', '', 'Cd3P1NIgnH4', 206, 'http://img.youtube.com/vi/Cd3P1NIgnH4/default.jpg', 5814, '4', 'bot', 0, '1186462200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(115, 'a7a8af971', 'Kristine W', 'Stronger', '', 'JDM3zitergE', 271, 'http://img.youtube.com/vi/JDM3zitergE/default.jpg', 5045, '4', 'bot', 0, '1183693020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(116, 'c929ceb8f', 'Lady Sovereign', 'Random', '', '57pf9sogDi8', 212, 'http://img.youtube.com/vi/57pf9sogDi8/default.jpg', 907766, '4', 'bot', 0, '1184051160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(117, 'f80c98e1f', 'Lamb', 'Wonder', '', '9U10QoH98ww', 235, 'http://img.youtube.com/vi/9U10QoH98ww/default.jpg', 55170, '4', 'bot', 0, '1184322720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(118, 'cc8b194b1', 'Lamb', 'God Bless', '', 'mWaT3L-f3Ro', 256, 'http://img.youtube.com/vi/mWaT3L-f3Ro/default.jpg', 4523, '4', 'bot', 0, '1184413020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(119, '8014f1a33', 'Lamb', 'Gorecki', '', 'W-f8PDZvPYs', 222, 'http://img.youtube.com/vi/W-f8PDZvPYs/default.jpg', 85940, '4', 'bot', 0, '1186461060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(120, 'bf67775ce', 'Lamb', 'Cotton Wool', '', 'utV8iS835rw', 316, 'http://img.youtube.com/vi/utV8iS835rw/default.jpg', 13008, '4', 'bot', 0, '1186191000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(121, 'd19410025', 'LaTour', 'Blue', '', 'lebR4IgOaxI', 194, 'http://img.youtube.com/vi/lebR4IgOaxI/default.jpg', 6648, '4', 'bot', 0, '1187179740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(122, 'd0a01aeff', 'LaTour', 'People Are Still Having Sex', '', 'ZP05N_bZ60Y', 249, 'http://img.youtube.com/vi/ZP05N_bZ60Y/default.jpg', 21179, '4', 'bot', 0, '1186190100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(123, 'd748e7824', 'Le Tigre', 'TKO', '', 'QMK3OKkmNd0', 212, 'http://img.youtube.com/vi/QMK3OKkmNd0/default.jpg', 6124, '4', 'bot', 0, '1186100520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(124, 'f76f65f4f', 'Le Tigre', 'After Dark', '', 'nVgC-WWt6yw', 230, 'http://img.youtube.com/vi/nVgC-WWt6yw/default.jpg', 16210, '4', 'bot', 0, '1186639740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(125, 'c6cb00014', 'Le Tigre', 'New Kicks', '', 'JiwgR5Uy0Iw', 246, 'http://img.youtube.com/vi/JiwgR5Uy0Iw/default.jpg', 2332, '4', 'bot', 0, '1186369380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(126, 'f901cf51b', 'Lina Santiago', 'Feels So Good(Show Me Your Love)', '', 'vT7eraRKRqc', 217, 'http://img.youtube.com/vi/vT7eraRKRqc/default.jpg', 5619, '4', 'bot', 0, '1184503140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(127, '8b3063ab9', 'Lina Santiago', 'Just Because I Love You', '', 'ZXrYuZWbVCY', 246, 'http://img.youtube.com/vi/ZXrYuZWbVCY/default.jpg', 6694, '4', 'bot', 0, '1186101960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(128, '40abeff43', 'LMC', 'Take Me to the Coulds Above', '', 'AmAIFscDgPo', 180, 'http://img.youtube.com/vi/AmAIFscDgPo/default.jpg', 35080, '4', 'bot', 0, '1184143140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2195, 'ceb2e038b', 'Marilyn Manson', 'Disposable Teens', '', 'nH4UEcDnbms', 185, 'http://img.youtube.com/vi/nH4UEcDnbms/default.jpg', 36758, '1', 'admin', 0, '1191921838', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(130, '8a8edd984', 'M People', 'Search For The Hero', '', 'kZWPccvie9c', 247, 'http://img.youtube.com/vi/kZWPccvie9c/default.jpg', 40503, '4', 'bot', 0, '1187001060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(131, '46e53c60d', 'M People', 'Excited', '', '31tYVmcUSE8', 292, 'http://img.youtube.com/vi/31tYVmcUSE8/default.jpg', 5640, '4', 'bot', 0, '1183690980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(132, 'c991f7827', 'M People', 'Moving On Up', '', 'vyqs3j9CRpU', 211, 'http://img.youtube.com/vi/vyqs3j9CRpU/default.jpg', 36902, '4', 'bot', 0, '1183512480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(133, '9aec9074b', 'M People', 'One Night In Heaven', '', '80PDPRm1JeM', 221, 'http://img.youtube.com/vi/80PDPRm1JeM/default.jpg', 22344, '4', 'bot', 0, '1186642500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(134, 'fd8567614', 'M.I.A.', 'Galang', '', 'M9wm_QEIaWs', 210, 'http://img.youtube.com/vi/M9wm_QEIaWs/default.jpg', 577102, '4', 'bot', 0, '1186281960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(135, 'c3328b70f', 'M.I.A.', 'Bucky Done Gun', '', '7NVfuSFREmU', 217, 'http://img.youtube.com/vi/7NVfuSFREmU/default.jpg', 321691, '4', 'bot', 0, '1186371420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(136, '70424de0d', 'M.I.A.', 'Sun Showers', '', 'knQuxZj9rTA', 212, 'http://img.youtube.com/vi/knQuxZj9rTA/default.jpg', 110455, '4', 'bot', 0, '1186550160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(137, '098489a4c', 'Martina Topley-Bird', 'Anything', '', 'fB3iPhpLXx0', 278, 'http://img.youtube.com/vi/fB3iPhpLXx0/default.jpg', 16160, '4', 'bot', 0, '1186370400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(138, '43d7ca572', 'Massive Attack', 'Live With Me', '', '2LgrGHWSy6k', 346, 'http://img.youtube.com/vi/2LgrGHWSy6k/default.jpg', 313599, '4', 'bot', 0, '1183601100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(139, '8e85b3c9b', 'Mephisto Odyssey', 'Crash', '', 'IEE4etslBiw', 223, 'http://img.youtube.com/vi/IEE4etslBiw/default.jpg', 5724, '4', 'bot', 0, '1183423680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(140, 'e8ea886e9', 'Miss Kittin', 'Professional Distortion', '', 'vsLCvwYg6l8', 234, 'http://img.youtube.com/vi/vsLCvwYg6l8/default.jpg', 46586, '4', 'bot', 0, '1184682000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(141, 'd1d9678ec', 'MJ Cole', 'Sincere', '', 'tbjMf5uelA8', 178, 'http://img.youtube.com/vi/tbjMf5uelA8/default.jpg', 4651, '4', 'bot', 0, '1186731480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(142, '1e9a3204b', 'Mocean Worker', 'Chick a Boom Boom Boom', '', 'AgooNrEkgw4', 350, 'http://img.youtube.com/vi/AgooNrEkgw4/default.jpg', 2436, '4', 'bot', 0, '1183601880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(143, '7e88cbcfc', 'Ms. Dynamite', 'Dy-Na-Mi-Tee', '', '00vbWzDfHKM', 228, 'http://img.youtube.com/vi/00vbWzDfHKM/default.jpg', 15393, '4', 'bot', 0, '1186280220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(144, '60cc40d6b', 'Ms. Dynamite', 'It Takes More', '', 'T87IFnanRPA', 272, 'http://img.youtube.com/vi/T87IFnanRPA/default.jpg', 31596, '4', 'bot', 0, '1187360880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(145, '2efcd7cc2', 'Nightmares on Wax', 'Aftermath', '', 'HP8BLe8KDVM', 204, 'http://img.youtube.com/vi/HP8BLe8KDVM/default.jpg', 4624, '4', 'bot', 0, '1186550520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(146, 'eb4b9b203', 'Paul Oakenfold', 'Starry Eyed Surprise', '', 'Msef24JErmU', 192, 'http://img.youtube.com/vi/Msef24JErmU/default.jpg', 83580, '4', 'bot', 0, '1187359440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(147, '968c6be94', 'Paul Oakenfold', 'Hypnotized', '', 'woeLWhDDbNA', 226, 'http://img.youtube.com/vi/woeLWhDDbNA/default.jpg', 14156, '4', 'bot', 0, '1186999680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(148, 'aa727c942', 'Paul Oakenfold', 'Faster Kill Pussycat feat. Brittany Murphy', '', 'k7GHiL7mcnk', 193, 'http://img.youtube.com/vi/k7GHiL7mcnk/default.jpg', 176832, '4', 'bot', 0, '1183334040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(149, '15aee2de1', 'Paul Van Dyk', 'The Other Side', '', 'xDugz-TaODI', 229, 'http://img.youtube.com/vi/xDugz-TaODI/default.jpg', 236500, '4', 'bot', 0, '1184412060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(150, 'a5f66cb25', 'Paul Van Dyk', 'Time Of Our Lives', '', 'ZtyiXxcZ9CI', 212, 'http://img.youtube.com/vi/ZtyiXxcZ9CI/default.jpg', 232616, '4', 'bot', 0, '1186010460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(151, '0626c3c3a', 'Paul van Dyk', 'White Lies feat. Jessica Sutta', '', 'BpPEt6xM0fQ', 200, 'http://img.youtube.com/vi/BpPEt6xM0fQ/default.jpg', 315868, '4', 'bot', 0, '1186102500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(152, '54dd14075', 'Paul Van Dyk', 'Nothing But You', '', '_kTAnnimhy0', 239, 'http://img.youtube.com/vi/_kTAnnimhy0/default.jpg', 534381, '4', 'bot', 0, '1186551240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(153, '914eecff2', 'Plastikman', 'Disconnect', '', 't2djVqo_T9g', 191, 'http://img.youtube.com/vi/t2djVqo_T9g/default.jpg', 25335, '4', 'bot', 0, '1184500980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(154, 'a178cc981', 'Raven Maize', 'Fascinated', '', 'hy481fm8Bv8', 227, 'http://img.youtube.com/vi/hy481fm8Bv8/default.jpg', 1295, '4', 'bot', 0, '1186371720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(155, '7a5f49424', 'Richie Hawtin', 'We (All) Search', '', 'hwnabBWBbo8', 220, 'http://img.youtube.com/vi/hwnabBWBbo8/default.jpg', 24984, '4', 'bot', 0, '1183871040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(156, 'f9298b772', 'Richie Hawtin', 'The Tunnel', '', 'aCIAJRCxNGU', 209, 'http://img.youtube.com/vi/aCIAJRCxNGU/default.jpg', 25497, '4', 'bot', 0, '1184322960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(157, 'a2095fad6', 'Rob Dougan', 'Furious Angels', '', 'HDi9OeJqwG4', 237, 'http://img.youtube.com/vi/HDi9OeJqwG4/default.jpg', 129831, '4', 'bot', 0, '1186550220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(158, '6e0ad05bf', 'Rob Dougan', 'Clubbed to Death', '', 'PMq4akUZr8c', 208, 'http://img.youtube.com/vi/PMq4akUZr8c/default.jpg', 329301, '4', 'bot', 0, '1183331700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(159, '006266c20', 'Robert G.', 'Highest Mountains feat. Kate Lesing', '', 'fpn34oNItQc', 243, 'http://img.youtube.com/vi/fpn34oNItQc/default.jpg', 11233, '4', 'bot', 0, '1183514040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(160, 'b34a3fc69', 'Roger Sanchez', 'Turn On the Music', '', 'BaOKJ38VRTQ', 238, 'http://img.youtube.com/vi/BaOKJ38VRTQ/default.jpg', 15834, '4', 'bot', 0, '1183333680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(161, 'c936e3fbd', 'Roger Sanchez', 'Lost', '', 'jtjBXwwT2xE', 220, 'http://img.youtube.com/vi/jtjBXwwT2xE/default.jpg', 33335, '4', 'bot', 0, '1187091060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(162, 'cdaf74be5', 'Roni Size', 'No More', '', '0JJ-uQtMcVg', 214, 'http://img.youtube.com/vi/0JJ-uQtMcVg/default.jpg', 15747, '4', 'bot', 0, '1183692180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(163, '01f841c97', 'Roni Size', 'Watching Windows', '', '8uSODDCQWOY', 254, 'http://img.youtube.com/vi/8uSODDCQWOY/default.jpg', 7426, '4', 'bot', 0, '1186552260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(164, '14843cf4d', 'Roni Size', 'Heroes', '', 't_xWpYjau9w', 246, 'http://img.youtube.com/vi/t_xWpYjau9w/default.jpg', 2845, '4', 'bot', 0, '1186191120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(165, 'af7f7c363', 'Roni Size', 'Brown Paper Bag', '', 'b4n0iUtWEwY', 302, 'http://img.youtube.com/vi/b4n0iUtWEwY/default.jpg', 16399, '4', 'bot', 0, '1184233200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(166, 'b6eabc07e', 'Roni Size', 'Dirty Beats', '', 'AIusL8p6qZI', 225, 'http://img.youtube.com/vi/AIusL8p6qZI/default.jpg', 113356, '4', 'bot', 0, '1183871640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(167, 'b6ceb3ec3', 'Royksopp', 'Poor Leno', '', '-_jhdZoPW1Q', 237, 'http://img.youtube.com/vi/-_jhdZoPW1Q/default.jpg', 120997, '4', 'bot', 0, '1184322600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(168, 'c2af54a00', 'Royksopp', 'Only This Moment', '', 'ST2BGQWeOgY', 220, 'http://img.youtube.com/vi/ST2BGQWeOgY/default.jpg', 343499, '4', 'bot', 0, '1183512600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(169, '374137309', 'Sander Kleinenberg', 'Work to Do', '', 'jVx8csHHvzY', 130, 'http://img.youtube.com/vi/jVx8csHHvzY/default.jpg', 10539, '4', 'bot', 0, '1186639920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(170, '5be25fbfc', 'Sasha', 'If You Believe', '', 'FQMp6zwRG60', 273, 'http://img.youtube.com/vi/FQMp6zwRG60/default.jpg', 9297, '4', 'bot', 0, '1183691760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(171, 'bfe0062b1', 'Sharam', 'PATT', '', 'GCt4V_0IUfM', 252, 'http://img.youtube.com/vi/GCt4V_0IUfM/default.jpg', 897035, '4', 'bot', 0, '1186012440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(172, 'aae845325', 'Sissy', 'So Long', '', 'LW0OqTcSJZw', 241, 'http://img.youtube.com/vi/LW0OqTcSJZw/default.jpg', 3120, '4', 'bot', 0, '1184230980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(173, '29c9e5b00', 'Squarepusher', 'Come On My Selector', '', 'BxEb2FrQUbE', 441, 'http://img.youtube.com/vi/BxEb2FrQUbE/default.jpg', 87797, '4', 'bot', 0, '1184503740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(174, '83935ba1d', 'Sweet Exorcist', 'Testone', '', 'eOzWrJ6nPIo', 433, 'http://img.youtube.com/vi/eOzWrJ6nPIo/default.jpg', 4693, '4', 'bot', 0, '1186461000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(175, '95c36e9b3', 'T. Raumschmiere', 'Sick Like Me', '', 'qvrrNuy8AiM', 173, 'http://img.youtube.com/vi/qvrrNuy8AiM/default.jpg', 4585, '4', 'bot', 0, '1184683740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(176, 'c6e962e5d', 'The Chemical Brothers', 'Elektrobank', '', 'PVrA2mtrHUM', 347, 'http://img.youtube.com/vi/PVrA2mtrHUM/default.jpg', 302065, '4', 'bot', 0, '1184593620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(177, 'c771b2df4', 'The Chemical Brothers', 'Star Guitar', '', 'CBgf2ZxIDZk', 241, 'http://img.youtube.com/vi/CBgf2ZxIDZk/default.jpg', 660437, '4', 'bot', 0, '1183511520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(178, 'bba509461', 'The Chemical Brothers', 'Believe', '', 'c_IkUysQASQ', 261, 'http://img.youtube.com/vi/c_IkUysQASQ/default.jpg', 245454, '4', 'bot', 0, '1184052780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(179, '3291a813c', 'The Chemical Brothers', 'Let Forever Be', '', 'Hmpxsk3dHaA', 222, 'http://img.youtube.com/vi/Hmpxsk3dHaA/default.jpg', 134411, '4', 'bot', 0, '1183962360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(180, '7206e419b', 'The Chemical Brothers', 'The Boxer', '', 'yu99_ulxyFI', 210, 'http://img.youtube.com/vi/yu99_ulxyFI/default.jpg', 47642, '4', 'bot', 0, '1186640100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(181, '12db93606', 'The Daou', 'Surrender Yourself', '', 'yrR1GCQKSMA', 219, 'http://img.youtube.com/vi/yrR1GCQKSMA/default.jpg', 668, '4', 'bot', 0, '1186189380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(182, '8f946e0cc', 'The Herbaliser', 'Generals', '', 'PVWPTFIUHvk', 242, 'http://img.youtube.com/vi/PVWPTFIUHvk/default.jpg', 11131, '4', 'bot', 0, '1186190700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(183, 'c28676244', 'The Juan Maclean', 'Give Me Every Little Thing', '', 'Rc3E696qN-c', 288, 'http://img.youtube.com/vi/Rc3E696qN-c/default.jpg', 14531, '4', 'bot', 0, '1183511880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(184, '613dd398d', 'Tiesto', 'Just Be feat. Kirsty Hawkshaw', '', 'olWeUuIOQGQ', 375, 'http://img.youtube.com/vi/olWeUuIOQGQ/default.jpg', 6633, '4', 'bot', 0, '1184051040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(185, 'b4305db33', 'Tiesto', 'In the Dark', '', 'wP1jXzynHXE', 232, 'http://img.youtube.com/vi/wP1jXzynHXE/default.jpg', 58513, '4', 'bot', 0, '1186191900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(186, 'f8fe813af', 'Tiga', 'Far from Home', '', 'pfJ8prhLbtQ', 211, 'http://img.youtube.com/vi/pfJ8prhLbtQ/default.jpg', 74738, '4', 'bot', 0, '1183602900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(187, '931ef2c8e', 'Timo Maas', 'First Day', '', '1MbbwgBPcc8', 386, 'http://img.youtube.com/vi/1MbbwgBPcc8/default.jpg', 8234, '4', 'bot', 0, '1186011240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(188, '4934d6131', 'Tricky Bizzniss', 'Day to Day', '', 'AmeFnZzWXRo', 187, 'http://img.youtube.com/vi/AmeFnZzWXRo/default.jpg', 10116, '4', 'bot', 0, '1187180940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(189, 'd132364d8', 'U.N.K.L.E.', 'Rabbit In Your Headlights', '', 'Z3ClCwcCvdQ', 300, 'http://img.youtube.com/vi/Z3ClCwcCvdQ/default.jpg', 437278, '4', 'bot', 0, '1187270700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(190, '5cbe252a9', 'U2', 'Mysterious Ways', '', '4YPHC7ts2fk', 243, 'http://img.youtube.com/vi/4YPHC7ts2fk/default.jpg', 63601, '4', 'bot', 0, '1183421460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(191, '6d5b437ca', 'UNKLE', 'Eye for an Eye', '', 'IRbrJHUrIqk', 397, 'http://img.youtube.com/vi/IRbrJHUrIqk/default.jpg', 93465, '4', 'bot', 0, '1186819320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(192, '7bf4f0eb9', 'Vitalic', 'My Friend Dario', '', '2uZiWwPHXiw', 219, 'http://img.youtube.com/vi/2uZiWwPHXiw/default.jpg', 112329, '4', 'bot', 0, '1183872240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2182, '769526401', 'Kelly Clarkson', 'Never Again', '', 'bPKUdoBKVqc', 218, 'http://img.youtube.com/vi/bPKUdoBKVqc/default.jpg', 2022807, '1', 'admin', 0, '1191919039', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(194, '5af796d1e', 'Wink', 'Are You There...', '', 'tMllj4Ah_XE', 238, 'http://img.youtube.com/vi/tMllj4Ah_XE/default.jpg', 8252, '4', 'bot', 0, '1187001300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(195, 'd4fc8f3a3', '2 Much', 'Fire', '', '-WgzlZLfE8k', 211, 'http://img.youtube.com/vi/-WgzlZLfE8k/default.jpg', 330550, '5', 'bot', 0, '1184593140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(196, 'f70361bf4', '2Pac', 'Unconditional Love', '', 'O5Dhy6CU_Ag', 274, 'http://img.youtube.com/vi/O5Dhy6CU_Ag/default.jpg', 67382, '5', 'bot', 0, '1187359380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(197, 'c20addafc', '2Pac', 'Pour Out a Little Liquor', '', 'cBons6TRxic', 222, 'http://img.youtube.com/vi/cBons6TRxic/default.jpg', 145028, '5', 'bot', 0, '1183691940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(198, '3cfa7c788', '2Pac', 'Hit Em Up', '', 'N4HjsZqOaQ0', 271, 'http://img.youtube.com/vi/N4HjsZqOaQ0/default.jpg', 2050472, '5', 'bot', 0, '1183964100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(199, '2825adf7c', '2Pac', 'Until the End of Time', '', 'a7JuArhpTB8', 270, 'http://img.youtube.com/vi/a7JuArhpTB8/default.jpg', 688341, '5', 'bot', 0, '1183961820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(200, 'd00a57995', '2Pac', '2 of Amerikaz Most Wanted', '', 'ybwKiRA6XIw', 363, 'http://img.youtube.com/vi/ybwKiRA6XIw/default.jpg', 259200, '5', 'bot', 0, '1184321400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(201, 'b52be3615', '2Pac', 'How Do U Want It', '', 'nlvS_Uk5yJM', 291, 'http://img.youtube.com/vi/nlvS_Uk5yJM/default.jpg', 658689, '5', 'bot', 0, '1184683800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(202, '182c33930', '2Pac', 'How Long Will They Mourn Me', '', 'ojTVN3cyRM0', 235, 'http://img.youtube.com/vi/ojTVN3cyRM0/default.jpg', 207886, '5', 'bot', 0, '1183603560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(203, '0fe821104', '2Pac', 'All About You', '', 'H7c20y5IL4Q', 309, 'http://img.youtube.com/vi/H7c20y5IL4Q/default.jpg', 2383, '5', 'bot', 0, '1183783980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(204, 'a589089f4', '2Pac', 'California Love', '', 'FWOsbGP5Ox4', 407, 'http://img.youtube.com/vi/FWOsbGP5Ox4/default.jpg', 1678242, '5', 'bot', 0, '1183601160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(205, '9abbb6804', '2Pac', 'I Get Around', '', 'RnDR8OngS1U', 259, 'http://img.youtube.com/vi/RnDR8OngS1U/default.jpg', 352626, '5', 'bot', 0, '1186732380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(206, 'bb4160c2b', '2Pac', 'Thugz Mansion', '', 'd0tZcekwASc', 270, 'http://img.youtube.com/vi/d0tZcekwASc/default.jpg', 157070, '5', 'bot', 0, '1183781340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(207, 'e6200cba0', '2Pac', 'Dear Mama', '', 'JNcloTmvTeA', 273, 'http://img.youtube.com/vi/JNcloTmvTeA/default.jpg', 3254181, '5', 'bot', 0, '1183422060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(208, '76d7c7ffc', '2Pac', 'Cradle to the Grave', '', 'LEw4eypIaQQ', 283, 'http://img.youtube.com/vi/LEw4eypIaQQ/default.jpg', 76753, '5', 'bot', 0, '1184232720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(209, 'ce87c909f', '2Pac', 'Changes', '', 'lUoUDuAPCZA', 265, 'http://img.youtube.com/vi/lUoUDuAPCZA/default.jpg', 3407713, '5', 'bot', 0, '1186372140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(210, '0e02afb5a', '2Pac', 'Runnin', '', '2gBa88HYV94', 235, 'http://img.youtube.com/vi/2gBa88HYV94/default.jpg', 814111, '5', 'bot', 0, '1187270880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1162, '5047222f1', 'Amerie', 'Touch', '', 'mixrfkL-90o', 222, 'http://img.youtube.com/vi/mixrfkL-90o/default.jpg', 227664, '3', 'bot', 0, '1186911420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(212, '2b15820bf', '50 Cent', 'Out of Control', '', 'H02dLF7gxo0', 270, 'http://img.youtube.com/vi/H02dLF7gxo0/default.jpg', 10957, '5', 'bot', 0, '1184323800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(213, '0cf29764f', '50 Cent', '21 Questions', '', '72RuEA9Oj2o', 266, 'http://img.youtube.com/vi/72RuEA9Oj2o/default.jpg', 610619, '5', 'bot', 0, '1184682780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(214, '546ab25b4', '50 Cent', 'Piggy Bank', '', '7rTGlrWQqZs', 257, 'http://img.youtube.com/vi/7rTGlrWQqZs/default.jpg', 769618, '5', 'bot', 0, '1186192200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(215, 'aca2ef9cd', '50 Cent', 'Your Life''s On The Line', '', 'dt6QdIPBgNQ', 229, 'http://img.youtube.com/vi/dt6QdIPBgNQ/default.jpg', 200365, '5', 'bot', 0, '1184232480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(216, '651e0ab65', '50 Cent', 'P.I.M.P.', '', 'm9nsxKFqjFw', 305, 'http://img.youtube.com/vi/m9nsxKFqjFw/default.jpg', 3407641, '5', 'bot', 0, '1186822140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(218, '7cfb68d8a', '50 Cent', 'Disco Inferno', '', '21SDMbHqr24', 220, 'http://img.youtube.com/vi/21SDMbHqr24/default.jpg', 501042, '5', 'bot', 0, '1183423740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(219, '1425f268b', '50 Cent', 'Just A Lil Bit', '', '1dDA1-6RaT0', 265, 'http://img.youtube.com/vi/1dDA1-6RaT0/default.jpg', 1113319, '5', 'bot', 0, '1183330980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(220, '303c60a56', '50 Cent', 'Amusement Park', '', 'SnMk6fOoB4s', 207, 'http://img.youtube.com/vi/SnMk6fOoB4s/default.jpg', 3062401, '5', 'bot', 0, '1187181720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2181, 'a990659a4', 'Hurricane Chris', 'A Bay Bay', '', 'ySbXw8AHlKM', 273, 'http://img.youtube.com/vi/ySbXw8AHlKM/default.jpg', 2807698, '5', 'admin', 0, '1191918929', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(222, '07e8e9445', '50 Cent', 'Window Shopper', '', '74nylouvtYc', 220, 'http://img.youtube.com/vi/74nylouvtYc/default.jpg', 2590566, '5', 'bot', 0, '1183422420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(223, '8fc45ed52', '50 Cent', 'Ayo Technology feat. Justin Timberlake', '', 'Na4x2Uwflmg', 256, 'http://img.youtube.com/vi/Na4x2Uwflmg/default.jpg', 6343991, '5', 'bot', 0, '1186552320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(224, '944128ed1', '50 Cent', 'Heat', '', 'm7RpncdUxG0', 372, 'http://img.youtube.com/vi/m7RpncdUxG0/default.jpg', 219588, '5', 'bot', 0, '1186910340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2178, '3a98e23ee', 'Fergie', 'Big Girls Don''t Cry', '', 'O5AyHbrCYb0', 334, 'http://img.youtube.com/vi/O5AyHbrCYb0/default.jpg', 2716790, '2', 'admin', 0, '1191918742', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2179, 'f4489a905', 'Avril Lavigne', 'When you''re gone', '', 'otMB3WVQNVg', 252, 'http://img.youtube.com/vi/otMB3WVQNVg/default.jpg', 12081944, '2', 'admin', 0, '1191918869', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(227, '9553ed851', '50 Cent', 'Outta Control'' - feat. Mobb Deep', '', 'LKxjCnmmCRc', 275, 'http://img.youtube.com/vi/LKxjCnmmCRc/default.jpg', 453686, '5', 'bot', 0, '1186009980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(228, '581539183', '50 Cent', 'Straight to the Bank', '', 'n-cLsNrL6W8', 200, 'http://img.youtube.com/vi/n-cLsNrL6W8/default.jpg', 1444254, '5', 'bot', 0, '1184412000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(229, 'a50563bf2', '8Ball', 'Relax and Take Notes feat. Project Pat', '', 'fwbnEcpYevI', 258, 'http://img.youtube.com/vi/fwbnEcpYevI/default.jpg', 106541, '5', 'bot', 0, '1184323680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(230, 'ee4216722', 'Afroman', 'Crazy Rap', '', '9CC3gHyuN6A', 266, 'http://img.youtube.com/vi/9CC3gHyuN6A/default.jpg', 68468, '5', 'bot', 0, '1183693500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(231, '676df745a', 'Ashanti', 'Down 4 U', '', 'JB3b-8cKMi4', 320, 'http://img.youtube.com/vi/JB3b-8cKMi4/default.jpg', 21699, '5', 'bot', 0, '1186459740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(232, 'ee88adde6', 'Afroman', 'Because I Got High', '', '305vRNoofr8', 198, 'http://img.youtube.com/vi/305vRNoofr8/default.jpg', 1746588, '5', 'bot', 0, '1186912260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(233, '27d58401e', 'B.G.', 'Where Da At?', '', 'CPbBWy6lyKQ', 315, 'http://img.youtube.com/vi/CPbBWy6lyKQ/default.jpg', 7218, '5', 'bot', 0, '1186189860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(234, 'bae5d0456', 'B.G.', 'Move Around', '', 'mgXjmja3cjE', 246, 'http://img.youtube.com/vi/mgXjmja3cjE/default.jpg', 130493, '5', 'bot', 0, '1187270880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(235, 'ab848bf90', 'B.G.', 'I Know', '', 'e9a4QF3NU2c', 225, 'http://img.youtube.com/vi/e9a4QF3NU2c/default.jpg', 44743, '5', 'bot', 0, '1184683380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(236, '83854074f', 'Baby Bash', 'Suga Suga', '', 'FQiXZr744qQ', 245, 'http://img.youtube.com/vi/FQiXZr744qQ/default.jpg', 649522, '5', 'bot', 0, '1186101960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(237, 'a85e98c05', 'Baby Bash', 'Shorty Doo Wop', '', 'LM6pqCpH8X0', 194, 'http://img.youtube.com/vi/LM6pqCpH8X0/default.jpg', 175737, '5', 'bot', 0, '1184232540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(238, '62e9882d9', 'Baby Boy', 'Naw Meen', '', 'EJApSWjWD9Q', 249, 'http://img.youtube.com/vi/EJApSWjWD9Q/default.jpg', 128323, '5', 'bot', 0, '1186912200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(239, 'bc3aba21f', 'Birdman', 'Leather So Soft', '', 'iju9fnGc-zE', 265, 'http://img.youtube.com/vi/iju9fnGc-zE/default.jpg', 950366, '5', 'bot', 0, '1183691340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(240, '0a47c9c79', 'Big Tymers', 'This is How We Do', '', '9U-f2cDSJSA', 262, 'http://img.youtube.com/vi/9U-f2cDSJSA/default.jpg', 54798, '5', 'bot', 0, '1184143200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(241, 'ff44a7124', 'Birdman', 'Shine On', '', 'phYfp80zn-c', 306, 'http://img.youtube.com/vi/phYfp80zn-c/default.jpg', 75940, '5', 'bot', 0, '1186461480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(242, '845e27d91', 'Birdman', 'You Ain''t Know', '', 'SOYDZOI2CXg', 226, 'http://img.youtube.com/vi/SOYDZOI2CXg/default.jpg', 354084, '5', 'bot', 0, '1187090700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(243, '9d1293975', 'Bone Crusher', 'Never Scared', '', 'el981Pn7P7U', 327, 'http://img.youtube.com/vi/el981Pn7P7U/default.jpg', 19030, '5', 'bot', 0, '1186191780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(244, '6ccbe4677', 'Bone Thugs-N-Harmony', 'Lil L.O.V.E. feat. Mariah Carey and Bow Wow', '', 'IxSzZWDr1HM', 248, 'http://img.youtube.com/vi/IxSzZWDr1HM/default.jpg', 2739026, '5', 'bot', 0, '1186281660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(245, '079c36416', 'Bone Thugs-N-Harmony', 'I Tried feat. Akon', '', 'IG5ReXP0SSg', 334, 'http://img.youtube.com/vi/IG5ReXP0SSg/default.jpg', 11202549, '5', 'bot', 0, '1184593920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(246, '5cfe650c8', 'Bow Wow', 'Let Me Hold You', '', 'BlmIAoyBhHg', 284, 'http://img.youtube.com/vi/BlmIAoyBhHg/default.jpg', 243810, '5', 'bot', 0, '1186192500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(247, 'fca2be65b', 'Bow Wow', 'Like You', '', 'N2U2N-LUsHE', 286, 'http://img.youtube.com/vi/N2U2N-LUsHE/default.jpg', 2244925, '5', 'bot', 0, '1183333200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(248, '201876c22', 'Bow Wow', 'Fresh Azimiz'' Remix feat. Mike Jones', '', '1oZeNKCpaGk', 266, 'http://img.youtube.com/vi/1oZeNKCpaGk/default.jpg', 23197, '5', 'bot', 0, '1186641120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(249, '3b85ff72c', 'Bow Wow', 'Fresh Azimiz', '', 'DUPruaZ4eaw', 285, 'http://img.youtube.com/vi/DUPruaZ4eaw/default.jpg', 105694, '5', 'bot', 0, '1186639500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(250, '0bf6ac25e', 'Boyz N Da Hood', 'Felonies', '', '4QBdmODt0oU', 293, 'http://img.youtube.com/vi/4QBdmODt0oU/default.jpg', 66756, '5', 'bot', 0, '1187362500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(251, '0c108c738', 'Bubba Sparxxx', 'Deliverance', '', 'jW7akj4g2f0', 325, 'http://img.youtube.com/vi/jW7akj4g2f0/default.jpg', 114890, '5', 'bot', 0, '1184502480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(252, 'fda067d3e', 'Bubba Sparxxx', 'Ugly', '', 'HqEq7ABYzEQ', 249, 'http://img.youtube.com/vi/HqEq7ABYzEQ/default.jpg', 123389, '5', 'bot', 0, '1183871940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(253, '7aca79bc1', 'Bun B', 'Get Throwed', '', 'YeAW8SCkdP0', 213, 'http://img.youtube.com/vi/YeAW8SCkdP0/default.jpg', 60416, '5', 'bot', 0, '1184322060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(254, '2074a2203', 'Bubba Sparxxx', 'Ms. New Booty', '', 'AKpSMUUkiBw', 454, 'http://img.youtube.com/vi/AKpSMUUkiBw/default.jpg', 259172, '5', 'bot', 0, '1183331940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(255, '76cc72618', 'Bun B.', 'Draped Up', '', 'x9DsnIhPIh4', 272, 'http://img.youtube.com/vi/x9DsnIhPIh4/default.jpg', 104739, '5', 'bot', 0, '1184591340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(256, '36884e4f7', 'Busta Rhymes', 'Touch It (Remix)', '', 'jf2Xh1TGAVU', 347, 'http://img.youtube.com/vi/jf2Xh1TGAVU/default.jpg', 385362, '5', 'bot', 0, '1186821600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(257, 'c2f2c9847', 'Busta Rhymes', 'Touch It', '', '3d9GmuNgby8', 348, 'http://img.youtube.com/vi/3d9GmuNgby8/default.jpg', 949717, '5', 'bot', 0, '1187091300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2180, 'fbd170bd6', 'Rihanna', 'Shut up and drive', '', '4WAapKx2TvM', 247, 'http://img.youtube.com/vi/4WAapKx2TvM/default.jpg', 6882899, '3', 'admin', 0, '1191918907', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(260, '0a0871bda', 'Cadillac Don', 'Peanut Butter', '', 'l1ycRFd3_Gc', 248, 'http://img.youtube.com/vi/l1ycRFd3_Gc/default.jpg', 593252, '5', 'bot', 0, '1187362080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(261, 'aad47d6a0', 'Cassidy', 'B-Boy Stance', '', 'ZZRAe2wZSE8', 238, 'http://img.youtube.com/vi/ZZRAe2wZSE8/default.jpg', 93809, '5', 'bot', 0, '1186459560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(262, '5eaf9c765', 'Cassidy', 'Hotel', '', 'QBT1xRcQch8', 252, 'http://img.youtube.com/vi/QBT1xRcQch8/default.jpg', 35815, '5', 'bot', 0, '1184141400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(263, '59a473c9b', 'Cassidy', 'Get No Better feat. Mashonda', '', '58DK0apnCyk', 240, 'http://img.youtube.com/vi/58DK0apnCyk/default.jpg', 38191, '5', 'bot', 0, '1183513020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(264, '4b6387aad', 'Chamillionaire', 'Ridin feat. Krayzie Bone', '', 'dtR5pIv3cTA', 217, 'http://img.youtube.com/vi/dtR5pIv3cTA/default.jpg', 254346, '5', 'bot', 0, '1183512240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(265, '7c3a1f2ad', 'Chamillionaire', 'Grown and Sexy', '', 'xh_zUfVxa-s', 236, 'http://img.youtube.com/vi/xh_zUfVxa-s/default.jpg', 163122, '5', 'bot', 0, '1184052720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(266, '93d4bdc36', 'Chamillionaire', 'Hip Hop Police', '', 'If8e1x-6Uds', 287, 'http://img.youtube.com/vi/If8e1x-6Uds/default.jpg', 358825, '5', 'bot', 0, '1183513980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(267, '2a836749d', 'Chamillionaire', 'Evening News', '', 'UruJKq5kaUM', 255, 'http://img.youtube.com/vi/UruJKq5kaUM/default.jpg', 227959, '5', 'bot', 0, '1184231160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(268, '611e3c0cb', 'Cherish', 'Do It to It', '', 'UnMnO67uurk', 258, 'http://img.youtube.com/vi/UnMnO67uurk/default.jpg', 714114, '5', 'bot', 0, '1186191120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(269, 'e2bd91f33', 'Cherish', 'Miss P.', '', '792afCzowuA', 224, 'http://img.youtube.com/vi/792afCzowuA/default.jpg', 3058, '5', 'bot', 0, '1184681940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(270, '098d54cf6', 'Chingy', 'One Call Away', '', 'bQBmDorsSwY', 214, 'http://img.youtube.com/vi/bQBmDorsSwY/default.jpg', 468209, '5', 'bot', 0, '1183423260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(271, '9a306abc4', 'City High', 'What Would You Do?', '', 'mSC173GAkLo', 199, 'http://img.youtube.com/vi/mSC173GAkLo/default.jpg', 89392, '5', 'bot', 0, '1186010880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(272, '287df1275', 'City High', 'Caramel', '', 'u4vl-HPensw', 216, 'http://img.youtube.com/vi/u4vl-HPensw/default.jpg', 204515, '5', 'bot', 0, '1183963920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(273, '299785426', 'Common', 'The Game', '', 'PzSpynvL9N0', 250, 'http://img.youtube.com/vi/PzSpynvL9N0/default.jpg', 283391, '5', 'bot', 0, '1184591400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(274, '6e4f4d659', 'Crime Mob', 'Rock Yo Hips feat. Lil Scrappy', '', 'YcGUKtzBCbA', 254, 'http://img.youtube.com/vi/YcGUKtzBCbA/default.jpg', 996070, '5', 'bot', 0, '1184233680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(275, '2a14edbb9', 'Crime Mob', 'Stilettos', '', 'RSPOhLPsrmY', 152, 'http://img.youtube.com/vi/RSPOhLPsrmY/default.jpg', 300548, '5', 'bot', 0, '1183692300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(276, 'e1d2d85ba', 'D12', 'How Come', '', 'IzXEclzmSwo', 324, 'http://img.youtube.com/vi/IzXEclzmSwo/default.jpg', 101445, '5', 'bot', 0, '1186191540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(277, 'bd54df073', 'D12', 'My Band', '', '_5zvwxAEOGI', 344, 'http://img.youtube.com/vi/_5zvwxAEOGI/default.jpg', 31803, '5', 'bot', 0, '1187360340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(278, '853853cec', 'D4L', 'Like Me', '', 'lxaV5ZMY_Nk', 286, 'http://img.youtube.com/vi/lxaV5ZMY_Nk/default.jpg', 39569, '5', 'bot', 0, '1184231820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(279, 'b6a647041', 'Daddy Yankee', 'Impacto feat. Fergie', '', 'pdvHj8fo_Lg', 220, 'http://img.youtube.com/vi/pdvHj8fo_Lg/default.jpg', 2895205, '5', 'bot', 0, '1184413860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(280, 'ad4e2a0d4', 'David Banner', 'Play', '', 'XvTptAH9cn0', 241, 'http://img.youtube.com/vi/XvTptAH9cn0/default.jpg', 153354, '5', 'bot', 0, '1184322540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(281, 'b6b5f7cc9', 'Dem Franchize Boyz', 'Lean Wit It, Rock Wit It', '', 'tzTcClp6MIg', 264, 'http://img.youtube.com/vi/tzTcClp6MIg/default.jpg', 814674, '5', 'bot', 0, '1183602960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(282, '1a45ceac3', 'Dem Franchize Boyz', 'I Think They Like Me', '', 'dSvUU940i5k', 299, 'http://img.youtube.com/vi/dSvUU940i5k/default.jpg', 38652, '5', 'bot', 0, '1183872180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(283, 'fa3c2592e', 'Diddy', 'Last Night feat. Keyshia Cole', '', '37CGy4Ikoho', 194, 'http://img.youtube.com/vi/37CGy4Ikoho/default.jpg', 2399247, '5', 'bot', 0, '1183962480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(284, 'f7ca9e1d5', 'DJ Khaled', 'Holla at Me', '', 'JWz-W8AhJb0', 279, 'http://img.youtube.com/vi/JWz-W8AhJb0/default.jpg', 22628, '5', 'bot', 0, '1183602540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(285, '8da406f55', 'DMX', 'We In Here', '', 'BqHWcaLjKvM', 234, 'http://img.youtube.com/vi/BqHWcaLjKvM/default.jpg', 156455, '5', 'bot', 0, '1183962060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(286, '0f1b1e861', 'DMX', 'Lord Give Me a Sign', '', 'LiNU36TJCmY', 208, 'http://img.youtube.com/vi/LiNU36TJCmY/default.jpg', 13115, '5', 'bot', 0, '1186999620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(287, '81def9559', 'DMX', 'Party Up (Up In Here)', '', '-lgfDTNDz44', 236, 'http://img.youtube.com/vi/-lgfDTNDz44/default.jpg', 383194, '5', 'bot', 0, '1186909920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(288, 'b0244253f', 'DMX', 'What''s My Name', '', 'yZIZHzNkeHM', 233, 'http://img.youtube.com/vi/yZIZHzNkeHM/default.jpg', 828872, '5', 'bot', 0, '1186190520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(289, 'c68fc23f2', 'DMX', 'Ruff Ryders'' Anthem', '', 'B2m3fHV0GhQ', 221, 'http://img.youtube.com/vi/B2m3fHV0GhQ/default.jpg', 293362, '5', 'bot', 0, '1184411820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(290, 'c5e169861', 'DMX', 'Get It on the Floor', '', 'X39If8TyQGw', 222, 'http://img.youtube.com/vi/X39If8TyQGw/default.jpg', 1153747, '5', 'bot', 0, '1187001840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(291, '798a8dc7e', 'DMX', 'I Miss You feat. Faith Evans', '', 'm_TwUM4doIY', 295, 'http://img.youtube.com/vi/m_TwUM4doIY/default.jpg', 3415, '5', 'bot', 0, '1186461000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(292, '3cebdc13f', 'E-40', 'Tell Me When', '', 'BBRN2YLYzRU', 248, 'http://img.youtube.com/vi/BBRN2YLYzRU/default.jpg', 682480, '5', 'bot', 0, '1186820100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(293, '62fe4ac54', 'E-40', 'U', '', 'gXy1Zt7logg', 208, 'http://img.youtube.com/vi/gXy1Zt7logg/default.jpg', 111612, '5', 'bot', 0, '1187091480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(294, '3418729b2', 'Eamon', '(How Could You) Bring Him Home', '', 'aAxp2Wrxh_g', 222, 'http://img.youtube.com/vi/aAxp2Wrxh_g/default.jpg', 213161, '5', 'bot', 0, '1186460580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(295, '67f76b525', 'Eminem', 'Lose Yourself', '', 'd6odzCYFOOQ', 327, 'http://img.youtube.com/vi/d6odzCYFOOQ/default.jpg', 2555636, '5', 'bot', 0, '1184502660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(296, '1f2630e48', 'Eminem', 'Mosh (Live)', '', 'iVj7lzOYXBw', 201, 'http://img.youtube.com/vi/iVj7lzOYXBw/default.jpg', 13794, '5', 'bot', 0, '1186101900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1160, 'f7ea945c8', 'Al B. Sure', 'Nite and Day', '', 'mZ6GddZbQHE', 253, 'http://img.youtube.com/vi/mZ6GddZbQHE/default.jpg', 53951, '3', 'bot', 0, '1187000340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(298, '3c22a77ba', 'Eminem', 'Role Model', '', 'oMWuXHno7oo', 242, 'http://img.youtube.com/vi/oMWuXHno7oo/default.jpg', 16407, '5', 'bot', 0, '1187090280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(299, 'ae7ac3b00', 'Eminem', 'Stan (MTV Short Version)', '', 'ahZgsNvVA4I', 369, 'http://img.youtube.com/vi/ahZgsNvVA4I/default.jpg', 114258, '5', 'bot', 0, '1183603380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(300, '70e08bf85', 'Eminem', 'Like Toy Soldiers', '', 'O3i6z2fnQZ4', 317, 'http://img.youtube.com/vi/O3i6z2fnQZ4/default.jpg', 2944125, '5', 'bot', 0, '1186819860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(301, '30ce63c0e', 'Eminem', 'Mockingbird', '', 'PLxc53RcHJw', 251, 'http://img.youtube.com/vi/PLxc53RcHJw/default.jpg', 1514248, '5', 'bot', 0, '1186190880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(302, 'aa02c36ba', 'Eminem', 'Cleanin Out My Closet', '', 'lS7qqbkBAL0', 310, 'http://img.youtube.com/vi/lS7qqbkBAL0/default.jpg', 595570, '5', 'bot', 0, '1184592300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(303, '76aa44f3e', 'Eminem', 'Ass Like That', '', '7_TqiwyOcnI', 300, 'http://img.youtube.com/vi/7_TqiwyOcnI/default.jpg', 157142, '5', 'bot', 0, '1184321640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(304, 'fbf48b754', 'Eminem', 'Sing for the Moment', '', '12wvV39aFc4', 334, 'http://img.youtube.com/vi/12wvV39aFc4/default.jpg', 512045, '5', 'bot', 0, '1184320980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(305, 'a6e2e411e', 'Eminem', 'Guilty Conscience feat. Dr. Dre', '', 'ZmI5j7322xw', 212, 'http://img.youtube.com/vi/ZmI5j7322xw/default.jpg', 358, '5', 'bot', 0, '1183780920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(306, '3a4548edf', 'Eminem', 'Just Lose It', '', 'UpPjuyzrnio', 244, 'http://img.youtube.com/vi/UpPjuyzrnio/default.jpg', 2788045, '5', 'bot', 0, '1184591460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(307, '6651fb6eb', 'Eminem', 'White America', '', '8OFR4L2tHe4', 365, 'http://img.youtube.com/vi/8OFR4L2tHe4/default.jpg', 197561, '5', 'bot', 0, '1183692420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(308, '43d3398a7', 'Enrique Iglesias', 'Not In Love', '', 'F3yRbp7Rhcs', 225, 'http://img.youtube.com/vi/F3yRbp7Rhcs/default.jpg', 936297, '5,6', 'bot', 0, '1186551000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2189, '211627e99', 'Eve', 'Tamourine', '', 'HTwOyEPh3Uw', 196, 'http://img.youtube.com/vi/HTwOyEPh3Uw/default.jpg', 1885958, '3', 'admin', 0, '1191921697', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(310, '1fb7bd8bc', 'Eve', 'Satisfaction', '', 'HnocDoCFoqA', 248, 'http://img.youtube.com/vi/HnocDoCFoqA/default.jpg', 48525, '5', 'bot', 0, '1184142360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(311, '660e2fca4', 'Eve', 'Love Is Blind', '', 'zm3wsHstlAc', 229, 'http://img.youtube.com/vi/zm3wsHstlAc/default.jpg', 257032, '5', 'bot', 0, '1186550940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(312, '19011c4b9', 'Eve', 'Gotta Man', '', 'RVrq5rqq5lw', 263, 'http://img.youtube.com/vi/RVrq5rqq5lw/default.jpg', 44535, '5', 'bot', 0, '1183691940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(313, '3b24425e9', 'Eve', 'Give It to You feat. Sean Paul', '', 'BO7i9ztZW7s', 221, 'http://img.youtube.com/vi/bH810yckT_g/default.jpg', 224220, '5', 'bot', 0, '1184592780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2194, '7e09d1449', 'Nine Inch Nails', 'Burn', '', 'qmGblebVyL8', 288, 'http://img.youtube.com/vi/qmGblebVyL8/default.jpg', 54466, '1', 'admin', 0, '1191921820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(315, 'cf77787f0', 'Fabolous', 'Do The Damn Thang', '', 'PV277QXAGFM', 263, 'http://img.youtube.com/vi/PV277QXAGFM/default.jpg', 101000, '5', 'bot', 0, '1184593740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(316, '9a61ea528', 'Fabolous', 'Return of the Hustle feat. Swizz Beatz', '', 'eoZ2aTbygOc', 234, 'http://img.youtube.com/vi/eoZ2aTbygOc/default.jpg', 107475, '5', 'bot', 0, '1183782720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(317, '7c45e98d5', 'Fabolous', 'Breathe', '', 'waSuGcUQPII', 256, 'http://img.youtube.com/vi/waSuGcUQPII/default.jpg', 569147, '5', 'bot', 0, '1183423260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(318, '520d115d5', 'Fabolous', 'Diamonds feat. Young Jeezy', '', 'c8a81g4hey4', 256, 'http://img.youtube.com/vi/c8a81g4hey4/default.jpg', 1173027, '5', 'bot', 0, '1184323260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(319, '5f8132d9d', 'Fabolous', 'Make Me Better feat. Ne-Yo', '', 'or6sZViN6z4', 258, 'http://img.youtube.com/vi/or6sZViN6z4/default.jpg', 836862, '5', 'bot', 0, '1186281300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(320, '204f5e4d0', 'Fat Joe', 'We Thuggin feat. R. Kelly', '', 'T6LOTa4OGQw', 205, 'http://img.youtube.com/vi/T6LOTa4OGQw/default.jpg', 397, '5', 'bot', 0, '1186102260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(321, '91200d677', 'Fat Joe', 'Get It Poppin feat. Nelly', '', 'Y4j8M9EHwMU', 211, 'http://img.youtube.com/vi/Y4j8M9EHwMU/default.jpg', 65933, '5', 'bot', 0, '1186910340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(322, '9fb141c3d', 'Fat Joe', 'Make It Rain (Remix) feat. R. Kelly, T.I., Rick Ross and Lil Wayne', '', 'UCHDBf9dJY8', 301, 'http://img.youtube.com/vi/UCHDBf9dJY8/default.jpg', 1354796, '5', 'bot', 0, '1183511040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(323, '231f3d8ff', 'Field Mob', 'So What feat. Ciara', '', 'BNOilmXDgzU', 232, 'http://img.youtube.com/vi/BNOilmXDgzU/default.jpg', 920620, '5', 'bot', 0, '1186370100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(324, 'b4ea89bba', 'G-Unit', 'Wanna Get To Know Ya', '', 'V0kzYtOAgEc', 273, 'http://img.youtube.com/vi/V0kzYtOAgEc/default.jpg', 18858, '5', 'bot', 0, '1186821000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(325, 'd199f4532', 'G-Unit', 'Stunt 101', '', 'v2ua974cZhs', 274, 'http://img.youtube.com/vi/v2ua974cZhs/default.jpg', 123412, '5', 'bot', 0, '1183512960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(326, '88967a585', 'G-Unit', 'My Buddy', '', 'gojA21sEvUo', 295, 'http://img.youtube.com/vi/gojA21sEvUo/default.jpg', 115263, '5', 'bot', 0, '1186640880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(327, '093d797d4', 'G-Unit', 'G-Unit ''Smile', '', 'GJG-pIjCDr0', 219, 'http://img.youtube.com/vi/GJG-pIjCDr0/default.jpg', 177254, '5', 'bot', 0, '1186551900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(328, 'bc3accdac', 'Ghostface Killah', 'Back Like That feat. Ne-Yo', '', 'GhwkeRHSFV4', 253, 'http://img.youtube.com/vi/GhwkeRHSFV4/default.jpg', 316, '5', 'bot', 0, '1183781100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(329, 'd01464bfa', 'Ginuwine', 'When We Make Love', '', 'eIrOoF4ZVwk', 215, 'http://img.youtube.com/vi/eIrOoF4ZVwk/default.jpg', 63529, '5', 'bot', 0, '1184412360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(330, 'd3e8ee014', 'Ginuwine', 'So Anxious', '', 'r5c1WXftnQ0', 248, 'http://img.youtube.com/vi/r5c1WXftnQ0/default.jpg', 261411, '5', 'bot', 0, '1187180940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(331, 'f158ece46', 'Ginuwine', 'Pony', '', 'BWh8XKvsYqc', 269, 'http://img.youtube.com/vi/BWh8XKvsYqc/default.jpg', 355851, '5', 'bot', 0, '1184143560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(332, '96f842b16', 'Ginuwine', 'In Those Jeans', '', 'qurW5mnaxAM', 289, 'http://img.youtube.com/vi/qurW5mnaxAM/default.jpg', 132068, '5', 'bot', 0, '1186551420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(333, 'bf89c3c3d', 'Ginuwine', 'Differences', '', 'A83DbFlF1Wo', 252, 'http://img.youtube.com/vi/A83DbFlF1Wo/default.jpg', 469334, '5', 'bot', 0, '1186279440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(334, '0784abe07', 'Gorilla Zoe', 'Hood Figga', '', 'o0dRdPMIokU', 227, 'http://img.youtube.com/vi/o0dRdPMIokU/default.jpg', 484933, '5', 'bot', 0, '1183420920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(335, '40b9d7599', 'Huey', 'Pop, Lock and Drop It', '', 'YniDowiAHGE', 269, 'http://img.youtube.com/vi/YniDowiAHGE/default.jpg', 7021159, '5', 'bot', 0, '1183602000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(336, '60b8acfca', 'Hurricane Chris', 'A Bay Bay', '', 'IqDjEBJhY8w', 417, 'http://img.youtube.com/vi/IqDjEBJhY8w/default.jpg', 18252, '5', 'bot', 0, '1186459320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(337, 'f1e6dd64f', 'J-Kwon', 'Tipsy', '', '5Li6MCWIWgw', 238, 'http://img.youtube.com/vi/5Li6MCWIWgw/default.jpg', 326043, '5', 'bot', 0, '1186910040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(338, '1b5ac16e5', 'J-Kwon', 'Hood Hop', '', 'tYyNxm_vNKA', 245, 'http://img.youtube.com/vi/tYyNxm_vNKA/default.jpg', 137763, '5', 'bot', 0, '1186730460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(339, 'abde6897d', 'Ja Rule', 'Holla Holla', '', 'svvXCq6QGxg', 226, 'http://img.youtube.com/vi/svvXCq6QGxg/default.jpg', 107627, '5', 'bot', 0, '1186282140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(340, '1f3e5e012', 'Ja Rule', 'Thug Lovin''', '', 'NRyiQp2x2YE', 295, 'http://img.youtube.com/vi/NRyiQp2x2YE/default.jpg', 10116, '5', 'bot', 0, '1186100040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(341, 'e1b1a244a', 'Ja Rule', 'Down A** Chick', '', 'ga7QgXiI-DU', 368, 'http://img.youtube.com/vi/ga7QgXiI-DU/default.jpg', 100416, '5', 'bot', 0, '1186910100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(342, 'c877bb992', 'Ja Rule', 'Mesmerize', '', '35H83uGn_IU', 351, 'http://img.youtube.com/vi/35H83uGn_IU/default.jpg', 317932, '5', 'bot', 0, '1187270940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(343, 'bf320f015', 'Ja Rule', 'Caught Up', '', 'vd4ezofZROg', 241, 'http://img.youtube.com/vi/vd4ezofZROg/default.jpg', 216738, '5', 'bot', 0, '1184592360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(344, 'e542e9e0b', 'Jadakiss', 'U Make Me Wanna', '', 'pOAfsuguF3c', 260, 'http://img.youtube.com/vi/pOAfsuguF3c/default.jpg', 63480, '5', 'bot', 0, '1186369320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(346, '0f9487f5b', 'Jay-Z', 'Lost One feat. Chrisette Michele', '', 'qkLb7gHbFkg', 280, 'http://img.youtube.com/vi/qkLb7gHbFkg/default.jpg', 47, '5', 'bot', 0, '1186641960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(347, '1811434e4', 'Jay-Z', 'Encore', '', 'gXahoikYQpc', 193, 'http://img.youtube.com/vi/gXahoikYQpc/default.jpg', 26474, '5', 'bot', 0, '1183692900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(348, 'e921b40cf', 'Jay-Z', '99 Problems', '', '9VFLVk1lMEY', 274, 'http://img.youtube.com/vi/9VFLVk1lMEY/default.jpg', 95819, '5', 'bot', 0, '1184502480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(349, 'ac79e7227', 'Jay-Z', 'Show Me What You Got', '', 'IUmuoa8X6Kk', 273, 'http://img.youtube.com/vi/IUmuoa8X6Kk/default.jpg', 46472, '5', 'bot', 0, '1186820820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(350, 'eb4657fce', 'Jay-Z', 'Dirt Off Your Shoulder', '', 'DSCZbqAQRJo', 227, 'http://img.youtube.com/vi/DSCZbqAQRJo/default.jpg', 151227, '5', 'bot', 0, '1186100100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(351, 'c01376d9a', 'Jay-Z', 'Song Cry', '', 'O_JShSIf6es', 303, 'http://img.youtube.com/vi/O_JShSIf6es/default.jpg', 234248, '5', 'bot', 0, '1184322240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(352, '3483d1dcb', 'Jay-Z', 'Excuse Me Miss', '', '3qrTRqI-BIc', 278, 'http://img.youtube.com/vi/3qrTRqI-BIc/default.jpg', 167370, '5', 'bot', 0, '1183871940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(353, '7917032f0', 'Jay-Z', 'Girls Girls Girls', '', 'Y3eukm4SKoA', 293, 'http://img.youtube.com/vi/Y3eukm4SKoA/default.jpg', 768133, '5', 'bot', 0, '1186461660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(354, 'd6c110882', 'Jibbs', 'Smile feat. Fabo', '', '-IZE4JrSfjg', 216, 'http://img.youtube.com/vi/-IZE4JrSfjg/default.jpg', 38717, '5', 'bot', 0, '1187359800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(355, 'ceffe06a5', 'Jibbs', 'Go Too Far feat. Melody of PCD', '', 'gUU7tiZ0SxA', 231, 'http://img.youtube.com/vi/gUU7tiZ0SxA/default.jpg', 104538, '5', 'bot', 0, '1183422000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(356, 'e39dc2c83', 'Jibbs', 'King Kong feat. Chamillionaire', '', '8AKXo3XYD0Q', 238, 'http://img.youtube.com/vi/8AKXo3XYD0Q/default.jpg', 360386, '5', 'bot', 0, '1184683080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(357, 'e78487022', 'Jibbs', 'King Kong (Live)', '', 'lhrrdmpcwl0', 129, 'http://img.youtube.com/vi/lhrrdmpcwl0/default.jpg', 695, '5', 'bot', 0, '1183784040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1159, 'ab589ab7c', 'Akon', 'Exclusive Interview', '', 'jASFROY2W38', 192, 'http://img.youtube.com/vi/jASFROY2W38/default.jpg', 1079, '3', 'bot', 0, '1184592420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(359, '22fd1b265', 'Jim Jones', 'What You Been Drankin'' On?', '', 'al3O2MW2kxU', 255, 'http://img.youtube.com/vi/al3O2MW2kxU/default.jpg', 1814, '5', 'bot', 0, '1187180760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(360, '78fde7cca', 'Jibbs', 'Chain Hang Low (Live)', '', '-D0WbMQVTds', 150, 'http://img.youtube.com/vi/-D0WbMQVTds/default.jpg', 164339, '5', 'bot', 0, '1183331520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(361, '2fd361773', 'Jim Jones', 'Emotionless', '', 'B1U9dfZwXfc', 244, 'http://img.youtube.com/vi/B1U9dfZwXfc/default.jpg', 357557, '5', 'bot', 0, '1184413980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(362, '79c483277', 'John Cena', 'Bad Bad Man', '', 'G8Kt2jHnMh0', 235, 'http://img.youtube.com/vi/G8Kt2jHnMh0/default.jpg', 117454, '5', 'bot', 0, '1186281240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(363, '35c50c8fa', 'Joe Budden', 'Pump It Up', '', 'lZ1G0-ddAiA', 293, 'http://img.youtube.com/vi/lZ1G0-ddAiA/default.jpg', 249474, '5', 'bot', 0, '1187270160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(364, 'd549dd496', 'Juelz Santana', 'There It Go', '', '8r2A6RkJpQI', 285, 'http://img.youtube.com/vi/8r2A6RkJpQI/default.jpg', 81558, '5', 'bot', 0, '1184230980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(365, '91f36b923', 'Juelz Santana', 'Oh Yes/Clockwork Medley', '', 'KVbbnrhKRZ8', 249, 'http://img.youtube.com/vi/KVbbnrhKRZ8/default.jpg', 109689, '5', 'bot', 0, '1186192500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(366, '48fd8c724', 'Juelz Santana', 'Clockwork', '', 'yl0Ih2ibJwQ', 169, 'http://img.youtube.com/vi/yl0Ih2ibJwQ/default.jpg', 26807, '5', 'bot', 0, '1186910760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(367, '546a1890f', 'Juvenile', 'Rodeo', '', 'gFtHArqyypo', 228, 'http://img.youtube.com/vi/gFtHArqyypo/default.jpg', 47007, '5', 'bot', 0, '1186911960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(368, 'cccb7a7a7', 'Kanye West', 'All Falls Down', '', '0gqkIickfPI', 261, 'http://img.youtube.com/vi/0gqkIickfPI/default.jpg', 372037, '5', 'bot', 0, '1186462080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(369, 'e9a122ffb', 'Kanye West', 'The New Workout Plan (MTV Version)', '', '4r2ZGQ8ltMA', 318, 'http://img.youtube.com/vi/4r2ZGQ8ltMA/default.jpg', 20818, '5', 'bot', 0, '1184503560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(370, '0d2540000', 'Kanye West', 'Stronger', '', 'cZd1Js0QaOI', 267, 'http://img.youtube.com/vi/cZd1Js0QaOI/default.jpg', 5627031, '5', 'bot', 0, '1186730640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(371, '11a002426', 'Kanye West', 'Jesus Walks', '', 'bdIR2BThmTg', 255, 'http://img.youtube.com/vi/bdIR2BThmTg/default.jpg', 241374, '5', 'bot', 0, '1184683020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(372, '09c3c3a46', 'Kanye West', 'Gold Digger', '', 'LU13MRtSD7E', 226, 'http://img.youtube.com/vi/LU13MRtSD7E/default.jpg', 553263, '5', 'bot', 0, '1183513560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(373, 'ee071f825', 'Kanye West', 'Through the Wire', '', 'UtO0AJ3R38A', 307, 'http://img.youtube.com/vi/UtO0AJ3R38A/default.jpg', 183257, '5', 'bot', 0, '1183693380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(374, '11c4ecdce', 'Kanye West', 'Classic (Better Than I''ve Ever Been DJ Premier Remix) feat. Nas, KRS-One and Rakim', '', 'osfqHu_iQig', 324, 'http://img.youtube.com/vi/osfqHu_iQig/default.jpg', 92850, '5', 'bot', 0, '1186730640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(375, '8af6be96e', 'Kanye West', 'Diamonds From Sierra Leone', '', 'U6B8nlkUlbM', 304, 'http://img.youtube.com/vi/U6B8nlkUlbM/default.jpg', 773788, '5', 'bot', 0, '1183693440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(376, 'bc2f820ca', 'Kelis', 'Bossy', '', 'RuwxE4aEWXI', 263, 'http://img.youtube.com/vi/RuwxE4aEWXI/default.jpg', 469875, '5', 'bot', 0, '1186821180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(377, '7d0e667ef', 'Kia Shine', 'Krispy', '', 'iFVgkcyVF_M', 235, 'http://img.youtube.com/vi/iFVgkcyVF_M/default.jpg', 405617, '5', 'bot', 0, '1184412840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(378, '184e5ccdd', 'Kelis', 'Milkshake', '', 'rZ-FAV9fBII', 190, 'http://img.youtube.com/vi/rZ-FAV9fBII/default.jpg', 614138, '5', 'bot', 0, '1183423680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(379, 'c181029b2', 'Lil Boosie', 'Wipe Me Down', '', 'gfSX2k1ptmY', 277, 'http://img.youtube.com/vi/gfSX2k1ptmY/default.jpg', 358467, '5', 'bot', 0, '1184053320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(380, '11f48b2e2', 'Lil Flip', 'Ghetto Mind State feat. Lyfe Jennings', '', 'XjO9G5-kVrI', 244, 'http://img.youtube.com/vi/XjO9G5-kVrI/default.jpg', 630748, '5', 'bot', 0, '1187090220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2176, '6bbbd6da1', 'Kanye West', 'Stronger', '', '3jzSh_MLNcY', 266, 'http://img.youtube.com/vi/3jzSh_MLNcY/default.jpg', 1621328, '5', 'admin', 0, '1191918584', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2177, '04730e658', 'Kanye West', 'Gold Digger', '', 'RA62Mg0JEeA', 232, 'http://img.youtube.com/vi/RA62Mg0JEeA/default.jpg', 721047, '5', 'admin', 0, '1191918611', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(382, '278e5eee9', 'Lil Jon', 'What You Gon Do', '', 'z4776YK6epc', 142, 'http://img.youtube.com/vi/z4776YK6epc/default.jpg', 42402, '5', 'bot', 0, '1187181360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(384, 'd2049e3e0', 'Lil Scrappy', 'Money In the Bank', '', 'jWtHz0k0ExQ', 239, 'http://img.youtube.com/vi/jWtHz0k0ExQ/default.jpg', 454263, '5', 'bot', 0, '1186101240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(385, '3242e93c2', 'Lil Scrappy', 'Gangsta Gangsta', '', 'w8SV7HfvhCk', 274, 'http://img.youtube.com/vi/w8SV7HfvhCk/default.jpg', 12607, '5', 'bot', 0, '1184682600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(386, '86622f715', 'Lil Wayne', 'Get Something', '', '14BN0WadHCM', 228, 'http://img.youtube.com/vi/14BN0WadHCM/default.jpg', 16780, '5', 'bot', 0, '1186189800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(388, 'c69aca246', 'Lil'' Kim', 'The Jump Off', '', 'autUlWkxCa4', 233, 'http://img.youtube.com/vi/autUlWkxCa4/default.jpg', 361362, '5', 'bot', 0, '1187001540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(391, '9d74d8fb5', 'Lil'' Scrappy', 'No Problem', '', '32LDmb4mIV8', 323, 'http://img.youtube.com/vi/32LDmb4mIV8/default.jpg', 117805, '5', 'bot', 0, '1183512420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(392, 'b12c7a668', 'Lil'' Wayne', 'Shooter feat. Robin Thicke', '', '1g78Sduklq8', 255, 'http://img.youtube.com/vi/1g78Sduklq8/default.jpg', 5492, '5', 'bot', 0, '1183331520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(393, '71a38e69f', 'Lil'' Wayne', 'Fireman', '', 'SePRNJtJQXw', 267, 'http://img.youtube.com/vi/SePRNJtJQXw/default.jpg', 62539, '5', 'bot', 0, '1184143620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(394, '21d8cd7d7', 'Lil'' Wayne', 'Go DJ', '', 'tvx3uvRCUiI', 264, 'http://img.youtube.com/vi/tvx3uvRCUiI/default.jpg', 309954, '5', 'bot', 0, '1186011120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(395, '10e74f48e', 'Lil'' Wayne', 'Bring it Back', '', 'g0N1zFYs0ZA', 255, 'http://img.youtube.com/vi/g0N1zFYs0ZA/default.jpg', 27685, '5', 'bot', 0, '1186099560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(396, '9d4da4e4e', 'Lil'' Wayne', 'Shooter', '', 'UL4wBZ6-Wws', 259, 'http://img.youtube.com/vi/UL4wBZ6-Wws/default.jpg', 300162, '5', 'bot', 0, '1186280160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(397, '930425734', 'Lloyd', 'Southside feat. Ashanti', '', 'F7d1jSq6o4M', 339, 'http://img.youtube.com/vi/F7d1jSq6o4M/default.jpg', 971168, '5', 'bot', 0, '1184681820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(398, '6dbb1fab6', 'Lloyd', 'Hey Young Girl', '', 'oR5dYgi84RM', 269, 'http://img.youtube.com/vi/oR5dYgi84RM/default.jpg', 129323, '5', 'bot', 0, '1184143440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(399, 'ebed4944f', 'Lloyd Banks', 'Karma', '', 'KjNImTVntP0', 313, 'http://img.youtube.com/vi/KjNImTVntP0/default.jpg', 440122, '5', 'bot', 0, '1187271480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(400, '22adff3f7', 'Lloyd Banks', 'Help', '', 'HwpO4au5MQU', 241, 'http://img.youtube.com/vi/HwpO4au5MQU/default.jpg', 163270, '5', 'bot', 0, '1184322780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(401, 'acef68779', 'Lloyd Banks', 'On Fire', '', '5SNkn4X6Unk', 248, 'http://img.youtube.com/vi/5SNkn4X6Unk/default.jpg', 50525, '5', 'bot', 0, '1187181900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(402, '35fc08851', 'Lloyd Banks', 'Hands Up', '', '4brlr8qnJPw', 244, 'http://img.youtube.com/vi/4brlr8qnJPw/default.jpg', 446668, '5', 'bot', 0, '1184592060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(403, '49234696f', 'Lloyd Banks', 'Cake', '', '5V9_uz9BXBM', 128, 'http://img.youtube.com/vi/5V9_uz9BXBM/default.jpg', 9108, '5', 'bot', 0, '1184143500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(404, '9017df002', 'Ludacris', 'Moneymaker feat. Pharrell', '', 'BEZT5PgTjSI', 189, 'http://img.youtube.com/vi/BEZT5PgTjSI/default.jpg', 68036, '5', 'bot', 0, '1186820160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(405, '5b833c2d2', 'Ludacris', 'Roll Out (My Business)', '', 'PwBc659hUrs', 236, 'http://img.youtube.com/vi/PwBc659hUrs/default.jpg', 13779, '5', 'bot', 0, '1184503080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(406, 'ae6900a58', 'Ludacris', 'Slap', '', 'E-8NFbkQRpE', 273, 'http://img.youtube.com/vi/E-8NFbkQRpE/default.jpg', 116448, '5', 'bot', 0, '1184141580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(407, '4b53bb8a9', 'Ludacris', 'Act a Fool', '', 'F3m3WA2t-us', 273, 'http://img.youtube.com/vi/F3m3WA2t-us/default.jpg', 1492693, '5', 'bot', 0, '1186730880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(409, '368168507', 'Ludacris', 'Saturday Oooh Oooh', '', 'NyaQWWWMXjw', 223, 'http://img.youtube.com/vi/NyaQWWWMXjw/default.jpg', 26761, '5', 'bot', 0, '1183423080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(411, '2be370a83', 'Ludacris', 'Splash Waterfalls', '', 'bHs_7145uZE', 253, 'http://img.youtube.com/vi/bHs_7145uZE/default.jpg', 163337, '5', 'bot', 0, '1184141700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(412, '5b175ad39', 'Ludacris', 'Runaway Love feat. Mary J. Blige', '', 'm7OSqzchdks', 291, 'http://img.youtube.com/vi/m7OSqzchdks/default.jpg', 684439, '5', 'bot', 0, '1183334040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(413, '25d57319d', 'Ludacris', 'Get Back', '', 'wJeZe50ut5A', 354, 'http://img.youtube.com/vi/wJeZe50ut5A/default.jpg', 438801, '5', 'bot', 0, '1186279560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(414, 'e1718ce84', 'Ludacris', 'Diamond in the Back', '', 'yM4GrCoFZwg', 289, 'http://img.youtube.com/vi/yM4GrCoFZwg/default.jpg', 18875, '5', 'bot', 0, '1187362200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(415, '106154a24', 'Ludacris', 'Southern Hospitality', '', '9x63Ym-P-Uo', 294, 'http://img.youtube.com/vi/9x63Ym-P-Uo/default.jpg', 185189, '5', 'bot', 0, '1186369740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(416, '34d84a9ad', 'Ludacris', 'Number One Spot', '', '3HuJMQQEpLU', 258, 'http://img.youtube.com/vi/3HuJMQQEpLU/default.jpg', 85060, '5', 'bot', 0, '1183513380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(417, '2ff89d5a4', 'Ludacris', 'Fatty Girl', '', '1Ahfr92sBmc', 269, 'http://img.youtube.com/vi/1Ahfr92sBmc/default.jpg', 11184, '5', 'bot', 0, '1183963140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(418, '9b129cbf5', 'Lupe Fiasco', 'Kick Push', '', 'OQQbj9vmaI8', 285, 'http://img.youtube.com/vi/OQQbj9vmaI8/default.jpg', 87788, '5', 'bot', 0, '1186999380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(419, '99e8f6542', 'Mannie Fresh', 'Real Big', '', 'vZ8Cpnjoggc', 240, 'http://img.youtube.com/vi/vZ8Cpnjoggc/default.jpg', 79908, '5', 'bot', 0, '1183783020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(420, '55eb24d2a', 'Master P', 'Real Love', '', 'iy-wtZkkV3I', 206, 'http://img.youtube.com/vi/iy-wtZkkV3I/default.jpg', 31546, '5', 'bot', 0, '1184412780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(421, 'c37cd9175', 'Mike Jones', 'My 6-4 feat. Snoop Dogg, Bun B and Lil Eazy-E', '', 'q2oV_0HMebk', 357, 'http://img.youtube.com/vi/q2oV_0HMebk/default.jpg', 1884829, '5', 'bot', 0, '1183873380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(422, '9ea980c22', 'Mike Jones', 'Still Tippin''', '', '3T29Dpu4mHY', 267, 'http://img.youtube.com/vi/3T29Dpu4mHY/default.jpg', 241011, '5', 'bot', 0, '1186009500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(423, '9c38380e3', 'Mike Jones', 'Back Then', '', 'M4zWEVdS8eY', 282, 'http://img.youtube.com/vi/M4zWEVdS8eY/default.jpg', 469604, '5', 'bot', 0, '1186462080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(424, '6fb8924af', 'MIMS', 'Like This', '', '82-ZSQVsJBE', 229, 'http://img.youtube.com/vi/82-ZSQVsJBE/default.jpg', 776341, '5', 'bot', 0, '1183961100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(426, '9b1b06a8d', 'Missy Elliott', 'Gossip Folks', '', 'TWfyydpAL74', 225, 'http://img.youtube.com/vi/TWfyydpAL74/default.jpg', 37706, '5', 'bot', 0, '1186190640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(428, 'a4abc6fab', 'Missy Elliott', 'Work It', '', 'cS8s0Af4x3w', 263, 'http://img.youtube.com/vi/cS8s0Af4x3w/default.jpg', 1479262, '5', 'bot', 0, '1183512120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(429, '67b4180f5', 'Missy Elliott', 'We Run This', '', 'e7WEHMleuyM', 252, 'http://img.youtube.com/vi/e7WEHMleuyM/default.jpg', 153156, '5', 'bot', 0, '1184324040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(430, '82f50b25a', 'Missy Elliott', 'Get Ur Freak On', '', 'Rm_10eS7YDM', 244, 'http://img.youtube.com/vi/Rm_10eS7YDM/default.jpg', 134323, '5', 'bot', 0, '1187272440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(431, '64f424f12', 'Mr. C the Slide Man', 'Cha Cha Slide Part 2', '', 'RVs-KP2h0us', 269, 'http://img.youtube.com/vi/RVs-KP2h0us/default.jpg', 47534, '5', 'bot', 0, '1186102260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(432, '277361211', 'Nelly', 'Pimp Juice', '', 'JflAfmDQwMM', 304, 'http://img.youtube.com/vi/JflAfmDQwMM/default.jpg', 38587, '5', 'bot', 0, '1183961460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(433, '677c6d89d', 'Nelly', 'My Place', '', 'j8vvFIiWCko', 299, 'http://img.youtube.com/vi/j8vvFIiWCko/default.jpg', 123989, '5', 'bot', 0, '1184411400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(434, 'a2d84b281', 'Nelly', '1', '', 'EsfIgLDid5c', 249, 'http://img.youtube.com/vi/EsfIgLDid5c/default.jpg', 52883, '5', 'bot', 0, '1186819860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(435, '470e847ef', 'Nelly', 'Country Grammar Hot', '', 'ssjvqOZiaRc', 232, 'http://img.youtube.com/vi/ssjvqOZiaRc/default.jpg', 272453, '5', 'bot', 0, '1186100400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(436, '8f2206d8b', 'Nelly', 'Ride Wit Me', '', 't-xJxuJSnRc', 291, 'http://img.youtube.com/vi/t-xJxuJSnRc/default.jpg', 678782, '5', 'bot', 0, '1183782840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(437, '0c98b7ee9', 'Nelly', 'Air Force Ones', '', 'LxGavd199X8', 309, 'http://img.youtube.com/vi/LxGavd199X8/default.jpg', 818015, '5', 'bot', 0, '1186372380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(438, 'aff2c2f49', 'Nelly', 'EI', '', 'dFVum3Emci4', 266, 'http://img.youtube.com/vi/dFVum3Emci4/default.jpg', 158817, '5', 'bot', 0, '1183333740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(439, '871d187ad', 'Nelly', 'Grillz', '', 'McK6G25ivFc', 279, 'http://img.youtube.com/vi/McK6G25ivFc/default.jpg', 181455, '5', 'bot', 0, '1186911120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(440, 'ca8877d24', 'Nelly', 'Work It', '', 'p2g6875qq80', 295, 'http://img.youtube.com/vi/p2g6875qq80/default.jpg', 175862, '5', 'bot', 0, '1183872000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(441, 'd657fd397', 'Nelly', 'Hot in Herre', '', 'bRgtofyvUIA', 232, 'http://img.youtube.com/vi/bRgtofyvUIA/default.jpg', 1291398, '5', 'bot', 0, '1183601280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(442, '13497f087', 'Nelly', 'Over and Over', '', 'temaoKXSVxw', 235, 'http://img.youtube.com/vi/temaoKXSVxw/default.jpg', 275067, '5', 'bot', 0, '1186461060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(443, '8a6bb036b', 'Nelly', 'Flap Your Wings', '', 'gylAZ7Ocui4', 289, 'http://img.youtube.com/vi/gylAZ7Ocui4/default.jpg', 77881, '5', 'bot', 0, '1186819680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(444, '597396cd3', 'Nelly', 'Tilt Ya Head Back', '', 'G-m7vdzm0c8', 256, 'http://img.youtube.com/vi/G-m7vdzm0c8/default.jpg', 198799, '5', 'bot', 0, '1186910940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(445, '5446fe4cc', 'Nelly', 'Batter Up', '', 'q_55kPOdj40', 288, 'http://img.youtube.com/vi/q_55kPOdj40/default.jpg', 84854, '5', 'bot', 0, '1186462380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(446, 'ae1629b71', 'Nelly', 'Errtime', '', 'pAGXKZ8aHJU', 277, 'http://img.youtube.com/vi/pAGXKZ8aHJU/default.jpg', 302212, '5', 'bot', 0, '1186639380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(447, '1e003d05c', 'Nelly', 'Hot in Herre (Live)', '', 'S904xwoX1EM', 227, 'http://img.youtube.com/vi/S904xwoX1EM/default.jpg', 1204, '5', 'bot', 0, '1183781040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(448, 'cd2ce8476', 'Nick Cannon', 'Can I Live feat. Anthony Hamilton', '', '4AqPRcF7ZC0', 238, 'http://img.youtube.com/vi/4AqPRcF7ZC0/default.jpg', 106220, '5', 'bot', 0, '1186821900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(449, '979d9d85d', 'Notorious B.I.G.', 'Big Poppa', '', 'dLAdMpk9BQo', 266, 'http://img.youtube.com/vi/dLAdMpk9BQo/default.jpg', 54168, '5', 'bot', 0, '1184501640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(450, '8baf7da9d', 'Notorious B.I.G.', 'Nasty Girl', '', 'GGUMIYgaXeA', 319, 'http://img.youtube.com/vi/GGUMIYgaXeA/default.jpg', 245370, '5', 'bot', 0, '1186911780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(451, '516f953e8', 'Notorious B.I.G.', 'Juicy', '', 'noTvdpAYeHE', 264, 'http://img.youtube.com/vi/noTvdpAYeHE/default.jpg', 695409, '5', 'bot', 0, '1187182140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(452, '865d69795', 'Notorious B.I.G.', 'Spit Your Game', '', 'tpGmHZwomS4', 287, 'http://img.youtube.com/vi/tpGmHZwomS4/default.jpg', 242724, '5', 'bot', 0, '1186370460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(453, 'ac79cb732', 'Obie Trice', 'Snitch', '', '_CGqwBUu9KQ', 285, 'http://img.youtube.com/vi/_CGqwBUu9KQ/default.jpg', 1768532, '5', 'bot', 0, '1183691640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(454, 'c5c8cdd55', 'Olivia', 'So Sexy', '', 'Z6PdEj39ZqE', 243, 'http://img.youtube.com/vi/Z6PdEj39ZqE/default.jpg', 51875, '5', 'bot', 0, '1184143080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(455, '6d5deaa88', 'P. Diddy', 'Best Friend', '', 'NGEynf5t7GU', 308, 'http://img.youtube.com/vi/NGEynf5t7GU/default.jpg', 55032, '5', 'bot', 0, '1186551300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(456, '4c31c7566', 'P. Diddy', 'I Need A Girl', '', '0RQgcMLIvP4', 229, 'http://img.youtube.com/vi/0RQgcMLIvP4/default.jpg', 34239, '5', 'bot', 0, '1186281960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(457, 'ce7e4efe1', 'P. Diddy', 'Victory', '', '5uF76QKS0iM', 403, 'http://img.youtube.com/vi/5uF76QKS0iM/default.jpg', 35449, '5', 'bot', 0, '1184503260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(458, '1fab4f5f7', 'Papa Roach', 'What Do You Do?', '', '-PAt7M0HQFg', 258, 'http://img.youtube.com/vi/-PAt7M0HQFg/default.jpg', 115736, '5', 'bot', 0, '1184231340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(459, 'b00afcaf2', 'Papoose', 'Alphabetical Slaughter', '', 'CLklnMWl63k', 295, 'http://img.youtube.com/vi/CLklnMWl63k/default.jpg', 326670, '5', 'bot', 0, '1186011960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(460, 'b222f4dc2', 'Pastor Troy', 'Vica Versa', '', 'zFU5HhCjBlI', 228, 'http://img.youtube.com/vi/zFU5HhCjBlI/default.jpg', 31977, '5', 'bot', 0, '1186640520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(461, '3f926199e', 'Paul Wall', 'Sittin'' Sidewayz', '', 'VLzY5JxOEzs', 232, 'http://img.youtube.com/vi/VLzY5JxOEzs/default.jpg', 66079, '5', 'bot', 0, '1186369380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(462, 'c83338d13', 'Paul Wall', 'Girl', '', 'Q9c8DCLh6YY', 262, 'http://img.youtube.com/vi/Q9c8DCLh6YY/default.jpg', 527553, '5', 'bot', 0, '1184231040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(463, 'a19116638', 'Paul Wall', 'Still Tippin', '', 'a5DzV_MWAsM', 297, 'http://img.youtube.com/vi/a5DzV_MWAsM/default.jpg', 39590, '5', 'bot', 0, '1183422600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(464, '23f849a1b', 'Petey Pablo', 'Freek-A-Leek', '', 'oenckgUlI54', 220, 'http://img.youtube.com/vi/oenckgUlI54/default.jpg', 9431, '5', 'bot', 0, '1186821420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(465, '1f1953d69', 'Pharrell', 'Number 1 feat. Kanye West', '', 'rD5OIpZHSMk', 235, 'http://img.youtube.com/vi/rD5OIpZHSMk/default.jpg', 688870, '5', 'bot', 0, '1186822200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(466, '033495800', 'Pitbull', 'Everybody Get Up feat. Pretty Ricky', '', 'gMhPbP-kxJA', 250, 'http://img.youtube.com/vi/gMhPbP-kxJA/default.jpg', 184807, '5', 'bot', 0, '1184323680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(467, '5f6d03a1e', 'Pitbull', 'Dammit Man', '', 'SbP8Racebes', 231, 'http://img.youtube.com/vi/SbP8Racebes/default.jpg', 97423, '5', 'bot', 0, '1183961700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(468, '6b8455729', 'Pitbull', 'Toma', '', 'Zqd7JZozXoQ', 235, 'http://img.youtube.com/vi/Zqd7JZozXoQ/default.jpg', 629048, '5', 'bot', 0, '1186731960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(469, '1c1eb8b85', 'Pitbull', 'Culo', '', 'iy-vUCIm04M', 175, 'http://img.youtube.com/vi/iy-vUCIm04M/default.jpg', 674343, '5', 'bot', 0, '1184052840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(470, 'e5ea1f861', 'Pitbull', 'Bo Jangles', '', 'nOsZQ0pWSrg', 275, 'http://img.youtube.com/vi/nOsZQ0pWSrg/default.jpg', 1325402, '5', 'bot', 0, '1187090700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(471, 'd8717d010', 'Plies', 'Hypnotize feat. Akon', '', 'ViRoBEXZz60', 195, 'http://img.youtube.com/vi/ViRoBEXZz60/default.jpg', 213780, '5', 'bot', 0, '1186909380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(472, '307770399', 'Plies', 'Got ''Em Hatin', '', 'INMCHL9J1Ls', 240, 'http://img.youtube.com/vi/INMCHL9J1Ls/default.jpg', 155386, '5', 'bot', 0, '1184592600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(473, 'fd4c83dbb', 'Plies', 'Shawty feat. T-Pain', '', 'Pxs5EM3xlus', 254, 'http://img.youtube.com/vi/Pxs5EM3xlus/default.jpg', 1332940, '5', 'bot', 0, '1183603920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(474, 'f139d471f', 'Pretty Ricky', 'Your Body', '', 'TF3ifE2rxTc', 241, 'http://img.youtube.com/vi/TF3ifE2rxTc/default.jpg', 657031, '5', 'bot', 0, '1186099920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(475, '26a8e23cd', 'Pretty Ricky', 'Grind With Me', '', 'mma-c6oCN8U', 214, 'http://img.youtube.com/vi/mma-c6oCN8U/default.jpg', 1033500, '5', 'bot', 0, '1186640520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(476, '62b7b26bd', 'Project Pat', 'Raised in the Projects', '', 'K2ib4N-tqzQ', 198, 'http://img.youtube.com/vi/K2ib4N-tqzQ/default.jpg', 45452, '5', 'bot', 0, '1184233980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(477, 'a0a997c22', 'Rasheeda', 'My Bubble Gum', '', 'T1KXQR3GyXA', 275, 'http://img.youtube.com/vi/T1KXQR3GyXA/default.jpg', 233028, '5', 'bot', 0, '1186459920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(478, 'f3c116792', 'Remy Ma', 'Conceited', '', 'pk7kjX0ROfA', 219, 'http://img.youtube.com/vi/pk7kjX0ROfA/default.jpg', 273615, '5', 'bot', 0, '1186459440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(479, 'f38725870', 'Rich Boy', 'Good Things feat. Polow Da Don and Keri Hilson', '', 'QuNnoRsjWK8', 273, 'http://img.youtube.com/vi/QuNnoRsjWK8/default.jpg', 1369145, '5', 'bot', 0, '1186460400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(480, '117815bda', 'Rick Ross', 'Push It', '', '4-H8j_c36J0', 209, 'http://img.youtube.com/vi/4-H8j_c36J0/default.jpg', 528677, '5', 'bot', 0, '1186551600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(481, '23ef4691d', 'Romeo', 'Shine', '', 'Eo9x6USZrUk', 248, 'http://img.youtube.com/vi/Eo9x6USZrUk/default.jpg', 38406, '5', 'bot', 0, '1186099740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(483, '1bc7da968', 'Shareefa', 'Need a Boss feat. Ludacris', '', 'aT6KDklY59s', 235, 'http://img.youtube.com/vi/aT6KDklY59s/default.jpg', 547585, '5', 'bot', 0, '1186190820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(485, 'c552aa7ea', 'Slim Thug', 'Wood Grain Wheel', '', 'HCZSVqI9V6U', 273, 'http://img.youtube.com/vi/HCZSVqI9V6U/default.jpg', 196809, '5', 'bot', 0, '1186009500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(486, 'a2004b146', 'Slim Thug', 'Like a Boss', '', 'iXaqG2yrYxY', 193, 'http://img.youtube.com/vi/iXaqG2yrYxY/default.jpg', 34854, '5', 'bot', 0, '1184141400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(487, '873201bf7', 'Snoop Dogg', 'Vato', '', '6v_qJRa0D9E', 284, 'http://img.youtube.com/vi/6v_qJRa0D9E/default.jpg', 376600, '5', 'bot', 0, '1183783380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(488, '80ce0bc30', 'Snoop Dogg', 'Boss'' Life feat. Nate Dogg', '', 'Gp28z5A4WEw', 228, 'http://img.youtube.com/vi/Gp28z5A4WEw/default.jpg', 722696, '5', 'bot', 0, '1183872360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(489, 'c4c6d580a', 'Snoop Dogg', 'Gin and Juice', '', '9PVlqQcyTXg', 258, 'http://img.youtube.com/vi/9PVlqQcyTXg/default.jpg', 633841, '5', 'bot', 0, '1186461720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(490, 'f5cacb15f', 'Snoop Dogg', 'Wanted Dead Or Alive', '', 'dhSsiWO2JIE', 251, 'http://img.youtube.com/vi/dhSsiWO2JIE/default.jpg', 34652, '5', 'bot', 0, '1186821600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(492, 'b8dcb48e1', 'Snoop Dogg', 'Vapors', '', '1xZSvQjlos4', 267, 'http://img.youtube.com/vi/1xZSvQjlos4/default.jpg', 51104, '5', 'bot', 0, '1183601640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(494, '039d00d0f', 'Swizz Beatz', 'Bigger Business', '', '4H5j7PsTeYY', 238, 'http://img.youtube.com/vi/4H5j7PsTeYY/default.jpg', 58247, '5', 'bot', 0, '1186999320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(495, '9a8931286', 'T.I.', 'What You Know', '', 'D61mqcicqp8', 275, 'http://img.youtube.com/vi/D61mqcicqp8/default.jpg', 1899906, '5', 'bot', 0, '1183332540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(496, '22d0cb50a', 'T.I.', 'Why You Wanna', '', 'WD2ePODB-94', 261, 'http://img.youtube.com/vi/WD2ePODB-94/default.jpg', 1060938, '5', 'bot', 0, '1186102500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(497, '5c4678eb9', 'T.I.', 'Be Easy', '', 'pQySacxorKY', 167, 'http://img.youtube.com/vi/pQySacxorKY/default.jpg', 113601, '5', 'bot', 0, '1183694100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(498, '0a5eb3a3a', 'T.I.', 'Rubberband Man', '', '4ZtSaVhu9OQ', 238, 'http://img.youtube.com/vi/4ZtSaVhu9OQ/default.jpg', 159955, '5', 'bot', 0, '1183602240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(500, '3bc999323', 'T.I.', 'Behind the Scenes', '', '5AX-g6j0ziY', 156, 'http://img.youtube.com/vi/5AX-g6j0ziY/default.jpg', 4621, '5', 'bot', 0, '1183423800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(501, 'cfd7a778d', 'T.I.', 'Bring Em Out', '', 'F7FMt_5wzkA', 198, 'http://img.youtube.com/vi/F7FMt_5wzkA/default.jpg', 263975, '5', 'bot', 0, '1184322900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(502, '30b909445', 'T.I.', 'You Know What It Is', '', 'QQGlvL-UE9M', 274, 'http://img.youtube.com/vi/QQGlvL-UE9M/default.jpg', 245932, '5', 'bot', 0, '1184683620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(503, 'da5df1538', 'Terror Squad', 'Lean Back', '', 'z7qNAbcibZU', 282, 'http://img.youtube.com/vi/z7qNAbcibZU/default.jpg', 515963, '5', 'bot', 0, '1184053620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(504, 'cb7608a48', 'Tha Dogg Pound', 'Cali Iz Active feat. Kurupt, Daz and Snoop Dogg', '', 'Y8MikyqqnrQ', 294, 'http://img.youtube.com/vi/Y8MikyqqnrQ/default.jpg', 750191, '5', 'bot', 0, '1187001240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(506, 'dc2c30810', 'The Game', 'Hate It or Love It', '', 'zMXYcn-iNUU', 206, 'http://img.youtube.com/vi/zMXYcn-iNUU/default.jpg', 1672920, '5', 'bot', 0, '1186191600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(507, 'aa0ee973e', 'The Game', 'Dreams', '', 'JdDHcW9TyPo', 278, 'http://img.youtube.com/vi/JdDHcW9TyPo/default.jpg', 608386, '5', 'bot', 0, '1186189320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2193, '52d26c05a', 'Kanye West', 'Touch the Sky', '', 'dldtY9ZbqYs', 334, 'http://img.youtube.com/vi/dldtY9ZbqYs/default.jpg', 236784, '5', 'admin', 0, '1191921805', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(510, 'e96336121', 'The Game', 'How We Do', '', 'QRgoeFX9T-Q', 263, 'http://img.youtube.com/vi/QRgoeFX9T-Q/default.jpg', 1619024, '5', 'bot', 0, '1184143920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(511, '1bc3377a6', 'The Notorious B.I.G.', 'Hold Ya Head', '', '1FZssvpLf0I', 199, 'http://img.youtube.com/vi/1FZssvpLf0I/default.jpg', 56750, '5', 'bot', 0, '1183510980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(512, '751c1065f', 'Three 6 Mafia', 'Stay Fly', '', 'z1jn-31bDEY', 238, 'http://img.youtube.com/vi/z1jn-31bDEY/default.jpg', 686397, '5', 'bot', 0, '1186820940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(513, '572179a12', 'Three 6 Mafia', 'Side 2 Side feat. Bow Wow', '', 'v1DBBLdoaq0', 216, 'http://img.youtube.com/vi/v1DBBLdoaq0/default.jpg', 5528, '5', 'bot', 0, '1186280700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(514, 'd668bcdae', 'Three 6 Mafia', 'Doe Boy Fresh', '', 'veW31M6YO5Q', 248, 'http://img.youtube.com/vi/veW31M6YO5Q/default.jpg', 1519165, '5', 'bot', 0, '1184143800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(515, 'da118416d', 'Timbaland', 'The Way I Are feat. Keri Hilson', '', 'iWg3IMN_rhU', 216, 'http://img.youtube.com/vi/iWg3IMN_rhU/default.jpg', 20457696, '5', 'bot', 0, '1186460700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(516, '00e54e250', 'Timbaland', 'Throw It on Me feat. The Hives', '', 'Dn6kGzRSjhU', 189, 'http://img.youtube.com/vi/Dn6kGzRSjhU/default.jpg', 2793238, '5', 'bot', 0, '1183872600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(517, 'd54fdae47', 'Too Short', 'Get In Where You Fit In', '', 'fkVp1BE-DQY', 316, 'http://img.youtube.com/vi/fkVp1BE-DQY/default.jpg', 12476, '5', 'bot', 0, '1184141760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(518, 'd7a2e6206', 'Tony Yayo', 'So Seductive', '', 'XKQRn57n2Sw', 233, 'http://img.youtube.com/vi/XKQRn57n2Sw/default.jpg', 181104, '5', 'bot', 0, '1184592540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(520, '1b870fb47', 'Trick Daddy', 'Thug Holiday', '', 'Qu4OX_LAX7A', 276, 'http://img.youtube.com/vi/Qu4OX_LAX7A/default.jpg', 97052, '5', 'bot', 0, '1187272380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(521, 'c61f65ff2', 'Trick Trick', 'Welcome to Detroit', '', 'QLmdvG3sjIs', 243, 'http://img.youtube.com/vi/QLmdvG3sjIs/default.jpg', 728162, '5', 'bot', 0, '1184231280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(523, '1389c9617', 'Trina', 'Pull Over', '', 'I6NJEY_MqAY', 184, 'http://img.youtube.com/vi/I6NJEY_MqAY/default.jpg', 38654, '5', 'bot', 0, '1184051160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(524, '7acd94be2', 'Trina', 'No Panties', '', 'TVyhsgiTaLY', 163, 'http://img.youtube.com/vi/TVyhsgiTaLY/default.jpg', 55989, '5', 'bot', 0, '1183694040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(525, '380dc2507', 'Trina', 'Baddest Chick', '', 'jG_KUmUzmkQ', 243, 'http://img.youtube.com/vi/jG_KUmUzmkQ/default.jpg', 230868, '5', 'bot', 0, '1186010160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(527, '2832ba660', 'Tum Tum', 'Caprice Musik', '', 'TzcJNDIlKqQ', 220, 'http://img.youtube.com/vi/TzcJNDIlKqQ/default.jpg', 93313, '5', 'bot', 0, '1187092140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(528, '4a99f2971', 'Tupac', 'Ghetto Gospel', '', 'IxR4AweLeXE', 266, 'http://img.youtube.com/vi/IxR4AweLeXE/default.jpg', 2053027, '5', 'bot', 0, '1187360040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(529, '6b48a4b4e', 'Tupac Shakur', 'Hit ''Em Up (Live)', '', 'qYqXe53Q7DM', 326, 'http://img.youtube.com/vi/qYqXe53Q7DM/default.jpg', 3619, '5', 'bot', 0, '1187180820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(530, '79f3f10f0', 'Tupac Shakur', 'Pac''s Life feat. Ashanti and T.I.', '', 'tcwblLlqp94', 216, 'http://img.youtube.com/vi/tcwblLlqp94/default.jpg', 1868505, '5', 'bot', 0, '1186102020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(531, '6877bd1fd', 'Twista', 'Hope feat. Faith Evans', '', 'Vv1sRFbsKDY', 266, 'http://img.youtube.com/vi/Vv1sRFbsKDY/default.jpg', 444536, '5', 'bot', 0, '1184591520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(532, 'd040a2508', 'Twista', 'Slow Jamz', '', '_puP6zFSnvs', 213, 'http://img.youtube.com/vi/_puP6zFSnvs/default.jpg', 712396, '5', 'bot', 0, '1183333680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(533, 'e9c6802c5', 'U.S.D.A.', 'White Girl', '', '1K8XjRizVpE', 216, 'http://img.youtube.com/vi/1K8XjRizVpE/default.jpg', 700812, '5', 'bot', 0, '1186999380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(534, 'c4774ee60', 'Unk', 'Walk It Out', '', 'pxjZM-d_ShI', 183, 'http://img.youtube.com/vi/pxjZM-d_ShI/default.jpg', 4476884, '5', 'bot', 0, '1186729740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(535, '151ddced7', 'Unk', '2 Step', '', '2TaAceHgyFE', 221, 'http://img.youtube.com/vi/2TaAceHgyFE/default.jpg', 2123740, '5', 'bot', 0, '1183691040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(537, 'b7a5f7aeb', 'Webbie', 'Give Me That', '', '_7ISaLU4lJ8', 234, 'http://img.youtube.com/vi/_7ISaLU4lJ8/default.jpg', 40035, '5', 'bot', 0, '1187271600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(540, 'd2d2772bc', 'Will Smith', 'Just The Two Of Us', '', 'EjheiI0BFqg', 269, 'http://img.youtube.com/vi/EjheiI0BFqg/default.jpg', 335693, '5', 'bot', 0, '1184502240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(541, '3b7fc0c46', 'Will Smith', 'Party Starter', '', '95Z525o2mLA', 237, 'http://img.youtube.com/vi/95Z525o2mLA/default.jpg', 59185, '5', 'bot', 0, '1186011900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(542, 'f31d4ccae', 'Will Smith', 'Switch', '', '4WcmqT2XpdY', 210, 'http://img.youtube.com/vi/4WcmqT2XpdY/default.jpg', 368350, '5', 'bot', 0, '1186371540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(543, '8a9056de4', 'Wyclef Jean', '911 feat. Mary J. Blige', '', 'ol6oucADPqM', 259, 'http://img.youtube.com/vi/ol6oucADPqM/default.jpg', 41180, '5', 'bot', 0, '1187179500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(544, 'bd46b4a18', 'Ying Yang Twins', 'Shake', '', 'nLqH268GOis', 239, 'http://img.youtube.com/vi/nLqH268GOis/default.jpg', 794831, '5', 'bot', 0, '1186189800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(545, '28fc3cd29', 'Ying Yang Twins', 'Badd', '', 'Ko_ulOtDiuc', 233, 'http://img.youtube.com/vi/Ko_ulOtDiuc/default.jpg', 418850, '5', 'bot', 0, '1183511220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(546, '65850d5b9', 'Ying Yang Twins', 'Git It', '', 't4iWqGhf84Q', 210, 'http://img.youtube.com/vi/t4iWqGhf84Q/default.jpg', 201816, '5', 'bot', 0, '1186910160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(547, '958e9442a', 'Ying Yang Twins', 'Wait (The Whisper Song)', '', 'gDOC7JRDzYI', 182, 'http://img.youtube.com/vi/gDOC7JRDzYI/default.jpg', 766235, '5', 'bot', 0, '1186551840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(548, 'fb8c559a1', 'Young Buck', 'Look At Me Now/Bonafide Hustler', '', 'WqjItWeDoBk', 288, 'http://img.youtube.com/vi/WqjItWeDoBk/default.jpg', 62791, '5', 'bot', 0, '1184683860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(549, 'cc64be6d2', 'Yo Gotti', 'That''s What''s Up/What It Is', '', 'k90okifQhss', 232, 'http://img.youtube.com/vi/k90okifQhss/default.jpg', 10997, '5', 'bot', 0, '1183423680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(550, '3d809e0cd', 'Young Buck', 'Let Me In', '', '4TyXTNrZCyQ', 235, 'http://img.youtube.com/vi/4TyXTNrZCyQ/default.jpg', 49994, '5', 'bot', 0, '1186911720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(551, '7aa688322', 'Young Buck', 'Young Buck 16 Bars Freestyle', '', '3-VQifEfsAc', 122, 'http://img.youtube.com/vi/3-VQifEfsAc/default.jpg', 1241, '5', 'bot', 0, '1187179860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(552, '974af9b87', 'Young Buck', 'Get Buck', '', 'TdVBhiVstUE', 279, 'http://img.youtube.com/vi/TdVBhiVstUE/default.jpg', 3410543, '5', 'bot', 0, '1184502000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(553, 'd10062045', 'Young Buck', 'Shorty Wanna Ride', '', 'qIFSCs5e3Jo', 377, 'http://img.youtube.com/vi/qIFSCs5e3Jo/default.jpg', 107829, '5', 'bot', 0, '1187182140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(554, '6b7b0b0cb', 'Young Dro', 'Shoulder Lean', '', 'U9PDEytrLmQ', 250, 'http://img.youtube.com/vi/U9PDEytrLmQ/default.jpg', 682125, '5', 'bot', 0, '1183962600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(555, '46898226c', 'Young Jeezy', 'Go Getta feat. R. Kelly', '', '4t2izbk5OTI', 238, 'http://img.youtube.com/vi/4t2izbk5OTI/default.jpg', 504794, '5', 'bot', 0, '1183333380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(556, 'f210a6c05', 'Young Jeezy', 'Over Here', '', 'MGVcoIoYLyg', 232, 'http://img.youtube.com/vi/MGVcoIoYLyg/default.jpg', 40150, '5', 'bot', 0, '1184322780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(557, '85a07233d', 'Young Jeezy', 'My Hood', '', 'hKOTiRhr5lg', 258, 'http://img.youtube.com/vi/hKOTiRhr5lg/default.jpg', 164729, '5', 'bot', 0, '1186280760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(558, 'e4d722ecb', 'Young Jeezy', 'Soul Survivor feat. Akon', '', 'YIzEXSFm6dQ', 279, 'http://img.youtube.com/vi/YIzEXSFm6dQ/default.jpg', 995735, '5', 'bot', 0, '1187361000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(559, '4b729046e', 'Young Jeezy', 'And Then What', '', 'A3GXk7hY5YQ', 268, 'http://img.youtube.com/vi/A3GXk7hY5YQ/default.jpg', 309112, '5', 'bot', 0, '1183872840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(560, '7755d48fd', 'Young Jeezy', 'I Luv it', '', 'Ke1wTZQIAU4', 256, 'http://img.youtube.com/vi/Ke1wTZQIAU4/default.jpg', 1016377, '5', 'bot', 0, '1186280340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(561, '745de8a41', 'Young Jeezy', 'Trap Star/Go Crazy Medley', '', 'R13JDHkdoeU', 269, 'http://img.youtube.com/vi/R13JDHkdoeU/default.jpg', 158437, '5', 'bot', 0, '1186280340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(562, 'e738451e0', 'Youngbloodz', 'Damn', '', '94INNu-XB8g', 233, 'http://img.youtube.com/vi/94INNu-XB8g/default.jpg', 43486, '5', 'bot', 0, '1186459800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(563, '8752a327b', 'Yung Berg', 'Sexy Lady', '', '419-SUgKA6c', 231, 'http://img.youtube.com/vi/419-SUgKA6c/default.jpg', 700722, '5', 'bot', 0, '1187269980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(564, '9fa2b776d', 'Yung Joc', 'I Know You See It', '', 'pTGxLmr1eHA', 278, 'http://img.youtube.com/vi/pTGxLmr1eHA/default.jpg', 412968, '5,', 'bot', 0, '1183693140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(565, '07f8460c3', 'Yung Joc', '1st Time', '', 'kH0v7QEcFs0', 274, 'http://img.youtube.com/vi/kH0v7QEcFs0/default.jpg', 775454, '5,', 'bot', 0, '1186911900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(566, 'bfdd2fc18', 'Akwid', 'Como, Cuando y Donde', '', 'DUysKK0siBQ', 258, 'http://img.youtube.com/vi/DUysKK0siBQ/default.jpg', 26879, '6', 'bot', 0, '1186550280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(567, '5b30c8013', 'Akwid', 'Siempre Ausente', '', '8EcfOX6PSZA', 237, 'http://img.youtube.com/vi/8EcfOX6PSZA/default.jpg', 190170, '6', 'bot', 0, '1187271360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(568, '047ec3dc1', 'Albita', 'El Chico Chevere', '', 'WBwvWHGJcsc', 236, 'http://img.youtube.com/vi/WBwvWHGJcsc/default.jpg', 6973, '6', 'bot', 0, '1186730460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(571, '8d5a82615', 'Alejandro Sanz', 'No Es Lo Mismo', '', 'JHJPKvJxmuo', 362, 'http://img.youtube.com/vi/JHJPKvJxmuo/default.jpg', 244794, '6', 'bot', 0, '1183692120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(572, 'f03d1c725', 'Aleks Syntek', 'Duele El Amor', '', 'JvJNGdAbvlw', 269, 'http://img.youtube.com/vi/JvJNGdAbvlw/default.jpg', 24130, '6', 'bot', 0, '1184682420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(573, '6b807ec93', 'Alex Ubago', 'Que Pides Tu', '', 'WpAMpYiPa5w', 249, 'http://img.youtube.com/vi/WpAMpYiPa5w/default.jpg', 62532, '6', 'bot', 0, '1186909860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(574, '95e1267c7', 'Alex Ubago', 'A Gritos De Esperanza', '', 'sxRblt_krPY', 274, 'http://img.youtube.com/vi/sxRblt_krPY/default.jpg', 488264, '6', 'bot', 0, '1183692000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(576, 'e4adc306d', 'Alexandre Pires', 'Amame', '', 'mPlsxqYxWbk', 267, 'http://img.youtube.com/vi/mPlsxqYxWbk/default.jpg', 422176, '6', 'bot', 0, '1183423140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(577, '6e63292de', 'Alexandre Pires', 'Quitemonos La Ropa', '', 'aMfsX9K4HPk', 274, 'http://img.youtube.com/vi/aMfsX9K4HPk/default.jpg', 19879, '6', 'bot', 0, '1186009740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(578, '38dd4286a', 'Alexandre Pires', 'En El Negro Silencio De La Noche', '', '4pPMB1IfSiQ', 289, 'http://img.youtube.com/vi/4pPMB1IfSiQ/default.jpg', 149722, '6', 'bot', 0, '1183422540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(579, 'b470cebb9', 'Alvaro Torres', 'Buenos Amigos', '', '5QC6V0Mw8Yo', 283, 'http://img.youtube.com/vi/5QC6V0Mw8Yo/default.jpg', 2272, '6', 'bot', 0, '1186460940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(580, 'daed3a730', 'Ana Gabriel', 'La Reina', '', 'UGclj7EXKX8', 212, 'http://img.youtube.com/vi/UGclj7EXKX8/default.jpg', 23517, '6', 'bot', 0, '1184681520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(581, 'b330e4e0c', 'Angie Martinez', 'Take You Home', '', 'yVYueqq7Tj0', 232, 'http://img.youtube.com/vi/yVYueqq7Tj0/default.jpg', 12915, '6', 'bot', 0, '1186551960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(582, '9174e0e4c', 'Angie Martinez', 'Coast to Coast', '', '6dNpTru8kFA', 207, 'http://img.youtube.com/vi/6dNpTru8kFA/default.jpg', 1190, '6', 'bot', 0, '1187092020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(583, 'e80b6f1e8', 'Angie Martinez', 'If I Could Go', '', '9WTlrbhO-lQ', 247, 'http://img.youtube.com/vi/9WTlrbhO-lQ/default.jpg', 116792, '6', 'bot', 0, '1183872300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(584, 'c90243f53', 'Antonio Orozco', 'Quiero Ser', '', '41_1IBEJBE0', 260, 'http://img.youtube.com/vi/41_1IBEJBE0/default.jpg', 34087, '6', 'bot', 0, '1186101240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(585, 'ac8ef8ea1', 'Bacilos', 'Mi Primer Millon', '', 'CGZ0-6qBSnI', 234, 'http://img.youtube.com/vi/CGZ0-6qBSnI/default.jpg', 23090, '6', 'bot', 0, '1184680980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(587, '96d417876', 'Bacilos', 'Tabaco y Chanel', '', 'OcUdwqmGQ6Q', 262, 'http://img.youtube.com/vi/OcUdwqmGQ6Q/default.jpg', 40472, '6', 'bot', 0, '1183963620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(588, '6fb0a1750', 'Bebel Gilberto', 'Momento', '', 'P6ynrNytFvA', 351, 'http://img.youtube.com/vi/P6ynrNytFvA/default.jpg', 29325, '6', 'bot', 0, '1184051160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(589, 'c999b26da', 'Belanova', 'Por Ti', '', 'PPKW56Kxi7o', 209, 'http://img.youtube.com/vi/PPKW56Kxi7o/default.jpg', 188331, '6', 'bot', 0, '1186369320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(590, '7c03d464b', 'Belanova', 'Rosa Pastel', '', 'memLMX0ZJKU', 217, 'http://img.youtube.com/vi/memLMX0ZJKU/default.jpg', 108131, '6', 'bot', 0, '1186189620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(591, 'b18507447', 'Belanova', 'Me Pregunto', '', 'U3Hxxr4SxgY', 181, 'http://img.youtube.com/vi/U3Hxxr4SxgY/default.jpg', 107968, '6', 'bot', 0, '1187361600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(592, 'bd23dc526', 'Belinda', 'Angel', '', 'kzPU_ZskXHo', 224, 'http://img.youtube.com/vi/kzPU_ZskXHo/default.jpg', 271853, '6', 'bot', 0, '1184501820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(594, '7ef10c773', 'Cafe Tacuba', 'Dejate Caer', '', '4kdjWqEojlE', 303, 'http://img.youtube.com/vi/4kdjWqEojlE/default.jpg', 111834, '6', 'bot', 0, '1184682000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(595, '0aa2d3d0a', 'Cafe Tacuba', 'Eo El Sonidero', '', 'tGw06vL7xeY', 140, 'http://img.youtube.com/vi/tGw06vL7xeY/default.jpg', 14243, '6', 'bot', 0, '1184412900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(596, 'c26741069', 'Cafe Tacuba', 'Eres', '', 'xZDbdxNpK_0', 264, 'http://img.youtube.com/vi/xZDbdxNpK_0/default.jpg', 115727, '6', 'bot', 0, '1187360580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(597, '552c6dbef', 'Capicu', 'Para La Calle', '', 'EjfcqZz0yZ4', 258, 'http://img.youtube.com/vi/EjfcqZz0yZ4/default.jpg', 4000, '6', 'bot', 0, '1186552380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(598, 'c2ad4829c', 'Celia Cruz', 'La Negra Tiene Tumbao', '', 'i2_kPeWi4ng', 259, 'http://img.youtube.com/vi/i2_kPeWi4ng/default.jpg', 215459, '6', 'bot', 0, '1187000460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(599, '5491077a4', 'Chayanne', 'Sentada Aqui En Mi Alma', '', 'OxAqhh7HedQ', 243, 'http://img.youtube.com/vi/OxAqhh7HedQ/default.jpg', 732550, '6', 'bot', 0, '1183872780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(600, '81b977199', 'Coti', 'Cancion De Adios', '', 'XSKJk-Q5oTs', 249, 'http://img.youtube.com/vi/XSKJk-Q5oTs/default.jpg', 72516, '6', 'bot', 0, '1186729440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(601, '259a5ec67', 'Cristian', 'No Hace Falta', '', '_-3aIEloHLM', 285, 'http://img.youtube.com/vi/_-3aIEloHLM/default.jpg', 30764, '6', 'bot', 0, '1186102440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(602, '56acf178d', 'Cuban Link', 'Still Telling Lies', '', 'UeAsLrM75tw', 216, 'http://img.youtube.com/vi/UeAsLrM75tw/default.jpg', 27127, '6', 'bot', 0, '1184232660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(603, 'ca1af1869', 'Cuban Link', 'Letter To Pun', '', 'OozUads0HQ0', 347, 'http://img.youtube.com/vi/OozUads0HQ0/default.jpg', 58337, '6', 'bot', 0, '1186909740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(604, '5e6538b2f', 'Daddy Yankee', 'Gangsta Zone feat. Snoop Dogg', '', 'X-XYQ4F6_oI', 238, 'http://img.youtube.com/vi/X-XYQ4F6_oI/default.jpg', 14678, '6', 'bot', 0, '1183962180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(605, 'b57fd68a2', 'Daddy Yankee', 'Rompe (Remix)', '', 'jNq1oms-dsg', 218, 'http://img.youtube.com/vi/jNq1oms-dsg/default.jpg', 95343, '6', 'bot', 0, '1186192260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(606, 'ed2200e66', 'Daddy Yankee', 'Rompe', '', '62cnG_Al9qY', 202, 'http://img.youtube.com/vi/62cnG_Al9qY/default.jpg', 98556, '6', 'bot', 0, '1186912020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(607, '66a71c21f', 'Daddy Yankee', 'Gasolina', '', 'tgZosdQFHsE', 302, 'http://img.youtube.com/vi/tgZosdQFHsE/default.jpg', 1809508, '6', 'bot', 0, '1187270220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(608, '09dc0232c', 'David Bisbal, Wisin', 'Torre De Babel', '', 'wZvh3m6Kzvo', 256, 'http://img.youtube.com/vi/wZvh3m6Kzvo/default.jpg', 666354, '6', 'bot', 0, '1183871220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(609, '325d213f4', 'Diego Torres', 'Cantar Hasta Morir', '', 'DntFelUX9Ag', 274, 'http://img.youtube.com/vi/DntFelUX9Ag/default.jpg', 44574, '6', 'bot', 0, '1187091060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(610, 'f6d71bc01', 'Don Dinero', 'Pana Pana', '', 'wu2cdW0Gxzk', 225, 'http://img.youtube.com/vi/wu2cdW0Gxzk/default.jpg', 21883, '6', 'bot', 0, '1187271360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(611, 'd078a8bb4', 'Don Dinero', 'Yo No Se', '', '9meBg-cg9vg', 256, 'http://img.youtube.com/vi/9meBg-cg9vg/default.jpg', 20117, '6', 'bot', 0, '1183602840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(612, 'ec8ca2f01', 'Don Omar', 'Belly Danza feat. Beenie Man', '', 'XTfr4zUE2pc', 368, 'http://img.youtube.com/vi/XTfr4zUE2pc/default.jpg', 29214, '6', 'bot', 0, '1183781940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(613, '3311f0aed', 'Don Omar', 'Reggaeton Latino', '', 'LYu5r4IF53w', 210, 'http://img.youtube.com/vi/LYu5r4IF53w/default.jpg', 165971, '6', 'bot', 0, '1186909800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2191, 'bc889362e', 'Fabolous', 'Breathe', '', 'MHzKQYVfRQQ', 257, 'http://img.youtube.com/vi/MHzKQYVfRQQ/default.jpg', 10108, '5', 'admin', 0, '1191921776', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2192, '99ef6a3dd', 'Jay-Z', 'Girls, Girls, Girls', '', 'WPHUACY_Ktw', 301, 'http://img.youtube.com/vi/WPHUACY_Ktw/default.jpg', 42747, '5', 'admin', 0, '1191921786', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(615, '0d09e593d', 'Don Omar', 'Angelito', '', 'BmG-VTe13oM', 301, 'http://img.youtube.com/vi/BmG-VTe13oM/default.jpg', 51084, '6', 'bot', 0, '1184501160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(616, 'eedca8a3b', 'Don Omar', 'Adios', '', 'tgISom8VpwY', 239, 'http://img.youtube.com/vi/tgISom8VpwY/default.jpg', 1246768, '6', 'bot', 0, '1187091660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(617, '4e65838d7', 'Don Omar', 'Salio El Sol', '', 'jaX-XS5RxDI', 330, 'http://img.youtube.com/vi/jaX-XS5RxDI/default.jpg', 238843, '6', 'bot', 0, '1187271000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(618, 'fbeef6d61', 'Down AKA Kilo', 'Lean Like a Cholo', '', 'LPD_mRGegEI', 233, 'http://img.youtube.com/vi/LPD_mRGegEI/default.jpg', 122573, '6', 'bot', 0, '1187272020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(619, '68d09390f', 'Ednita Nazario', 'Si No Me Amas', '', 'LyD0T0wiilM', 247, 'http://img.youtube.com/vi/LyD0T0wiilM/default.jpg', 51228, '6', 'bot', 0, '1187090160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(620, '935613fac', 'Enrique Iglesias', 'Addicted', '', '8bdv88mw-tQ', 280, 'http://img.youtube.com/vi/8bdv88mw-tQ/default.jpg', 861540, '6', 'bot', 0, '1187090700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(622, '84bc3e914', 'Enrique Iglesias', 'Do You Know? (The Ping Pong Song)', '', 'tcZVpaVn-eM', 306, 'http://img.youtube.com/vi/tcZVpaVn-eM/default.jpg', 5277597, '6', 'bot', 0, '1184322720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(623, '6515bd65a', 'Enrique Iglesias', 'Maybe', '', 'qvPDc3ugQLk', 188, 'http://img.youtube.com/vi/qvPDc3ugQLk/default.jpg', 249559, '6', 'bot', 0, '1183781580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(624, '0da78ba3d', 'Enrique Iglesias', 'Dimelo', '', 'VSp6H4SdH7Y', 307, 'http://img.youtube.com/vi/VSp6H4SdH7Y/default.jpg', 1461027, '6', 'bot', 0, '1187179740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(625, '284ad8485', 'Enrique Iglesias', 'Hero', '', 'fmi0UbO7PZI', 265, 'http://img.youtube.com/vi/fmi0UbO7PZI/default.jpg', 3975553, '6', 'bot', 0, '1184321400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(626, '1efa2ca99', 'Enrique Iglesias', 'Quizas', '', 'dFQpJ1iEW4I', 256, 'http://img.youtube.com/vi/dFQpJ1iEW4I/default.jpg', 352709, '6', 'bot', 0, '1184682180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(627, '82484651f', 'Enrique Iglesias', 'Bailamos', '', 'omYNh7fTxXQ', 208, 'http://img.youtube.com/vi/omYNh7fTxXQ/default.jpg', 1558735, '6', 'bot', 0, '1186820640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(628, 'be6afbca3', 'Enrique Iglesias', 'Escape', '', 'n045JNlaslo', 210, 'http://img.youtube.com/vi/n045JNlaslo/default.jpg', 1790832, '6', 'bot', 0, '1186012500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(629, '7b1e3ee23', 'Enrique Iglesias', 'Para Que La Va', '', 'nJzWtu3NbEE', 262, 'http://img.youtube.com/vi/nJzWtu3NbEE/default.jpg', 7233, '6', 'bot', 0, '1186100820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(630, '0d66da2da', 'Enrique Iglesias', 'Enamorado Por Primera Vez', '', 'hf2EgN_8ooA', 264, 'http://img.youtube.com/vi/hf2EgN_8ooA/default.jpg', 255871, '6', 'bot', 0, '1186460160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(631, '411713d8b', 'Eros Ramazzotti', 'Una Emocion Para Siempre', '', 'wo4zmFCfFM8', 231, 'http://img.youtube.com/vi/wo4zmFCfFM8/default.jpg', 10210, '6', 'bot', 0, '1184413860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(632, '7bd18c3be', 'Gloria Estefan', 'Everlasting Love', '', 'ErZl3ZM3Uto', 239, 'http://img.youtube.com/vi/ErZl3ZM3Uto/default.jpg', 59198, '6', 'bot', 0, '1187181300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(633, '92b925d7c', 'Gloria Estefan', 'Wrapped', '', 'e6cX_b0BseM', 215, 'http://img.youtube.com/vi/e6cX_b0BseM/default.jpg', 71805, '6', 'bot', 0, '1183963080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(634, 'e3cbe3c4a', 'Gloria Estefan', 'Hoy', '', 'D14q9IKUkL0', 215, 'http://img.youtube.com/vi/D14q9IKUkL0/default.jpg', 319487, '6', 'bot', 0, '1186371180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(635, 'b1660b088', 'Gloria Estefan', 'Tu Fotografia', '', 'G1GwGbKB5XQ', 254, 'http://img.youtube.com/vi/G1GwGbKB5XQ/default.jpg', 15644, '6', 'bot', 0, '1184501700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(636, '44ba1596b', 'Grupo Mania', 'Un Beso', '', 'JdN9TCjpi1I', 263, 'http://img.youtube.com/vi/JdN9TCjpi1I/default.jpg', 16250, '6', 'bot', 0, '1186549980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(637, '98ddb8928', 'Gustavo Cerati', 'Crimen', '', '3OCz6Mo9Se4', 252, 'http://img.youtube.com/vi/3OCz6Mo9Se4/default.jpg', 181285, '6', 'bot', 0, '1184050980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(638, '665300c03', 'Hector El Father', 'Sola', '', 'VYH1xZOl_WQ', 169, 'http://img.youtube.com/vi/VYH1xZOl_WQ/default.jpg', 445551, '6', 'bot', 0, '1186550040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(639, 'bb2b568cc', 'Ilegales', 'La Otra feat. Monchy', '', '0_iFTaO8rmY', 235, 'http://img.youtube.com/vi/0_iFTaO8rmY/default.jpg', 15067, '6', 'bot', 0, '1183692420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(640, 'b1f26dacb', 'Ilegales', 'Te Necesito', '', 'aEl518vT3E4', 225, 'http://img.youtube.com/vi/aEl518vT3E4/default.jpg', 63691, '6', 'bot', 0, '1186100580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(641, 'd395a6e1d', 'Jaci Velasquez', 'God So Loved', '', 'bJAvPQyS5O0', 296, 'http://img.youtube.com/vi/bJAvPQyS5O0/default.jpg', 34566, '6', 'bot', 0, '1183872000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(642, '7147164c6', 'Jarabe De Palo', 'Bonito', '', 'hAmBN1BLmCQ', 195, 'http://img.youtube.com/vi/hAmBN1BLmCQ/default.jpg', 57152, '6', 'bot', 0, '1186101360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(643, '169d61b4f', 'Jaci Velasquez', 'On My Knees', '', '8nG1PWtAcck', 228, 'http://img.youtube.com/vi/8nG1PWtAcck/default.jpg', 142384, '6', 'bot', 0, '1187269500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(644, 'dc6fcd9c7', 'Jarabe De Palo', 'Ying Yang', '', 'IKKTVwtkuRs', 190, 'http://img.youtube.com/vi/IKKTVwtkuRs/default.jpg', 57223, '6', 'bot', 0, '1186100460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(645, '5a2000347', 'JD Natasha', 'Tanto', '', 'zbEVruk1Ghg', 209, 'http://img.youtube.com/vi/zbEVruk1Ghg/default.jpg', 54087, '6', 'bot', 0, '1184413740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(646, '2e01fe907', 'Jennifer Lopez', 'Que Hiciste', '', 'Ay61jKGO208', 257, 'http://img.youtube.com/vi/Ay61jKGO208/default.jpg', 587026, '6', 'bot', 0, '1186101540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(647, 'b7dd652ed', 'Jennifer Lopez', 'Me Haces Falta', '', 'EEIlsB1qwQM', 213, 'http://img.youtube.com/vi/EEIlsB1qwQM/default.jpg', 145743, '6', 'bot', 0, '1183511220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(648, '01e4e9e7c', 'Jeremias', 'Uno Y Uno Es Igual a Tres', '', 'gmuEY70htlk', 238, 'http://img.youtube.com/vi/gmuEY70htlk/default.jpg', 30574, '6', 'bot', 0, '1187091660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(649, 'df49b8610', 'Jerry Rivera', 'Mi Libertad', '', 'BZ-8Sf5iygI', 279, 'http://img.youtube.com/vi/BZ-8Sf5iygI/default.jpg', 2224, '6', 'bot', 0, '1184322240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(650, 'c42566913', 'Jerry Rivera', 'Puerto Rico', '', 'kxa6D4jzBwY', 265, 'http://img.youtube.com/vi/kxa6D4jzBwY/default.jpg', 18130, '6', 'bot', 0, '1187001900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(651, '98cf90702', 'Johnny Rivera', 'Dicen', '', 'lUeTxO-tvi8', 272, 'http://img.youtube.com/vi/lUeTxO-tvi8/default.jpg', 57524, '6', 'bot', 0, '1187269560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(652, 'feb218480', 'Jon Secada', 'Stop', '', 'm466ofFSzoQ', 256, 'http://img.youtube.com/vi/m466ofFSzoQ/default.jpg', 7474, '6', 'bot', 0, '1183783080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(654, '8791dd052', 'Joy Enriquez', 'Shake Up The Party', '', 'MI0fg3O3yew', 208, 'http://img.youtube.com/vi/MI0fg3O3yew/default.jpg', 6435, '6', 'bot', 0, '1184233740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(655, '1cc48d9dc', 'Juan Luis Guerra', 'La Llave De Mi Corazon', '', 'rcP6pJDZkBE', 196, 'http://img.youtube.com/vi/rcP6pJDZkBE/default.jpg', 549039, '6', 'bot', 0, '1186909500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(656, '864cd3d16', 'Juanes', 'Es Por Ti', '', 'oV96bY9GExg', 243, 'http://img.youtube.com/vi/oV96bY9GExg/default.jpg', 547399, '6', 'bot', 0, '1183603680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(657, 'd68d034ee', 'Juanes', 'A Dios Le Pido', '', 'tf9lP0v-US4', 209, 'http://img.youtube.com/vi/tf9lP0v-US4/default.jpg', 582896, '6', 'bot', 0, '1184411280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(658, 'a4ff2131b', 'Julieta Venegas', 'Me Voy', '', 'aVVqdNOaFTk', 181, 'http://img.youtube.com/vi/aVVqdNOaFTk/default.jpg', 1173525, '6', 'bot', 0, '1186460400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(659, '6553bd068', 'Julio Iglesias, Jr.', 'One More Chance', '', 'RBKi-BQd9KM', 236, 'http://img.youtube.com/vi/RBKi-BQd9KM/default.jpg', 33779, '6', 'bot', 0, '1186281120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(660, '6361ac4a4', 'Kinky', 'Presidente', '', 'QCbpwd6EoRg', 209, 'http://img.youtube.com/vi/QCbpwd6EoRg/default.jpg', 27154, '6', 'bot', 0, '1183962300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(661, 'dc71eba7b', 'Kumbia Kings', 'Insomnio', '', '0wG7-PleiLw', 214, 'http://img.youtube.com/vi/0wG7-PleiLw/default.jpg', 36028, '6', 'bot', 0, '1184232120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(662, 'd324be8ca', 'La Ley', 'Mi Ley', '', 'X9OYzrPeMjQ', 277, 'http://img.youtube.com/vi/X9OYzrPeMjQ/default.jpg', 5005, '6', 'bot', 0, '1186549500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(663, '9186bea29', 'La Ley', 'Amate y Salvate', '', 'kG3phC-Yq1g', 248, 'http://img.youtube.com/vi/kG3phC-Yq1g/default.jpg', 9133, '6', 'bot', 0, '1186011300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(664, '86d145f33', 'La Onda', 'Asi Asi', '', 'vtGXT1cAPnI', 177, 'http://img.youtube.com/vi/vtGXT1cAPnI/default.jpg', 2917, '6', 'bot', 0, '1186819500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(665, 'a48e16785', 'Los Originales De San Juan', 'Sin Recompensa Ni Esperanza', '', 'doYfeo3MTlU', 158, 'http://img.youtube.com/vi/doYfeo3MTlU/default.jpg', 5576, '6', 'bot', 0, '1184323320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(666, '8eec9d70d', 'Los Originales De San Juan', 'La Motosierra', '', 'jA1Nh4HVweg', 139, 'http://img.youtube.com/vi/jA1Nh4HVweg/default.jpg', 19538, '6', 'bot', 0, '1186280880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(667, '18aa1da38', 'Los Tetas', 'I Like', '', 'k396y_bcl18', 235, 'http://img.youtube.com/vi/k396y_bcl18/default.jpg', 7042, '6', 'bot', 0, '1187361780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(668, '2c2b1576b', 'Luis Fonsi', 'Amor Secreto', '', 'gFgsuEx3RUs', 251, 'http://img.youtube.com/vi/gFgsuEx3RUs/default.jpg', 52490, '6', 'bot', 0, '1184233740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(669, '09ad74b9d', 'Luis Fonsi', 'Tu Amor', '', '_x-Qy_dSGOU', 228, 'http://img.youtube.com/vi/_x-Qy_dSGOU/default.jpg', 379845, '6', 'bot', 0, '1187091000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(670, '2df189fd8', 'Luis Fonsi', 'Estoy Perdido', '', 'D_smo1ZMFX4', 227, 'http://img.youtube.com/vi/D_smo1ZMFX4/default.jpg', 8513, '6', 'bot', 0, '1184052480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(671, '4d8af768c', 'Luis Miguel', 'Amarte Es Un Placer', '', 'usu6p4sX1fM', 246, 'http://img.youtube.com/vi/usu6p4sX1fM/default.jpg', 110810, '6', 'bot', 0, '1183960920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(672, '73930087b', 'Luis Miguel', 'Te Necesito', '', 'KyJdhzZfnTU', 189, 'http://img.youtube.com/vi/KyJdhzZfnTU/default.jpg', 18345, '6', 'bot', 0, '1183512720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(673, '7351f20a7', 'Mana', 'Te Llevare Al Cielo', '', 'gh1dlZbJGn8', 296, 'http://img.youtube.com/vi/gh1dlZbJGn8/default.jpg', 11382, '6', 'bot', 0, '1184592540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(674, '52b8ec307', 'Mana', 'Mariposa Traicionera', '', 'q9QnHxGHfcw', 277, 'http://img.youtube.com/vi/q9QnHxGHfcw/default.jpg', 646286, '6', 'bot', 0, '1186910940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(675, '9091d929c', 'Mangu', 'La Playa', '', 'oPiFCvaC6L0', 240, 'http://img.youtube.com/vi/oPiFCvaC6L0/default.jpg', 2254, '6', 'bot', 0, '1183963860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(676, '4ac198f85', 'Mangu', 'Calle Luna, Calle Sol', '', 'Wv5bXaHUdVM', 218, 'http://img.youtube.com/vi/Wv5bXaHUdVM/default.jpg', 6522, '6', 'bot', 0, '1183511700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(678, 'a5b95a84e', 'Marc Anthony', 'I Need to Know', '', 'CnkjCm8ghI0', 194, 'http://img.youtube.com/vi/CnkjCm8ghI0/default.jpg', 21524, '6', 'bot', 0, '1186460640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(679, '5c80bffcd', 'Marc Anthony', 'Tragedy', '', 'tQONg9qvPxk', 222, 'http://img.youtube.com/vi/tQONg9qvPxk/default.jpg', 27589, '6', 'bot', 0, '1183782480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(680, '6237c7349', 'Marc Anthony', 'Valio La Pena', '', 'U3wGInSaoVY', 222, 'http://img.youtube.com/vi/U3wGInSaoVY/default.jpg', 480859, '6', 'bot', 0, '1186281240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(681, '117baff8a', 'Mario Vasquez', 'Gallery feat. Baby Bash', '', 'WXV2S0-QNGc', 228, 'http://img.youtube.com/vi/WXV2S0-QNGc/default.jpg', 373955, '6', 'bot', 0, '1186641480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(682, 'aeca7fce8', 'Monchy', 'Perdidos', '', '0CQYhV1YP6U', 267, 'http://img.youtube.com/vi/0CQYhV1YP6U/default.jpg', 50413, '6', 'bot', 0, '1184502960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(683, '409e53056', 'Natasha', 'Plastico', '', 'QqWVKQS4Uxw', 169, 'http://img.youtube.com/vi/QqWVKQS4Uxw/default.jpg', 20940, '6', 'bot', 0, '1187360160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(684, '67497c05c', 'Natasha', 'Hey Ya', '', '1eU_S5YAB0Q', 158, 'http://img.youtube.com/vi/1eU_S5YAB0Q/default.jpg', 20140, '6', 'bot', 0, '1186371900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(685, 'a2c63a803', 'Natasha', 'Imperfect', '', 'LZ9bP8c-KpY', 266, 'http://img.youtube.com/vi/LZ9bP8c-KpY/default.jpg', 5480, '6', 'bot', 0, '1187002260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(687, 'f7d45652e', 'Obie Bermudez', 'Antes', '', 'w-dUndiOkwI', 216, 'http://img.youtube.com/vi/w-dUndiOkwI/default.jpg', 71749, '6', 'bot', 0, '1184411880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(688, 'a89122812', 'Obie Bermudez', 'Todo El Ano', '', 'IiYBUPCr3U4', 268, 'http://img.youtube.com/vi/IiYBUPCr3U4/default.jpg', 43653, '6', 'bot', 0, '1187360820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(689, 'a6a3d2674', 'Olga Tanon', 'Cuando Tu No Estas', '', 'kGJvb6jyk2U', 262, 'http://img.youtube.com/vi/kGJvb6jyk2U/default.jpg', 132443, '6', 'bot', 0, '1187000880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(690, '9065ad007', 'Orishas', 'Hay Un Son', '', 'POfXi_2avtc', 192, 'http://img.youtube.com/vi/POfXi_2avtc/default.jpg', 155600, '6', 'bot', 0, '1183421340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(691, '511ac323c', 'Ottmar Liebert and Luna Negra', 'Albatross', '', 'chViqPr8-5k', 192, 'http://img.youtube.com/vi/chViqPr8-5k/default.jpg', 8116, '6', 'bot', 0, '1184321220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(692, '2d2e2b09a', 'Ottmar Liebert and Luna Negra', 'Reaching Out 2 U (Todos Bajo La Misma Luna)', '', 'tQ5wYzfqKk0', 193, 'http://img.youtube.com/vi/tQ5wYzfqKk0/default.jpg', 10062, '6', 'bot', 0, '1186371780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(693, 'da0c59795', 'Pablo Montero', 'Gata Salvaje', '', 'XOWfO8uQ2AE', 210, 'http://img.youtube.com/vi/XOWfO8uQ2AE/default.jpg', 102837, '6', 'bot', 0, '1186011360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(694, '091494352', 'Patricia Manterola', 'Quedate Conmigo', '', 'QUAKMNv7f5M', 230, 'http://img.youtube.com/vi/QUAKMNv7f5M/default.jpg', 29903, '6', 'bot', 0, '1187181660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(695, 'a8551f44b', 'Paulina Rubio', 'Todo Mi Amor', '', 'Ul3euQn5VLw', 210, 'http://img.youtube.com/vi/Ul3euQn5VLw/default.jpg', 111005, '6', 'bot', 0, '1186191540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(696, '8de895361', 'Paulina Rubio', 'Y Yo Sigo Aqui', '', 'ioqhBhO_gt8', 250, 'http://img.youtube.com/vi/ioqhBhO_gt8/default.jpg', 103129, '6', 'bot', 0, '1186910520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(697, '603025f11', 'Paulina Rubio', 'Casanova', '', 'Id7hwxSkMjk', 202, 'http://img.youtube.com/vi/Id7hwxSkMjk/default.jpg', 44811, '6', 'bot', 0, '1187269920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(698, '4ba4ab951', 'Paulina Rubio', 'The One You Love', '', 'fbIxrDfQV5A', 216, 'http://img.youtube.com/vi/fbIxrDfQV5A/default.jpg', 31981, '6', 'bot', 0, '1184051760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(699, '9dc1c640f', 'Paulina Rubio', 'Si Tu Te Vas', '', 'gjcA69pJREo', 234, 'http://img.youtube.com/vi/gjcA69pJREo/default.jpg', 48772, '6', 'bot', 0, '1184682960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(700, '427de5c4c', 'Paulina Rubio', 'Nada Puede Cambiarme', '', 'gR3wpUtgdQU', 228, 'http://img.youtube.com/vi/gR3wpUtgdQU/default.jpg', 105343, '6', 'bot', 0, '1186370700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(701, '686a46137', 'Plastilina Mosh', 'Peligroso Pop', '', 'KBHtKXZk5PI', 207, 'http://img.youtube.com/vi/KBHtKXZk5PI/default.jpg', 52963, '6', 'bot', 0, '1184592180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(702, '35e9704ec', 'RBD', 'Tu Amor', '', 'amgDTRt9z_E', 232, 'http://img.youtube.com/vi/amgDTRt9z_E/default.jpg', 75805, '6', 'bot', 0, '1186011360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(703, 'ecb9b5322', 'RBD', 'Ser O Parecer', '', 'sXIl4dPkLiU', 213, 'http://img.youtube.com/vi/sXIl4dPkLiU/default.jpg', 428706, '6', 'bot', 0, '1186822320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(704, 'ee7900ac6', 'Rey Ruiz', 'Creo En El Amor'' (Salsa)', '', 'hiwXhX5koZY', 270, 'http://img.youtube.com/vi/hiwXhX5koZY/default.jpg', 644, '6', 'bot', 0, '1184142840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(705, '8e856edad', 'Rey Ruiz', 'Creo En El Amor', '', 'x8P_mgc1res', 207, 'http://img.youtube.com/vi/x8P_mgc1res/default.jpg', 54370, '6', 'bot', 0, '1183601040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(706, '7c8440531', 'Ricky Martin', 'She Bangs', '', '5yf91Ma5gbc', 245, 'http://img.youtube.com/vi/5yf91Ma5gbc/default.jpg', 479030, '6', 'bot', 0, '1186820100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(707, '2ed0ff7cd', 'Ricky Martin', 'Livin La Vida Loca', '', 'FW-6A6ahISs', 219, 'http://img.youtube.com/vi/FW-6A6ahISs/default.jpg', 400404, '6', 'bot', 0, '1187269740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(708, '66b49cbd8', 'Ricky Martin', 'Cup Of Life', '', 'y6BmQ02VszQ', 269, 'http://img.youtube.com/vi/y6BmQ02VszQ/default.jpg', 173988, '6', 'bot', 0, '1186909380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(709, '26c80adfa', 'Ricky Martin', 'Y Todo Queda En Nada', '', 'Ev-7A9hAP_I', 273, 'http://img.youtube.com/vi/Ev-7A9hAP_I/default.jpg', 61341, '6', 'bot', 0, '1186820640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(710, 'f4bae2ea7', 'Ricky Martin', 'Tal Vez', '', 'UEUFKMlvLRM', 285, 'http://img.youtube.com/vi/UEUFKMlvLRM/default.jpg', 78134, '6', 'bot', 0, '1184590980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(711, '94d022733', 'Ricky Martin', 'Private Emotion', '', '4gkkdMBoYsU', 239, 'http://img.youtube.com/vi/4gkkdMBoYsU/default.jpg', 31638, '6', 'bot', 0, '1183871700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(712, '61cf695a1', 'Ricky Martin', 'Maria', '', 'asIKRO_iZOE', 255, 'http://img.youtube.com/vi/asIKRO_iZOE/default.jpg', 1021326, '6', 'bot', 0, '1184682060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(713, 'c9f6ada4c', 'Rigo Luna', 'Nunca', '', 'IZTJxVQg2W8', 229, 'http://img.youtube.com/vi/IZTJxVQg2W8/default.jpg', 143158, '6', 'bot', 0, '1186010280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(714, 'dd4fb819f', 'Robi Draco Rosa', 'Como Me Acuerdo', '', 'W_Ko4yKn1Xk', 248, 'http://img.youtube.com/vi/W_Ko4yKn1Xk/default.jpg', 63488, '6', 'bot', 0, '1183782060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(715, '28cfdd283', 'Santana', 'Making of Shaman', '', 'QZs_FVkLoTY', 218, 'http://img.youtube.com/vi/QZs_FVkLoTY/default.jpg', 3752, '6', 'bot', 0, '1187272020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(716, 'ac42ae585', 'Santana', 'Africa Bamba', '', 'bX-IBqw_C3M', 325, 'http://img.youtube.com/vi/bX-IBqw_C3M/default.jpg', 6541, '6', 'bot', 0, '1184233440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(717, 'ccbb1f098', 'Santana', 'Just Feel Better', '', 'icD8mBBeIwU', 247, 'http://img.youtube.com/vi/icD8mBBeIwU/default.jpg', 275849, '6', 'bot', 0, '1186372440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(719, 'e850a1263', 'Sarai', 'Ladies', '', 'NomKGANmJSs', 191, 'http://img.youtube.com/vi/NomKGANmJSs/default.jpg', 272997, '6', 'bot', 0, '1187182260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(720, '57312d7b5', 'Selena', 'I Could Fall In Love', '', '0WTMESWDWMA', 268, 'http://img.youtube.com/vi/0WTMESWDWMA/default.jpg', 605748, '6', 'bot', 0, '1186102320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(721, '234f1871e', 'Shakira', 'Las De La Intuicion', '', 'NqkkAvRJ28M', 216, 'http://img.youtube.com/vi/NqkkAvRJ28M/default.jpg', 1472590, '6', 'bot', 0, '1186729980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(722, '5638b5eac', 'Shakira', 'Suerte (Whenever, Wherever)', '', 'o4KSz71fCxY', 192, 'http://img.youtube.com/vi/o4KSz71fCxY/default.jpg', 691793, '6', 'bot', 0, '1186191960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(723, '3039f95ff', 'Shakira', 'Whenever, Wherever', '', 'F-3brRCRsA8', 195, 'http://img.youtube.com/vi/F-3brRCRsA8/default.jpg', 4777976, '6', 'bot', 0, '1186099320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(724, 'e488a79ef', 'Shakira', 'Objection (Tango)', '', 'l_QQOGLdOCo', 271, 'http://img.youtube.com/vi/l_QQOGLdOCo/default.jpg', 973484, '6', 'bot', 0, '1183874100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(725, '649e6fa12', 'Shakira', 'The One', '', 'TkLyhlutfO0', 217, 'http://img.youtube.com/vi/TkLyhlutfO0/default.jpg', 141986, '6', 'bot', 0, '1183781820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(726, 'aed829dc9', 'Shakira', 'La Tortura', '', 'piFr31cWpEo', 222, 'http://img.youtube.com/vi/piFr31cWpEo/default.jpg', 5674897, '6', 'bot', 0, '1184141820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(727, '3495e4c69', 'Shakira', 'Que Me Quedes Tu', '', 'RQNQ60mrQeE', 279, 'http://img.youtube.com/vi/RQNQ60mrQeE/default.jpg', 207041, '6', 'bot', 0, '1186189800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(728, 'a0bcf345d', 'Shakira', 'Illegal', '', 'PiBziaj3xWM', 244, 'http://img.youtube.com/vi/PiBziaj3xWM/default.jpg', 2451488, '6', 'bot', 0, '1183512720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(729, 'edbfcdfa0', 'Shakira', 'No', '', 'HFG1CN3Yo9U', 287, 'http://img.youtube.com/vi/HFG1CN3Yo9U/default.jpg', 2443522, '6', 'bot', 0, '1187269320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(731, '13d08d94f', 'Shakira', 'Poem', '', '57f-9PcMGYs', 308, 'http://img.youtube.com/vi/57f-9PcMGYs/default.jpg', 42283, '6', 'bot', 0, '1187092140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(732, '73d122f06', 'Shakira', 'Underneath Your Clothes', '', 'uNPXdfNVRCA', 242, 'http://img.youtube.com/vi/uNPXdfNVRCA/default.jpg', 2131069, '6', 'bot', 0, '1183693680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(733, 'afab1a41a', 'Sin Bandera', 'Que Lloro', '', 'JFKGMbxl_oI', 245, 'http://img.youtube.com/vi/JFKGMbxl_oI/default.jpg', 1935437, '6', 'bot', 0, '1184592960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(734, 'b467e107c', 'Sin Bandera', 'Kilometros', '', 'DlyRLwmbE7I', 229, 'http://img.youtube.com/vi/DlyRLwmbE7I/default.jpg', 1295672, '6', 'bot', 0, '1187271360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(736, 'e7506b52f', 'Sin Bandera', 'Sirena', '', '1Zcil-KxbKg', 259, 'http://img.youtube.com/vi/1Zcil-KxbKg/default.jpg', 323311, '6', 'bot', 0, '1186550940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(737, 'b0a104888', 'Tego Calderon', 'Elegante De Boutique', '', 'Zc1WIUP3IkM', 164, 'http://img.youtube.com/vi/Zc1WIUP3IkM/default.jpg', 3257, '6', 'bot', 0, '1183964040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(738, 'a17be6394', 'Thalia', 'Tu Y Yo''(Cumbia Remix)', '', 'jpXgftxQvVM', 231, 'http://img.youtube.com/vi/jpXgftxQvVM/default.jpg', 365, '6', 'bot', 0, '1187272140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(739, 'ae849cba2', 'Thalia', 'Amar Sin Ser Amada', '', 'nEyC2IPXFaQ', 219, 'http://img.youtube.com/vi/nEyC2IPXFaQ/default.jpg', 82350, '6', 'bot', 0, '1186281660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(740, '92f4cbcb9', 'Thalia', 'Gracias A Dios', '', 'lwseRnApc-A', 240, 'http://img.youtube.com/vi/lwseRnApc-A/default.jpg', 82132, '6', 'bot', 0, '1186731420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(741, 'd6d8df84a', 'Thalia', 'Tu Y Yo', '', 'GWbpKE0Y1ug', 231, 'http://img.youtube.com/vi/GWbpKE0Y1ug/default.jpg', 61580, '6', 'bot', 0, '1183691760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(742, 'ad1bb2c4f', 'Thalia', 'No Me Ensenaste', '', 'vu7LhfcyJAM', 259, 'http://img.youtube.com/vi/vu7LhfcyJAM/default.jpg', 491713, '6', 'bot', 0, '1184592540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(743, '4bfa6a6e8', 'Tommy Torres', 'Besos Y Sal', '', 'kj5z3L1s3T8', 144, 'http://img.youtube.com/vi/kj5z3L1s3T8/default.jpg', 332, '6', 'bot', 0, '1183782180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(744, '6168aaf9c', 'Tony Vega', 'Cuestion de Fe', '', '-X2APbDx4Jg', 287, 'http://img.youtube.com/vi/-X2APbDx4Jg/default.jpg', 3835, '6', 'bot', 0, '1183514100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(745, 'e8ec7f2a6', 'Valentin Elizalde', 'Como Me Duele', '', 'r5xefHdez3o', 233, 'http://img.youtube.com/vi/r5xefHdez3o/default.jpg', 215031, '6', 'bot', 0, '1183961880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(746, 'c792cd4bc', 'Valentin Elizalde', 'Te Quiero Asi', '', 'WGqGbsvGZ_E', 174, 'http://img.youtube.com/vi/WGqGbsvGZ_E/default.jpg', 661345, '6', 'bot', 0, '1186372380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(747, '3a5f8be23', 'Valeria', 'Girl I Told Ya', '', 'suX47IDIVdo', 199, 'http://img.youtube.com/vi/suX47IDIVdo/default.jpg', 113041, '6', 'bot', 0, '1186911780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(748, '4af0fd441', 'Victor Garcia', 'Mi Funeral', '', '8UkgRdaIB9g', 478, 'http://img.youtube.com/vi/8UkgRdaIB9g/default.jpg', 65381, '6', 'bot', 0, '1183783020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(749, '4f4c458f1', 'Voltio', 'Claro De Luna', '', 'ytgd1PyT0kI', 198, 'http://img.youtube.com/vi/ytgd1PyT0kI/default.jpg', 54289, '6', 'bot', 0, '1187000580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(751, 'caf9c074d', 'Volumen Cero', 'Autos', '', 'G3Kw14k9WYg', 220, 'http://img.youtube.com/vi/G3Kw14k9WYg/default.jpg', 1146, '6', 'bot', 0, '1187002200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(752, 'd8226dabf', 'Yerba Buena', 'Sugar Daddy', '', 'L_DMn1-O88U', 250, 'http://img.youtube.com/vi/L_DMn1-O88U/default.jpg', 17089, '6', 'bot', 0, '1184141820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(753, '46c0bc009', 'Zion', 'Zun Da Da', '', 'Qv8UjN5FIiY', 241, 'http://img.youtube.com/vi/Qv8UjN5FIiY/default.jpg', 1321413, '6', 'bot', 0, '1186190280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(754, '726168f42', 'Zion', 'No Pierdas Tiempo', '', 'piWXXb2f4VQ', 200, 'http://img.youtube.com/vi/piWXXb2f4VQ/default.jpg', 9914, '6', 'bot', 0, '1186910520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(755, 'd3452bc2f', '*NSYNC', 'Pop', '', 'vIwm9jUjLvk', 237, 'http://img.youtube.com/vi/vIwm9jUjLvk/default.jpg', 802603, '2,', 'bot', 0, '1183781820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(756, '8e64bc410', '*NSYNC', 'Bye Bye Bye', '', '8JoJqID-wJY', 240, 'http://img.youtube.com/vi/8JoJqID-wJY/default.jpg', 88340, '2,', 'bot', 0, '1184681100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(757, 'e928440ee', '112', 'U Already Know', '', '39YI-N3yBjc', 200, 'http://img.youtube.com/vi/39YI-N3yBjc/default.jpg', 84394, '2,,3', 'bot', 0, '1186640340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(758, '1326d0aaa', '3LW', 'I Do (Wanna Get Close To You) feat. Loon', '', 'BiQ4bErcL6U', 226, 'http://img.youtube.com/vi/BiQ4bErcL6U/default.jpg', 181433, '2,,3', 'bot', 0, '1187091540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(759, '671a6fe2a', '3LW', 'Neva Get Enuf', '', '90ImPt0Ie9w', 223, 'http://img.youtube.com/vi/90ImPt0Ie9w/default.jpg', 80974, '2,,3', 'bot', 0, '1184684100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(760, '57f8f67f4', 'Aaliyah', 'Miss You', '', '57AjGfKtIuE', 262, 'http://img.youtube.com/vi/57AjGfKtIuE/default.jpg', 20202, '2,,3', 'bot', 0, '1187361360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(761, '7721e28db', 'Aaliyah', 'At Your Best (You Are Love)', '', 'exLPigBGnQs', 275, 'http://img.youtube.com/vi/exLPigBGnQs/default.jpg', 54686, '2,,3', 'bot', 0, '1187089980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(762, 'a40a579ab', 'Akon', 'I Wanna Love You''', '', '4fZF9UsS8LY', 254, 'http://img.youtube.com/vi/4fZF9UsS8LY/default.jpg', 10343818, '2,', 'bot', 0, '1183782360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1158, '0ca8f850e', 'Akon', 'Lonely', '', 'H1vaszd6NnA', 262, 'http://img.youtube.com/vi/H1vaszd6NnA/default.jpg', 1764447, '3', 'bot', 0, '1184321400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(765, '75a98677c', 'Akon', 'Behind the Scenes', '', 'wGXME8CV5yg', 216, 'http://img.youtube.com/vi/wGXME8CV5yg/default.jpg', 38576, '2,,3', 'bot', 0, '1187090160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(766, '7ebee4ffb', 'Akon', 'Sorry, Blame It on Me', '', '5f7kfhHHH_A', 297, 'http://img.youtube.com/vi/5f7kfhHHH_A/default.jpg', 2557745, '2,,3', 'bot', 0, '1186281000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(768, '175f723ae', 'Akon', 'Pot of Gold', '', '4Oy9FOwTlmw', 254, 'http://img.youtube.com/vi/4Oy9FOwTlmw/default.jpg', 32137, '2,,3', 'bot', 0, '1186552200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(769, '29b3d4b71', 'Akon', 'Ghetto', '', 'veEM1W9mPUY', 236, 'http://img.youtube.com/vi/veEM1W9mPUY/default.jpg', 1067713, '2,,3', 'bot', 0, '1186820220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(770, '4cc54d8fd', 'Akon', 'Trouble Nobody / Bananza', '', 'I4_kyMWcaZo', 229, 'http://img.youtube.com/vi/I4_kyMWcaZo/default.jpg', 39063, '2,,3', 'bot', 0, '1184141700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1157, 'a5196f9b9', 'Akon', 'Bananza (Belly Dancer)', '', 'BXusIq2h40Q', 258, 'http://img.youtube.com/vi/BXusIq2h40Q/default.jpg', 81689, '3', 'bot', 0, '1184142120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(772, '00df88590', 'Akon', 'Smack That''', '', 'buWaizwGXzM', 252, 'http://img.youtube.com/vi/buWaizwGXzM/default.jpg', 1146859, '2,', 'bot', 0, '1183963140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(774, '34f499cac', 'Akon', 'Mama Africa''', '', 'V9YE8dHMxvw', 266, 'http://img.youtube.com/vi/V9YE8dHMxvw/default.jpg', 1274860, '2,', 'bot', 0, '1187270820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(775, '837ed087c', 'Alicia Keys', 'If I Ain''t Got You', '', 'U5vyCkL9gM8', 311, 'http://img.youtube.com/vi/U5vyCkL9gM8/default.jpg', 1333072, '2,', 'bot', 0, '1183693680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(776, '4389a4b5b', 'Aly', 'No One', '', 'Zdm7FJktDOM', 182, 'http://img.youtube.com/vi/Zdm7FJktDOM/default.jpg', 559969, '2,', 'bot', 0, '1183513860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(777, '0cbd84754', 'Aly', 'Potential Breakup Song', '', 'bqpA5Acc8-c', 224, 'http://img.youtube.com/vi/bqpA5Acc8-c/default.jpg', 7093753, '2,', 'bot', 0, '1186910880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(778, '8056d82bd', 'Aly', 'Walkin On Sunshine', '', '0gC8wZqnmdo', 233, 'http://img.youtube.com/vi/0gC8wZqnmdo/default.jpg', 146868, '2,', 'bot', 0, '1184503140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(779, '585631664', 'Aly', 'Chemicals React', '', 'yt7dC4nyRZg', 181, 'http://img.youtube.com/vi/yt7dC4nyRZg/default.jpg', 742008, '2,', 'bot', 0, '1186730640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(780, '9d1d1d4f4', 'Aly', 'Rush', '', 'MGkf80Um0Fw', 193, 'http://img.youtube.com/vi/MGkf80Um0Fw/default.jpg', 1101023, '2,', 'bot', 0, '1183781160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(781, '4f3706c58', 'Ashanti', 'Happy', '', 'MCLcZfPK40g', 294, 'http://img.youtube.com/vi/MCLcZfPK40g/default.jpg', 13769, '2,,3', 'bot', 0, '1186550580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(782, 'd48d3e882', 'Ashanti', 'Rain on Me', '', 'SUQqTcoFAQA', 366, 'http://img.youtube.com/vi/SUQqTcoFAQA/default.jpg', 162896, '2,,3', 'bot', 0, '1186009980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(783, '624320dc2', 'Ashanti', 'Rock Wit You (Aww Baby)', '', 'I7_rL7LkhcY', 219, 'http://img.youtube.com/vi/I7_rL7LkhcY/default.jpg', 9782, '2,,3', 'bot', 0, '1183603920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2190, '3518abb60', 'Busta Rhymes', 'Touch it', '', 'c_DWMJc0_RQ', 353, 'http://img.youtube.com/vi/c_DWMJc0_RQ/default.jpg', 134410, '5', 'admin', 0, '1191921752', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(785, '2610b2f76', 'Ashanti', 'Baby', '', 'GMI2d4HaFRQ', 272, 'http://img.youtube.com/vi/GMI2d4HaFRQ/default.jpg', 135097, '2,,3', 'bot', 0, '1183962540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(786, 'a2eea5a4f', 'Ashanti', 'Only You', '', 'W23Ohoopf1U', 230, 'http://img.youtube.com/vi/W23Ohoopf1U/default.jpg', 620363, '2,,3', 'bot', 0, '1187001840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(787, '3ad194d56', 'Ashlee Simpson', 'Invisible', '', 'Hj1Hfa8GrPU', 228, 'http://img.youtube.com/vi/Hj1Hfa8GrPU/default.jpg', 74071, '2,', 'bot', 0, '11ttp://img.youtube.com/vi/j6wXU6DtouY/default.jpg', 449637, '2,', 'bot', 0, '1186369680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(938, '007394391', 'Jessica Simpson', 'Sweetest Sin', '', 'hm03tF5CDN0', 181, 'http://img.youtube.com/vi/hm03tF5CDN0/default.jpg', 366505, '2,', 'bot', 0, '1184681400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(939, 'f440eebaa', 'Jessica Simpson', 'These Boots Are Made for Walking', '', 'ZaZriFo95lw', 249, 'http://img.youtube.com/vi/ZaZriFo95lw/default.jpg', 508783, '2,', 'bot', 0, '1186820100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(940, '4492f1843', 'Jessica Simpson', 'A Public Affair', '', '3GfSFk3oTY0', 246, 'http://img.youtube.com/vi/3GfSFk3oTY0/default.jpg', 1435466, '2,', 'bot', 0, '1184053680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(941, 'bc0a31c18', 'Jessica Simpson', 'Let It Snow', '', '3MEWfYPt-NQ', 115, 'http://img.youtube.com/vi/3MEWfYPt-NQ/default.jpg', 2686, '2,', 'bot', 0, '1187180220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(942, '0a9d1381e', 'Jessica Simpson', 'A Whole New World', '', 'S45IiyqhrTw', 152, 'http://img.youtube.com/vi/S45IiyqhrTw/default.jpg', 10595, '2', 'bot', 0, '1183871580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(943, '640c12a86', 'Jet', 'Are You Gonna Be My Girl', '', 'DYbZNamJQ5g', 215, 'http://img.youtube.com/vi/DYbZNamJQ5g/default.jpg', 204800, '2,', 'bot', 0, '1187092080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(944, '935bb3319', 'Joe', 'If I Was Your Man', '', 'sWNGf3d-tI8', 236, 'http://img.youtube.com/vi/sWNGf3d-tI8/default.jpg', 86026, '2,,3', 'bot', 0, '1183421460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(945, 'ef5929df7', 'JoJo', 'Too Little, Too Late', '', '9FY8hl6b54A', 243, 'http://img.youtube.com/vi/9FY8hl6b54A/default.jpg', 7194290, '2,', 'bot', 0, '1184053080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(946, '12a03df45', 'JoJo', 'How to Touch a Girl', '', 'TzFsiDteIiQ', 264, 'http://img.youtube.com/vi/TzFsiDteIiQ/default.jpg', 1175630, '2,', 'bot', 0, '1183963320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(947, '9f356535f', 'JoJo', 'Not That Kinda Girl', '', 'wES3GAz3vkc', 216, 'http://img.youtube.com/vi/wES3GAz3vkc/default.jpg', 9815, '2,', 'bot', 0, '1184143500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1145, 'c19a1b423', 'Aerosmith', 'Crazy', '', 'LGM5GkINMMI', 396, 'http://img.youtube.com/vi/LGM5GkINMMI/default.jpg', 2853267, '1', 'bot', 0, '1186729680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(949, '97b8ed481', 'Jonas Brothers', 'Mandy', '', 'yGeQ9fU3bC0', 205, 'http://img.youtube.com/vi/yGeQ9fU3bC0/default.jpg', 89825, '2,', 'bot', 0, '1186462080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(950, 'bf40b70fe', 'Jonas Brothers', 'Hold On', '', 'xo0bpPbiUlM', 171, 'http://img.youtube.com/vi/xo0bpPbiUlM/default.jpg', 1822497, '2,', 'bot', 0, '1186192320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(951, 'bf3e4f5e7', 'Jonas Brothers', 'Year 3000', '', 'YatfvRR0naY', 202, 'http://img.youtube.com/vi/YatfvRR0naY/default.jpg', 485696, '2,,3', 'bot', 0, '1187180400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(952, '3a91110f3', 'Jonas Brothers', 'Kids of the Future', '', 'WyfGqNow4lI', 204, 'http://img.youtube.com/vi/WyfGqNow4lI/default.jpg', 678081, '2,', 'bot', 0, '1186911180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(953, '44135f917', 'Justin Timberlake', 'What Goes Around', '', 'WGTcXsi02Aw', 355, 'http://img.youtube.com/vi/WGTcXsi02Aw/default.jpg', 7222, '2', 'bot', 0, '1186822020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(954, 'a83baec96', 'Justin Timberlake', 'Rock Your Body', '', 'MKFYTpqO4ZA', 297, 'http://img.youtube.com/vi/MKFYTpqO4ZA/default.jpg', 683493, '2,', 'bot', 0, '1187360640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(955, '2eecbfc1d', 'Justin Timberlake', 'Like I Love You', '', 'BhTYV2zJnhk', 292, 'http://img.youtube.com/vi/BhTYV2zJnhk/default.jpg', 700695, '2,', 'bot', 0, '1184051760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(956, '461b658e9', 'Justin Timberlake', 'Senorita', '', '3Ujk_mDYpBo', 275, 'http://img.youtube.com/vi/3Ujk_mDYpBo/default.jpg', 430321, '2,', 'bot', 0, '1184414100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(957, '57bc1cc19', 'Justin Timberlake', 'Cry Me A River', '', 'N7p4mioawIA', 288, 'http://img.youtube.com/vi/N7p4mioawIA/default.jpg', 283537, '2,', 'bot', 0, '1183691340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(959, 'b3f63eb78', 'Justin Timberlake', 'Lovestoned', '', 'GIYXHLlxD8U', 327, 'http://img.youtube.com/vi/GIYXHLlxD8U/default.jpg', 1346216, '2,', 'bot', 0, '1183963620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(960, '21e1d5797', 'Justin Timberlake', 'SexyBack', '', 'eNKR9SWr96M', 397, 'http://img.youtube.com/vi/eNKR9SWr96M/default.jpg', 704373, '2,', 'bot', 0, '1184141640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(961, '04f65752b', 'K-Ci', 'All My Life', '', 'LFhEL-hjxqs', 230, 'http://img.youtube.com/vi/LFhEL-hjxqs/default.jpg', 1295414, '2,,3', 'bot', 0, '1187091960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(962, '3661f168d', 'K-Ci', 'Crazy', '', '1VDmMfpLKoc', 245, 'http://img.youtube.com/vi/1VDmMfpLKoc/default.jpg', 412667, '2,,3', 'bot', 0, '1184142120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(963, '05d8b8145', 'Kat DeLuna', 'Whine Up', '', 'jmcVjSYV_kc', 230, 'http://img.youtube.com/vi/jmcVjSYV_kc/default.jpg', 2874164, '2,', 'bot', 0, '1186912080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(964, 'be59d57cb', 'Katharine McPhee', 'Over It', '', 'dfzEbmBEh_Q', 211, 'http://img.youtube.com/vi/dfzEbmBEh_Q/default.jpg', 2372100, '2,', 'bot', 0, '1186731660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(965, 'f013e65b4', 'Keith Sweat', 'Nobody', '', 'Tf25nUk1gkw', 243, 'http://img.youtube.com/vi/Tf25nUk1gkw/default.jpg', 94484, '2,,3', 'bot', 0, '1186010580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(966, '60cd0cb58', 'Kelly Clarkson', 'Full Concert', '', 'UHlvrW77uk8', 601, 'http://img.youtube.com/vi/UHlvrW77uk8/default.jpg', 4219, '2,', 'bot', 0, '1183333080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(967, 'e987de71f', 'Kelly Clarkson', 'Before Your Love', '', 'byC7A3UiQW0', 232, 'http://img.youtube.com/vi/byC7A3UiQW0/default.jpg', 22504, '2,', 'bot', 0, '1184502900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1144, '78afb95b7', 'Aerosmith', 'Hole In My Soul', '', 'ZJAVilZlluc', 369, 'http://img.youtube.com/vi/ZJAVilZlluc/default.jpg', 39708, '3', 'bot', 0, '1186280520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(969, 'c11d70c53', 'Kelly Clarkson', 'A Moment Like This', '', 'zteEy6YYj1I', 335, 'http://img.youtube.com/vi/zteEy6YYj1I/default.jpg', 223586, '2,', 'bot', 0, '1186462200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1143, 'c2664d108', 'Aerosmith', 'Love In An Elevator', '', 't4u5om4xihU', 347, 'http://img.youtube.com/vi/t4u5om4xihU/default.jpg', 67981, '1', 'bot', 0, '1184413800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1142, 'e627b9d67', 'Ace Of Base', 'The Sign', '', '96jFtzVa80A', 194, 'http://img.youtube.com/vi/96jFtzVa80A/default.jpg', 590165, '1', 'bot', 0, '1186282140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1141, 'cb7c75169', 'Ace of Base', 'All That She Wants', '', 'aom_Vvsmg7I', 273, 'http://img.youtube.com/vi/aom_Vvsmg7I/default.jpg', 149485, '1', 'bot', 0, '1186101180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1140, '3ab32097d', 'Ace of Base', 'Beautiful Life', '', 'Pyly3JtXoy4', 218, 'http://img.youtube.com/vi/Pyly3JtXoy4/default.jpg', 278873, '3', 'bot', 0, '1184323620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(975, '81c13644c', 'Kelly Clarkson', 'Sober''', '', 'TJnJTyOCj_E', 235, 'http://img.youtube.com/vi/TJnJTyOCj_E/default.jpg', 312155, '2,', 'bot', 0, '1187089920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(976, '23657be4f', 'Kelly Clarkson', 'Miss Independent', '', 'MTyn6qkwo7Y', 212, 'http://img.youtube.com/vi/MTyn6qkwo7Y/default.jpg', 170236, '2,', 'bot', 0, '1183783860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(977, 'bc63bba9c', 'Kelly Clarkson', 'The Trouble With Love Is', '', 'VJKxHHLTtGQ', 221, 'http://img.youtube.com/vi/VJKxHHLTtGQ/default.jpg', 29798, '2,', 'bot', 0, '1187090100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(978, 'e66e1f2fc', 'Kelly Clarkson', 'Never Again(Behind the Scenes)', '', '_YLZOIvpuB0', 146, 'http://img.youtube.com/vi/_YLZOIvpuB0/default.jpg', 118123, '2,', 'bot', 0, '1186730220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(979, '2c5c2aa48', 'Kelly Clarkson', 'Low', '', '6OdX2k9vDpk', 207, 'http://img.youtube.com/vi/6OdX2k9vDpk/default.jpg', 111240, '2,', 'bot', 0, '1184141640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(980, 'dfce720d3', 'Kelly Rowland', 'Train On A Track', '', 'QiVPrwlzEL8', 208, 'http://img.youtube.com/vi/QiVPrwlzEL8/default.jpg', 112250, '2,,3', 'bot', 0, '1183872600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(981, '3a9d91335', 'Kelly Rowland', 'Stole', '', 'yYQiivAzfrU', 250, 'http://img.youtube.com/vi/yYQiivAzfrU/default.jpg', 526770, '2,,3', 'bot', 0, '1184233500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(982, 'cea8a83ec', 'Keyshia Cole', 'I Changed My Mind', '', 'jQznkkIkk-U', 214, 'http://img.youtube.com/vi/jQznkkIkk-U/default.jpg', 178700, '2,,3', 'bot', 0, '1187001780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(983, 'e16adb426', 'Keyshia Cole', '(I Just Want It) To Be Over', '', 'ghj05RXTfbA', 247, 'http://img.youtube.com/vi/ghj05RXTfbA/default.jpg', 105018, '3', 'bot', 0, '1183691340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(984, '2c8bc8f59', 'Keyshia Cole', 'Love', '', 'X8QEMFKQ4WM', 315, 'http://img.youtube.com/vi/X8QEMFKQ4WM/default.jpg', 142816, '2,,3', 'bot', 0, '1183424100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(985, '1514061b4', 'Korn', 'Evolution', '', 'VntFEWF8I8A', 217, 'http://img.youtube.com/vi/VntFEWF8I8A/default.jpg', 1252214, '1', 'bot', 0, '1186549740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(987, 'da2c001f1', 'Lifehouse', 'First Time', '', 'wCPsfJUmLvw', 203, 'http://img.youtube.com/vi/wCPsfJUmLvw/default.jpg', 870413, '2,', 'bot', 0, '1183872840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(988, '0d5daaddf', 'Lifehouse', 'You and Me', '', 'TbLCZu4wAHo', 219, 'http://img.youtube.com/vi/TbLCZu4wAHo/default.jpg', 834273, '2,', 'bot', 0, '1186819560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(989, '71df1c167', 'Lifehouse', 'Hanging By A Moment', '', 'RFzUB_tX-Io', 217, 'http://img.youtube.com/vi/RFzUB_tX-Io/default.jpg', 157681, '2,', 'bot', 0, '1183962960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(991, '503568bb7', 'Lindsay Lohan', 'Rumors', '', 'w2Ld4YXlyGk', 215, 'http://img.youtube.com/vi/w2Ld4YXlyGk/default.jpg', 2290577, '2,', 'bot', 0, '1184683380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(992, '93f8e0a94', 'Lindsay Lohan', 'Confessions of a Broken Heart', '', 'M4Fyg08kHUM', 238, 'http://img.youtube.com/vi/M4Fyg08kHUM/default.jpg', 1376548, '2', 'bot', 0, '1183961160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(993, '8f2f39c40', 'Lloyd', 'Get It Shawty', '', 'MR6oR-JG3nw', 211, 'http://img.youtube.com/vi/MR6oR-JG3nw/default.jpg', 1957975, '2,,3', 'bot', 0, '1186730100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(994, '7b10dd0b2', 'Lyfe Jennings', 'S.E.X.', '', 'irAhD_EMiYU', 202, 'http://img.youtube.com/vi/irAhD_EMiYU/default.jpg', 24987, '2,,3', 'bot', 0, '1184411280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(995, '0e31f52b8', 'Madonna', 'True Confessions Tour''- Full Concert', '', 'ZRwOekcGMZY', 585, 'http://img.youtube.com/vi/ZRwOekcGMZY/default.jpg', 967, '2,', 'bot', 0, '1183871820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(996, '4ad5a9975', 'Mandy Moore', 'Extraordinary', '', 'a8jkXRh7tBU', 209, 'http://img.youtube.com/vi/a8jkXRh7tBU/default.jpg', 31509, '2,', 'bot', 0, '1184593440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(997, '570357b9a', 'Mariah Carey', 'Whenever You Call', '', 'lxqEx3Kta64', 266, 'http://img.youtube.com/vi/lxqEx3Kta64/default.jpg', 165612, '2,', 'bot', 0, '1187180400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(998, '5f5d08e34', 'Mariah Carey', 'Shake It Off', '', '_eLy9p14ntc', 243, 'http://img.youtube.com/vi/_eLy9p14ntc/default.jpg', 300178, '2,', 'bot', 0, '1186462500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1000, 'fc904b540', 'Mariah Carey', 'Fantasy', '', 'e7iyjsLlsyk', 246, 'http://img.youtube.com/vi/e7iyjsLlsyk/default.jpg', 1056155, '2,', 'bot', 0, '1186820760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1001, '826706f4f', 'Mariah Carey', 'Always Be My Baby', '', 'qG8jAOZ_1uo', 260, 'http://img.youtube.com/vi/qG8jAOZ_1uo/default.jpg', 1599903, '2,', 'bot', 0, '1186282080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1002, 'd8a165d9d', 'Mariah Carey', 'We Belong Together', '', 'LoBdt9L_DPA', 209, 'http://img.youtube.com/vi/LoBdt9L_DPA/default.jpg', 205875, '2,', 'bot', 0, '1186369380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1003, '4ad9ae50b', 'Mariah Carey', 'Honey', '', 'u-xk1oSi5JQ', 403, 'http://img.youtube.com/vi/u-xk1oSi5JQ/default.jpg', 716529, '2,', 'bot', 0, '1187271000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1004, '8f1a7985a', 'Mariah Carey', 'Hero', '', 'PWlS8Oerx8o', 268, 'http://img.youtube.com/vi/PWlS8Oerx8o/default.jpg', 2838250, '2,', 'bot', 0, '1184233740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1005, '5f7077ad6', 'Mario', 'Let Me Love You', '', 'XfbBEAuARfk', 267, 'http://img.youtube.com/vi/XfbBEAuARfk/default.jpg', 2092426, '2,,3', 'bot', 0, '1184681460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1006, '6defaba33', 'Mario', 'How Do I Breathe', '', 'cuXxSVJG41o', 218, 'http://img.youtube.com/vi/cuXxSVJG41o/default.jpg', 1285977, '2,,3', 'bot', 0, '1186731840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1007, 'd523a63b2', 'Mario', 'Just A Friend', '', 'X8CECzP9SEE', 213, 'http://img.youtube.com/vi/X8CECzP9SEE/default.jpg', 68102, '2,,3', 'bot', 0, '1186639500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1008, 'f821a19ac', 'Mario', 'How Could You', '', 'ywVqk_klRhY', 238, 'http://img.youtube.com/vi/ywVqk_klRhY/default.jpg', 404769, '2,,3', 'bot', 0, '1187090400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1010, '43b24614e', 'Maroon 5', 'Harder To Breathe', '', '__FB3OPNhh8', 182, 'http://img.youtube.com/vi/__FB3OPNhh8/default.jpg', 110147, '2,', 'bot', 0, '1186640220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1139, '83cea149c', 'Aaron Hall', 'I Miss You', '', 'a45iNCs3WCc', 299, 'http://img.youtube.com/vi/a45iNCs3WCc/default.jpg', 68192, '3', 'bot', 0, '1183422780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1012, '3173f5b3e', 'Marques Houston', 'Circle', '', '3HKc6C61hkY', 248, 'http://img.youtube.com/vi/3HKc6C61hkY/default.jpg', 342747, '2,', 'bot', 0, '1183422960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1013, '84bc627d9', 'Maroon 5', 'This Love', '', 'CGOMIf1PEE0', 201, 'http://img.youtube.com/vi/CGOMIf1PEE0/default.jpg', 2468242, '2,,1', 'bot', 0, '1183422060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1014, '50900ffb3', 'Mary J. Blige', 'Be Without You', '', '1QAN7NOqXX4', 249, 'http://img.youtube.com/vi/1QAN7NOqXX4/default.jpg', 1970850, '2,,3', 'bot', 0, '1187359440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1015, '4670fb690', 'Mary J. Blige', 'Enough Cryin', '', 'UeETVILUeL8', 248, 'http://img.youtube.com/vi/UeETVILUeL8/default.jpg', 32686, '2,,3', 'bot', 0, '1184501640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1016, '29811ebf9', 'Mary J. Blige', 'Take Me As I Am', '', 'x8EEnFvynzI', 256, 'http://img.youtube.com/vi/x8EEnFvynzI/default.jpg', 96563, '2,,3', 'bot', 0, '1186369320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1017, '51d499880', 'Michelle Branch', 'Everywhere', '', 'kQYmAR0J7sQ', 213, 'http://img.youtube.com/vi/kQYmAR0J7sQ/default.jpg', 214514, '2,', 'bot', 0, '1184142660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1018, '36999f8c4', 'MIKA', 'Grace Kelly', '', 'uzA0nG_PurQ', 204, 'http://img.youtube.com/vi/uzA0nG_PurQ/default.jpg', 16091384, '2,', 'bot', 0, '1183961280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1019, 'ae1a3bb3e', 'Miley Cyrus', 'Best of Both Worlds', '', 'wcMX-tXntS0', 218, 'http://img.youtube.com/vi/wcMX-tXntS0/default.jpg', 1874416, '2,', 'bot', 0, '1186371480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1022, '825ee63fa', 'Miley Cyrus', 'The Other Side of Me', '', '-FjoC-nghiU', 204, 'http://img.youtube.com/vi/-FjoC-nghiU/default.jpg', 815, '2,', 'bot', 0, '1184590980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1023, 'a3da2e75a', 'Monica', 'Why I Love You So Much', '', 'pmwiyQgL1A0', 266, 'http://img.youtube.com/vi/pmwiyQgL1A0/default.jpg', 126062, '2,,3', 'bot', 0, '1183781160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1025, '2be26ff31', 'Musiq (Soulchild)', 'Buddy', '', 'PHPdNXwU8GE', 230, 'http://img.youtube.com/vi/PHPdNXwU8GE/default.jpg', 583979, '2,,3', 'bot', 0, '1187089740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2202, 'fa75b0992', 'Ludacris', 'Pussy Poppin', '', '7M6xjTX0hNs', 311, 'http://img.youtube.com/vi/7M6xjTX0hNs/default.jpg', 3110720, '5', 'admin', 0, '1191922078', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1027, '77246baa1', 'My Chemical Romance', 'Famous Last Words', '', '4WvhQt3lMCk', 267, 'http://img.youtube.com/vi/8bbTtPL1jRs/default.jpg', 37517811, '2', 'bot', 0, '1184141160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1028, '212e5e8f5', 'Mya', 'The Best Of Me', '', 'rgf9s5ZvmH0', 275, 'http://img.youtube.com/vi/rgf9s5ZvmH0/default.jpg', 168778, '2,,3', 'bot', 0, '1183331160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1029, '3b6a3cf7f', 'Mya', 'My Love is Like...Wo', '', '3ua_22A2z3U', 250, 'http://img.youtube.com/vi/3ua_22A2z3U/default.jpg', 13446, '2,,3', 'bot', 0, '1184053620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1030, 'c748f027a', 'Mya', 'Lock U Down feat. Lil Wayne', '', '7vT2OfEn2NI', 249, 'http://img.youtube.com/vi/7vT2OfEn2NI/default.jpg', 196223, '2,,3', 'bot', 0, '1184053980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1031, '5e13ef4a9', 'N.L.T.', 'That Girl', '', 'YUrR9WI0emM', 219, 'http://img.youtube.com/vi/YUrR9WI0emM/default.jpg', 184477, '2,', 'bot', 0, '1186192020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1138, 'a785e9c87', '98 Degrees', 'Because Of You', '', '98WztOwqnuA', 235, 'http://img.youtube.com/vi/98WztOwqnuA/default.jpg', 18592, '3', 'bot', 0, '1183513080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1034, 'f355d3a98', 'Ne-Yo', 'Stay', '', 'NJvAM36cRFI', 257, 'http://img.youtube.com/vi/NJvAM36cRFI/default.jpg', 1000004, '2,', 'bot', 0, '1186819980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1137, '2cec13132', '98 Degrees', 'I Do Cherish You', '', '_4wirSuglyc', 238, 'http://img.youtube.com/vi/_4wirSuglyc/default.jpg', 52267, '3', 'bot', 0, '1186101060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1036, '9ddf52713', 'Ne-Yo', 'So Sick', '', '-QD_sMYhbnU', 227, 'http://img.youtube.com/vi/-QD_sMYhbnU/default.jpg', 2438832, '2,', 'bot', 0, '1183961040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1038, '53b1bce8a', 'Nelly Furtado', 'All Good Things (Come To An End)', '', '1j5_7V0DMkA', 226, 'http://img.youtube.com/vi/1j5_7V0DMkA/default.jpg', 3323228, '2,', 'bot', 0, '1186281360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1039, '44dd1dbd9', 'Nelly Furtado', 'Maneater''', '', 'BZoVsi_bP7s', 313, 'http://img.youtube.com/vi/BZoVsi_bP7s/default.jpg', 210814, '2,', 'bot', 0, '1186279620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1040, 'c6ec8f945', 'Nelly Furtado', 'Nelly Furtado Full Concert', '', '9P3L3gNztmo', 480, 'http://img.youtube.com/vi/9P3L3gNztmo/default.jpg', 10732, '2,', 'bot', 0, '1184053500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1041, '3f443d3e3', 'Nelly Furtado', 'Say It Right''', '', 'AO6SnX9s5-w', 242, 'http://img.youtube.com/vi/AO6SnX9s5-w/default.jpg', 10955113, '2,', 'bot', 0, '1183421400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1042, '2ba0c349b', 'Nelly Furtado', 'Promiscuous', '', 'SIM4DCn7AlE', 241, 'http://img.youtube.com/vi/SIM4DCn7AlE/default.jpg', 10075434, '2,', 'bot', 0, '1183690980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1043, '05ecc35e5', 'New Edition', 'Can You Stand the Rain', '', 'SHgtE5rwEac', 247, 'http://img.youtube.com/vi/SHgtE5rwEac/default.jpg', 290500, '2,,3', 'bot', 0, '1183602960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1044, '2b5c3819a', 'No Doubt', 'Just a Girl', '', 'Ygqew4RxIg8', 206, 'http://img.youtube.com/vi/Ygqew4RxIg8/default.jpg', 568949, '2,', 'bot', 0, '1184683500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1045, '82b8c5362', 'No Doubt', 'Hey Baby', '', 'x1GhgoLaZMQ', 211, 'http://img.youtube.com/vi/x1GhgoLaZMQ/default.jpg', 1039231, '2,', 'bot', 0, '1184231220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1046, 'c2a77ff25', 'No Doubt', 'Ex-Girlfriend', '', 'ff_GbnpDzwQ', 226, 'http://img.youtube.com/vi/ff_GbnpDzwQ/default.jpg', 139858, '2,', 'bot', 0, '1187361900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1047, 'd80419892', 'Omarion', 'Touch', '', 'OUfpKzdLtec', 203, 'http://img.youtube.com/vi/OUfpKzdLtec/default.jpg', 1273819, '2,,3', 'bot', 0, '1183423200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1048, 'a3314ab83', 'Omarion', 'O', '', 'LDZsQdtqAuU', 258, 'http://img.youtube.com/vi/LDZsQdtqAuU/default.jpg', 277425, '2,,3', 'bot', 0, '1187089920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1049, '01dee2eb1', 'Omarion', 'Ice Box', '', 'AyDoCjjW1Tw', 318, 'http://img.youtube.com/vi/AyDoCjjW1Tw/default.jpg', 4964174, '2,', 'bot', 0, '1186460640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1050, '6c2a3bdb8', 'OutKast', 'Roses', '', 'GDtg8hvHDwo', 363, 'http://img.youtube.com/vi/GDtg8hvHDwo/default.jpg', 582631, '2,', 'bot', 0, '1183513620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1053, 'c30b2aa13', 'Paula DeAnda', 'Walk Away feat. The Dey', '', 'hlI3XEOdm1U', 242, 'http://img.youtube.com/vi/hlI3XEOdm1U/default.jpg', 1845880, '2,', 'bot', 0, '1186282020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1054, 'e4bc2c256', 'Paula Deanda', 'Doing Too Much feat. Baby Bash', '', 'OaCv2stCOxc', 245, 'http://img.youtube.com/vi/OaCv2stCOxc/default.jpg', 134047, '2,,3', 'bot', 0, '1183332780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1055, '8345a155d', 'Paula DeAnda', 'Easy feat. Bow Wow', '', 'Yjd8YzQFI38', 209, 'http://img.youtube.com/vi/Yjd8YzQFI38/default.jpg', 610214, '2,', 'bot', 0, '1183960980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1056, '9d3e305db', 'Pink', 'Trouble', '', 'X-tbJOFcQw8', 235, 'http://img.youtube.com/vi/X-tbJOFcQw8/default.jpg', 206434, '2,', 'bot', 0, '1183421700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1057, '6eedd9ae4', 'Pink', 'Just Like A Pill', '', 'tO3fRKEXlA8', 237, 'http://img.youtube.com/vi/tO3fRKEXlA8/default.jpg', 886524, '2,', 'bot', 0, '1183423140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1058, '4a5661b1f', 'Pink', 'Family Portrait', '', 'gCeA2lHt6lM', 228, 'http://img.youtube.com/vi/gCeA2lHt6lM/default.jpg', 290164, '2,', 'bot', 0, '1183873800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1059, '3da099a3a', 'Pink', 'Who Knew', '', 'cJmghwq7k2I', 212, 'http://img.youtube.com/vi/cJmghwq7k2I/default.jpg', 170226, '2,', 'bot', 0, '1186462020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1060, 'a838531a1', 'Pink', 'Most Girls', '', 'CVi77Of10Zs', 274, 'http://img.youtube.com/vi/CVi77Of10Zs/default.jpg', 18621, '2,', 'bot', 0, '1183513320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1061, 'e0f448886', 'Pink', 'Stupid Girls', '', 'YHgIqUBZOdM', 212, 'http://img.youtube.com/vi/YHgIqUBZOdM/default.jpg', 298620, '2,', 'bot', 0, '1183333260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1063, '39e8b6301', 'Pretty Ricky', 'On the Hotline', '', 'KrdMegLT5XA', 256, 'http://img.youtube.com/vi/KrdMegLT5XA/default.jpg', 2025033, '2,', 'bot', 0, '1186910280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1064, '363a029fa', 'Prima J', 'Rockstar', '', 'PxOaZiHw0Xo', 229, 'http://img.youtube.com/vi/PxOaZiHw0Xo/default.jpg', 495621, '2,', 'bot', 0, '1187090100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1065, '6ec1aaeca', 'Pussycat Dolls', 'Buttons/Beep', '', 'TXInwwr4WyQ', 406, 'http://img.youtube.com/vi/TXInwwr4WyQ/default.jpg', 245058, '2,', 'bot', 0, '1184231700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1066, 'eb0c11368', 'Pussycat Dolls', 'Buttons', '', 'Lad9PVjKwOE', 246, 'http://img.youtube.com/vi/Lad9PVjKwOE/default.jpg', 1466968, '2,', 'bot', 0, '1186370760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1067, '84a4eb5b7', 'Pussycat Dolls', 'Wait a Minute', '', 'QiW8Mb4W5KQ', 237, 'http://img.youtube.com/vi/QiW8Mb4W5KQ/default.jpg', 3426421, '2,', 'bot', 0, '1187090700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1068, '8a2bf7fbc', 'Pussycat Dolls', 'Stickwitu', '', 'qZB7BlZPLy8', 217, 'http://img.youtube.com/vi/qZB7BlZPLy8/default.jpg', 666388, '2,', 'bot', 0, '1186460640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1069, 'fbd5f6573', 'Pussycat Dolls', 'Sway', '', 'aFPvKGL69kE', 194, 'http://img.youtube.com/vi/aFPvKGL69kE/default.jpg', 3199084, '2,', 'bot', 0, '1183600980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1070, '4a6570537', 'Pussycat Dolls', 'Beep', '', 'QF1ofPBj37M', 254, 'http://img.youtube.com/vi/QF1ofPBj37M/default.jpg', 889288, '2,', 'bot', 0, '1184594040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1071, '36471b4ff', 'R. Kelly', 'Ignition', '', '0c01HLfWpfY', 188, 'http://img.youtube.com/vi/0c01HLfWpfY/default.jpg', 804551, '2,,3', 'bot', 0, '1187001840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1072, '9c4ae75df', 'R. Kelly', 'Full Concert', '', 'qoRVlcpLNdg', 179, 'http://img.youtube.com/vi/qoRVlcpLNdg/default.jpg', 64278, '2,,3', 'bot', 0, '1184682240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1073, '8e0c1ac3e', 'R. Kelly', 'Step In The Name Of Love', '', '4LjgxXCsRek', 336, 'http://img.youtube.com/vi/4LjgxXCsRek/default.jpg', 233359, '2,,3', 'bot', 0, '1183692000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1074, '5aca96814', 'R. Kelly', 'I Believe I Can Fly', '', 'QTahrYXCChI', 333, 'http://img.youtube.com/vi/QTahrYXCChI/default.jpg', 560328, '2,,3', 'bot', 0, '1183423260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1075, '1ad3d810e', 'R. Kelly', 'Trapped in the Closet Chapter 1', '', 'eUVLNghzLtI', 449, 'http://img.youtube.com/vi/eUVLNghzLtI/default.jpg', 361616, '2,,3', 'bot', 0, '1187270520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1076, '8ad24ce5d', 'R. Kelly', 'Sex Me', '', 'Fl1QOCc_7LA', 257, 'http://img.youtube.com/vi/Fl1QOCc_7LA/default.jpg', 98321, '2,,3', 'bot', 0, '1183603800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1077, '606748b3f', 'R. Kelly', 'Slow Wind', '', '570YInxm-FM', 228, 'http://img.youtube.com/vi/570YInxm-FM/default.jpg', 47209, '2,,3', 'bot', 0, '1183423980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1078, '34a9ea5c9', 'R. Kelly', 'Same Girl feat. Usher', '', 'nU8fcEma1Z4', 287, 'http://img.youtube.com/vi/nU8fcEma1Z4/default.jpg', 1331652, '2,,3', 'bot', 0, '1186279620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1079, '67ee0bf47', 'R. Kelly', 'Down Low (Nobody Has To Know)', '', 'EsZmspQFIcw', 264, 'http://img.youtube.com/vi/EsZmspQFIcw/default.jpg', 67442, '2,,3', 'bot', 0, '1183423260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1080, 'cc2a517ed', 'Raven', 'Some Call it Magic', '', '9qTmDigjGCQ', 201, 'http://img.youtube.com/vi/9qTmDigjGCQ/default.jpg', 9585, '2,', 'bot', 0, '1186099380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1081, '9c4ed3c9c', 'Ray J', 'One Wish', '', 'H3VXT15Kf4s', 241, 'http://img.youtube.com/vi/H3VXT15Kf4s/default.jpg', 1476354, '2,,3', 'bot', 0, '1186279920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1082, 'd9e41b751', 'Red Hot Chili Peppers', 'Snow (Hey Oh)', '', 'VLOQY4LZSaQ', 285, 'http://img.youtube.com/vi/VLOQY4LZSaQ/default.jpg', 1884787, '2,', 'bot', 0, '1186009320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1135, 'f8440a841', '98 Degrees', 'My Everything', '', '8iecEDzDoXc', 229, 'http://img.youtube.com/vi/8iecEDzDoXc/default.jpg', 196205, '3', 'bot', 0, '1184503800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1134, '929e48e64', '702', 'Get It Together', '', 'boZuRc9LUOw', 229, 'http://img.youtube.com/vi/boZuRc9LUOw/default.jpg', 72149, '3', 'bot', 0, '1186100700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1085, '3105981e3', 'Rihanna', 'Pon de Replay', '', 'a3jbtv_hw2E', 233, 'http://img.youtube.com/vi/a3jbtv_hw2E/default.jpg', 2938721, '2,', 'bot', 0, '1184593500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1086, '71f05592b', 'Rihanna', 'Umbrella feat. Jay-Z', '', 'mrTUhkN7RFA', 256, 'http://img.youtube.com/vi/mrTUhkN7RFA/default.jpg', 15033057, '2,,3', 'bot', 0, '1184503680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1087, '6ca0ad11e', 'Rihanna', 'We Ride', '', 'pWdhO7OFFok', 241, 'http://img.youtube.com/vi/pWdhO7OFFok/default.jpg', 4132482, '2,', 'bot', 0, '1187360580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1133, '3989a517d', '702', 'Where My Girls At', '', 'SCRrbh7if-0', 175, 'http://img.youtube.com/vi/SCRrbh7if-0/default.jpg', 58857, '3', 'bot', 0, '1183601880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1089, '071bd08e7', 'Robin Thicke', 'Can You Believe', '', 'BZEYCP4zzQc', 260, 'http://img.youtube.com/vi/BZEYCP4zzQc/default.jpg', 21988, '2,,3', 'bot', 0, '1184321100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1090, '8f95d898b', 'Robin Thicke', 'Wanna Love You Girl feat. Bustah Rhymes and Pharrell', '', 'donpaiV2AnM', 569, 'http://img.youtube.com/vi/donpaiV2AnM/default.jpg', 17224, '2,,3', 'bot', 0, '1186551000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1091, '168e3e22c', 'Robin Thicke', 'Lost Without You', '', 'HKNA42bj-do', 266, 'http://img.youtube.com/vi/HKNA42bj-do/default.jpg', 742551, '2,,3', 'bot', 0, '1187270160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1093, '8ade2430f', 'Sammie', 'Come With Me', '', 'lI5IGg9Vpsw', 271, 'http://img.youtube.com/vi/lI5IGg9Vpsw/default.jpg', 734666, '2,,3', 'bot', 0, '1184503440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1095, '38b4664ac', 'Sisqo', 'Thong Song', '', 'OP3bZZLGBlo', 281, 'http://img.youtube.com/vi/OP3bZZLGBlo/default.jpg', 379492, '2,,3', 'bot', 0, '1186819380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1097, '543273b5f', 'T-Pain', 'Buy U A Drank', '', 'Oy-nqyfR_w4', 229, 'http://img.youtube.com/vi/Oy-nqyfR_w4/default.jpg', 453569, '2,', 'bot', 0, '1186009980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1098, '578ace551', 'T-Pain', 'Bartender feat. Akon', '', 'Md6rURKhZmA', 240, 'http://img.youtube.com/vi/Md6rURKhZmA/default.jpg', 3428815, '2,,3', 'bot', 0, '1183872660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1099, '958c29f3e', 'T-Pain', 'I''m N Luv (Wit a Stripper)', '', 'P9Ng64rwUqM', 341, 'http://img.youtube.com/vi/P9Ng64rwUqM/default.jpg', 405620, '2,,3', 'bot', 0, '1183783200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1100, '2100c21dc', 'The Cheetah Girls', 'Strut', '', 'kj4H0tDrbAU', 314, 'http://img.youtube.com/vi/kj4H0tDrbAU/default.jpg', 1237868, '2,', 'bot', 0, '1186911480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1102, 'c9dcc2216', 'The Veronicas', 'When it All Falls Apart', '', 'YRyNdTiwysQ', 200, 'http://img.youtube.com/vi/YRyNdTiwysQ/default.jpg', 718866, '2,', 'bot', 0, '1186369800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1103, 'e3ef951ca', 'Tiffany Evans', 'Let Me Be Your Angel', '', 'ydLMXc42RVE', 214, 'http://img.youtube.com/vi/ydLMXc42RVE/default.jpg', 212642, '2,,3', 'bot', 0, '1184591520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1104, '503b6407f', 'Timbaland', 'Give It to Me feat. Nelly Furtado and Justin Timberlake', '', '2__Qdd11rfA', 273, 'http://img.youtube.com/vi/2__Qdd11rfA/default.jpg', 3243762, '2,', 'bot', 0, '1186192020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1105, '742ed983e', 'Tiffany Evans', 'Promise Ring feat. Ciara', '', 'fSdL73zmFQc', 229, 'http://img.youtube.com/vi/fSdL73zmFQc/default.jpg', 981977, '2,,3', 'bot', 0, '1187182200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1106, 'd45c4902a', 'TLC', 'Waterfalls', '', 'm-n-jZJhpT4', 312, 'http://img.youtube.com/vi/m-n-jZJhpT4/default.jpg', 549006, '2,', 'bot', 0, '1183783800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1107, '93c2fa06d', 'Trey Songz', 'Wonder Woman', '', 'IpH3lqDsQ1E', 359, 'http://img.youtube.com/vi/IpH3lqDsQ1E/default.jpg', 1242991, '2,,3', 'bot', 0, '1183691880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1109, '61fb8c105', 'Usher', 'You Make Me Wanna...', '', '8ylrlxQz5So', 193, 'http://img.youtube.com/vi/8ylrlxQz5So/default.jpg', 666835, '2,,3', 'bot', 0, '1184503740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1110, '14cfa4a2c', 'Usher', 'U Got It Bad', '', '15bWP1O-bK0', 277, 'http://img.youtube.com/vi/15bWP1O-bK0/default.jpg', 370157, '2,,3', 'bot', 0, '1186549920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1111, 'de920f6f4', 'Usher', 'Caught Up', '', 'I7D1NTUEcsc', 271, 'http://img.youtube.com/vi/I7D1NTUEcsc/default.jpg', 633725, '2,,3', 'bot', 0, '1187180220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1112, '61a537f71', 'Usher', 'U-Turn', '', 'YmNBICriDoM', 194, 'http://img.youtube.com/vi/YmNBICriDoM/default.jpg', 31939, '2,,3', 'bot', 0, '1183331340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1113, '41dd70e04', 'Usher', 'Yeah', '', 'NwBV3IBBuoY', 250, 'http://img.youtube.com/vi/NwBV3IBBuoY/default.jpg', 781739, '2,,3', 'bot', 0, '1184413260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1114, '61b75e729', 'Usher', 'U Remind Me', '', 'nIpT1OmbOqw', 267, 'http://img.youtube.com/vi/nIpT1OmbOqw/default.jpg', 28493, '2,,3', 'bot', 0, '1186010400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1115, 'a491a2702', 'Usher', 'Burn', '', '0XlcrUrLlrw', 274, 'http://img.youtube.com/vi/0XlcrUrLlrw/default.jpg', 140914, '2,,3', 'bot', 0, '1186459500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1116, '47a56ea34', 'Usher', 'Confessions Part 2', '', 'kgJY_p9etvc', 288, 'http://img.youtube.com/vi/kgJY_p9etvc/default.jpg', 302447, '2,,3', 'bot', 0, '1183783680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1117, 'a84755eda', 'Vanessa Anne Hudgens', 'Come Back to Me', '', 'hhaWPh76U2g', 162, 'http://img.youtube.com/vi/hhaWPh76U2g/default.jpg', 527742, '2,', 'bot', 0, '1186009680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1118, '0e8c567cd', 'Vanessa Carlton', 'A Thousand Miles', '', 'qJsonSGr_GQ', 276, 'http://img.youtube.com/vi/qJsonSGr_GQ/default.jpg', 2045009, '2,', 'bot', 0, '1186549680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1119, '8ca1d5e6c', 'Vanessa Carlton', 'White Houses', '', 'W5DDN09A534', 228, 'http://img.youtube.com/vi/W5DDN09A534/default.jpg', 134546, '2,', 'bot', 0, '1186099320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1120, '7ea60be5a', 'Vanessa Hudgens', 'Say OK', '', 'F5VvvVxuKko', 219, 'http://img.youtube.com/vi/F5VvvVxuKko/default.jpg', 6381217, '2,', 'bot', 0, '1183781400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1121, '3b7e4c9be', 'Vanilla Ice', 'I Love You', '', 'TWSeRZNxzJ0', 259, 'http://img.youtube.com/vi/TWSeRZNxzJ0/default.jpg', 57651, '2,', 'bot', 0, '1184411640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1122, '808f7f867', 'Weird Al Yankovic', 'Jurassic Park', '', 'dpDckbqhpW8', 235, 'http://img.youtube.com/vi/dpDckbqhpW8/default.jpg', 1231534, '2,', 'bot', 0, '1183603500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1123, 'df3c91ff1', 'Weird Al Yankovic', 'Smells Like Nirvana', '', 'wETeWjkoTqc', 222, 'http://img.youtube.com/vi/wETeWjkoTqc/default.jpg', 71629, '2,', 'bot', 0, '1184411040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1124, 'd84017094', 'Weird Al Yankovic', 'White and Nerdy', '', '-xEzGIuY7kw', 171, 'http://img.youtube.com/vi/-xEzGIuY7kw/default.jpg', 14204590, '2,', 'bot', 0, '1183871100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1125, '5318b03c1', 'Whitney Houston', 'I Will Always Love You', '', 'VUoEil40qZA', 281, 'http://img.youtube.com/vi/VUoEil40qZA/default.jpg', 4321875, '2,', 'bot', 0, '1186551540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1131, '80510c06a', '112', 'What If', '', 'XzaGpZa1xEU', 264, 'http://img.youtube.com/vi/XzaGpZa1xEU/default.jpg', 147199, '3', 'bot', 0, '1187091180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1130, 'd5c7c8173', '112', 'Na, Na, Na', '', 'JJeO1NrtkAo', 276, 'http://img.youtube.com/vi/JJeO1NrtkAo/default.jpg', 117098, '3', 'bot', 0, '1183871280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1132, 'd3915fa42', '38 Special', 'Caught Up In You', '', 'vXQDWuitMZc', 235, 'http://img.youtube.com/vi/vXQDWuitMZc/default.jpg', 55536, '3', 'bot', 0, '1183423020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1129, 'ff31de0c8', '112', 'Hot', '', '5TUMNi-R9K8', 260, 'http://img.youtube.com/vi/5TUMNi-R9K8/default.jpg', 424379, '3', 'bot', 0, '1186281060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1128, '45ef5c826', '10,000 Maniacs', 'These Are Days', '', 'b3NIMz8EtwY', 227, 'http://img.youtube.com/vi/b3NIMz8EtwY/default.jpg', 67821, '3', 'bot', 0, '1187271000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1163, 'af6a47365', 'Amerie', '1 Thing', '', 'Xa1qaAcJG70', 255, 'http://img.youtube.com/vi/Xa1qaAcJG70/default.jpg', 302313, '3', 'bot', 0, '1186371900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1164, 'a8151d1b7', 'Amerie', 'One Thing. Remix  feat. Eve', '', 'BZFnycSDxtI', 256, 'http://img.youtube.com/vi/BZFnycSDxtI/default.jpg', 443163, '3', 'bot', 0, '1186281480', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1165, '295b6573b', 'Anna Nalick', 'Breathe (2 AM)', '', 'jPz3YaIJkjQ', 249, 'http://img.youtube.com/vi/jPz3YaIJkjQ/default.jpg', 310566, '1', 'bot', 0, '1183781820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1166, 'c7c7f4587', 'Annie Lennox', 'Into the west', '', '6NFLYzBBMt8', 271, 'http://img.youtube.com/vi/6NFLYzBBMt8/default.jpg', 162132, '3', 'bot', 0, '1183961820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1167, '58537bfa6', 'Annie Lennox', 'Walking On Broken Glass', '', 'Xk0GoB42M-E', 244, 'http://img.youtube.com/vi/Xk0GoB42M-E/default.jpg', 36587, '3', 'bot', 0, '1186010160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1168, '2abec7cc1', 'Another Bad Creation', 'Iesha', '', 'QMgv6GrTLoQ', 240, 'http://img.youtube.com/vi/QMgv6GrTLoQ/default.jpg', 79900, '3', 'bot', 0, '1186371960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1169, '8b7b0edca', 'Anthony Hamilton', 'Charlene', '', 'Jst0qnDhQRw', 254, 'http://img.youtube.com/vi/Jst0qnDhQRw/default.jpg', 39433, '3', 'bot', 0, '1187181720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1170, '4df28e1b5', 'Ashanti', 'Only U', '', '9cI0eA_KhNQ', 213, 'http://img.youtube.com/vi/9cI0eA_KhNQ/default.jpg', 124054, '3', 'bot', 0, '1184504040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1171, '28a52d740', 'Ashanti', 'Christmas Melody', '', 'sdxY3_h0xao', 289, 'http://img.youtube.com/vi/sdxY3_h0xao/default.jpg', 34288, '3', 'bot', 0, '1187181660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1172, '0f2347f92', 'Ashanti', 'Breakup 2 Makeup', '', 'HjROsXHN4yY', 240, 'http://img.youtube.com/vi/HjROsXHN4yY/default.jpg', 120950, '3', 'bot', 0, '1184053440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1174, 'd406e452c', 'Ashanti', 'Still on It', '', 'tv8ikz6FqaE', 284, 'http://img.youtube.com/vi/tv8ikz6FqaE/default.jpg', 17648, '3', 'bot', 0, '1187092320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1175, '42dc803c9', 'Ashanti', 'Dreams', '', 'vHg94wvZ1HA', 225, 'http://img.youtube.com/vi/vHg94wvZ1HA/default.jpg', 2968, '3', 'bot', 0, '1184411880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1176, 'c29a82051', 'Augustana', 'Stars and Boulevards', '', 'GDLAmUj9P2k', 259, 'http://img.youtube.com/vi/GDLAmUj9P2k/default.jpg', 91168, '3', 'bot', 0, '1186912080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1177, '33c5dbf13', 'Augustana', 'Boston', '', 'UnqvjD7Kxs4', 244, 'http://img.youtube.com/vi/UnqvjD7Kxs4/default.jpg', 1250426, '1', 'bot', 0, '1186012440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1179, 'e44294d47', 'Avant', 'Read Your Mind', '', 'QWnfKpeS7vI', 247, 'http://img.youtube.com/vi/QWnfKpeS7vI/default.jpg', 100859, '3', 'bot', 0, '1186551540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1180, 'c3f638b1d', 'Avant', '4 Minutes', '', 'sX4hai-2FQE', 241, 'http://img.youtube.com/vi/sX4hai-2FQE/default.jpg', 21624, '3', 'bot', 0, '1184413500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1181, 'd452a7219', 'Avant', 'My First Love', '', 'PYQPj-UbObs', 258, 'http://img.youtube.com/vi/PYQPj-UbObs/default.jpg', 120415, '3', 'bot', 0, '1184230980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1182, '6bb1e32a9', 'B.B. King', 'The Thrill Is Gone', '', 'lqAuuIDU2sw', 539, 'http://img.youtube.com/vi/lqAuuIDU2sw/default.jpg', 442463, '3', 'bot', 0, '1184051760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1183, 'a216bf1c2', 'B2K', 'Why I Love You', '', '3GgwQuC30ik', 232, 'http://img.youtube.com/vi/3GgwQuC30ik/default.jpg', 50223, '3', 'bot', 0, '1186909380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1184, 'dfff81bed', 'B2K', 'Bada Boom', '', 'yeYg_kpxpIQ', 220, 'http://img.youtube.com/vi/yeYg_kpxpIQ/default.jpg', 102430, '3', 'bot', 0, '1186822320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1185, '4725b1b71', 'B2K', 'Girlfriend', '', 'Yn6HIt-Zf7E', 391, 'http://img.youtube.com/vi/Yn6HIt-Zf7E/default.jpg', 196594, '3', 'bot', 0, '1184052300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1186, '6d019b9db', 'B2K', 'Bump, Bump, Bump', '', '-J_HFlOQKss', 230, 'http://img.youtube.com/vi/-J_HFlOQKss/default.jpg', 1325767, '3', 'bot', 0, '1187000040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1187, '6e28cf10c', 'Bad Company', 'Holy Water', '', '8whVFOilnBo', 250, 'http://img.youtube.com/vi/8whVFOilnBo/default.jpg', 24872, '3', 'bot', 0, '1183424040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1188, '4e4712777', 'Bad Company', 'If You Needed Somebody', '', '-EXh2ZJ9VVY', 261, 'http://img.youtube.com/vi/-EXh2ZJ9VVY/default.jpg', 42637, '3', 'bot', 0, '1186282500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1189, 'b809eedf7', 'Barenaked Ladies', 'One Week', '', 'jy7tiCwDHQQ', 174, 'http://img.youtube.com/vi/jy7tiCwDHQQ/default.jpg', 200851, '3', 'bot', 0, '1187361180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1190, '1a77d8d87', 'BarlowGirl', 'I Need You to Love Me', '', '7eASyNtUEYE', 263, 'http://img.youtube.com/vi/7eASyNtUEYE/default.jpg', 82699, '3', 'bot', 0, '1183422780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1191, '153325c0c', 'BarlowGirl', 'Grey', '', 'BV4jR9-OAwM', 192, 'http://img.youtube.com/vi/BV4jR9-OAwM/default.jpg', 19647, '3', 'bot', 0, '1184503080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1192, '5165ceaa7', 'Belinda Carlisle', 'Heaven Is A Place On Earth', '', 'VQahvFdQVu8', 241, 'http://img.youtube.com/vi/VQahvFdQVu8/default.jpg', 454941, '3', 'bot', 0, '1183781760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1193, '54b0643ca', 'Bell Biv DeVoe', 'When Will I See You Smile Again?', '', '7GTfdcpcd6A', 288, 'http://img.youtube.com/vi/7GTfdcpcd6A/default.jpg', 43891, '3', 'bot', 0, '1184322180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1196, 'bfc7e0047', 'Bill Medley and Jennifer Warnes', 'The Time of My Life', '', 'kxDap9U3X5U', 280, 'http://img.youtube.com/vi/kxDap9U3X5U/default.jpg', 995, '1', 'bot', 0, '1183422660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1197, '85de3fb1b', 'Billy Joel', 'Allentown', '', 'K62DdoFoNeg', 225, 'http://img.youtube.com/vi/K62DdoFoNeg/default.jpg', 29420, '3', 'bot', 0, '1183421700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1198, 'd411b7a55', 'Billy Joel', 'Uptown Girl', '', 'Pf-_RwiiVT0', 204, 'http://img.youtube.com/vi/Pf-_RwiiVT0/default.jpg', 130231, '1', 'bot', 0, '1184231220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1199, 'e21d5ab61', 'Billy Joel', 'A Matter Of Trust', '', 'C52kn7-ky3M', 288, 'http://img.youtube.com/vi/C52kn7-ky3M/default.jpg', 105889, '3', 'bot', 0, '1184142540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1200, 'c05b9029e', 'Billy Joel', 'The Longest Time', '', 'Smeyf8nhM5Q', 240, 'http://img.youtube.com/vi/Smeyf8nhM5Q/default.jpg', 153077, '3', 'bot', 0, '1183421280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1201, '67b2db9f8', 'Billy Joel', 'Piano Man', '', 'rZ1_M_L_RSI', 333, 'http://img.youtube.com/vi/rZ1_M_L_RSI/default.jpg', 915085, '1', 'bot', 0, '1184501160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1202, 'ce6af73ce', 'Blackstreet', 'No Diggity', '', 'Rq0zUJCl9Qs', 275, 'http://img.youtube.com/vi/Rq0zUJCl9Qs/default.jpg', 292299, '3', 'bot', 0, '1183423560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1203, '01f751fe9', 'Blaque', 'I Do', '', 'TsXsBmsnwjo', 247, 'http://img.youtube.com/vi/TsXsBmsnwjo/default.jpg', 7589, '3', 'bot', 0, '1183602360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1204, 'ce0f7ff29', 'Blaque', '808', '', 'ckQDsDBxrTE', 160, 'http://img.youtube.com/vi/ckQDsDBxrTE/default.jpg', 33789, '3', 'bot', 0, '1184143380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1205, '64ef5da5a', 'Blind Melon', 'No Rain', '', 'qmVn6b7DdpA', 246, 'http://img.youtube.com/vi/qmVn6b7DdpA/default.jpg', 252347, '3', 'bot', 0, '1186280220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1206, '96acc9f71', 'Blue Man Group', 'I Feel Love', '', 'C5-ClvcHtK4', 328, 'http://img.youtube.com/vi/C5-ClvcHtK4/default.jpg', 419777, '3', 'bot', 0, '1186549560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1207, 'c0b2d6306', 'Blues Traveler', 'Hook', '', 'cjukZs6R6LI', 264, 'http://img.youtube.com/vi/cjukZs6R6LI/default.jpg', 62217, '3', 'bot', 0, '1186281780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(2198, '104d85b58', 'Nirvana', 'Heart Shaped Box', '', '_9mJF1U3wRU', 295, 'http://img.youtube.com/vi/_9mJF1U3wRU/default.jpg', 66703, '1', 'admin', 0, '1191921954', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1209, '65f800fd3', 'Bobby Valentino', 'My Angel Never Leave You', '', 'G2jvMl8MdAo', 214, 'http://img.youtube.com/vi/G2jvMl8MdAo/default.jpg', 120662, '3', 'bot', 0, '1186011780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1210, '1866f5a34', 'Bobby Valentino', 'Tell Me', '', 'GCJTNpS-Bqs', 254, 'http://img.youtube.com/vi/GCJTNpS-Bqs/default.jpg', 138981, '3', 'bot', 0, '1187362140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1211, 'f231be8c4', 'Brandy', 'I Wanna Be Down', '', 'sLOtvGH8Vr0', 245, 'http://img.youtube.com/vi/sLOtvGH8Vr0/default.jpg', 101479, '3', 'bot', 0, '1186099740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1212, '6016ff740', 'Brandy', 'Talk About Our Love', '', '-yo8jP5zZG4', 230, 'http://img.youtube.com/vi/-yo8jP5zZG4/default.jpg', 9285, '3', 'bot', 0, '1183423740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1213, '89ce12ab7', 'Brandy', 'Afrodisiac', '', 'thX2H_Yjp4Y', 227, 'http://img.youtube.com/vi/thX2H_Yjp4Y/default.jpg', 65350, '3', 'bot', 0, '1184143920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1214, '8e08b0f7d', 'Brandy', 'Baby', '', 'f-HHWrBxrVg', 259, 'http://img.youtube.com/vi/f-HHWrBxrVg/default.jpg', 35612, '3', 'bot', 0, '1184233380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1215, '840e26276', 'Brian McKnight', 'Crazy Love', '', 'NsPpISaen2E', 263, 'http://img.youtube.com/vi/NsPpISaen2E/default.jpg', 43246, '3', 'bot', 0, '1184593200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1216, 'e3d6bb5b2', 'Brian McKnight', 'Let Me Love You', '', 'v0d-bSOzALY', 222, 'http://img.youtube.com/vi/v0d-bSOzALY/default.jpg', 45826, '3', 'bot', 0, '1184502240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1217, 'b870d2154', 'Brian McKnight', 'Still', '', 'mrFGLobqD-w', 259, 'http://img.youtube.com/vi/mrFGLobqD-w/default.jpg', 127571, '3', 'bot', 0, '1184233140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1218, 'a0148c302', 'Brian McKnight', 'The Only One For Me', '', 'cnsS4DjquWg', 216, 'http://img.youtube.com/vi/cnsS4DjquWg/default.jpg', 193363, '3', 'bot', 0, '1187361840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1219, 'a1d21ac46', 'Brian McKnight', 'Love of My Life', '', 'UratyiETG2E', 254, 'http://img.youtube.com/vi/UratyiETG2E/default.jpg', 61321, '3', 'bot', 0, '1186189740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1220, '080f6a9ce', 'Brian McKnight', 'Still in Love', '', 'reJvSv61Ido', 222, 'http://img.youtube.com/vi/reJvSv61Ido/default.jpg', 7185, '3', 'bot', 0, '1186999800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1221, '54acbd932', 'Brian McKnight', '6, 8, 12', '', 'GXMZsBj3w1U', 237, 'http://img.youtube.com/vi/GXMZsBj3w1U/default.jpg', 134998, '3', 'bot', 0, '1184052360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1222, 'dea07c8f2', 'Brooke Valentine', 'Girlfight', '', 'svjfXrCcxwY', 233, 'http://img.youtube.com/vi/svjfXrCcxwY/default.jpg', 346808, '3', 'bot', 0, '1184232300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1223, '353a12ae5', 'Brooke Valentine', 'D Girl', '', 'XboAvAVjK-s', 240, 'http://img.youtube.com/vi/XboAvAVjK-s/default.jpg', 48644, '3', 'bot', 0, '1187361180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1224, '4b9923715', 'Bryan Adams', 'Cuts Like A Knife', '', 'FD3qgx9vBCk', 387, 'http://img.youtube.com/vi/FD3qgx9vBCk/default.jpg', 18621, '3', 'bot', 0, '1186370460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1225, 'c4631b878', 'Bryan Adams', 'Heaven', '', 'deXeztCkDpo', 250, 'http://img.youtube.com/vi/deXeztCkDpo/default.jpg', 407120, '1', 'bot', 0, '1187359680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1226, 'c4f119a3f', 'Bryan Adams', 'Here I Am', '', 'tHRrQhBRjfc', 252, 'http://img.youtube.com/vi/tHRrQhBRjfc/default.jpg', 246914, '1', 'bot', 0, '1183693320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1227, '5ddc9523e', 'Bryan Adams', 'Summer Of ''69', '', 'ZpucUihZ4HE', 200, 'http://img.youtube.com/vi/ZpucUihZ4HE/default.jpg', 5808378, '1', 'bot', 0, '1187001540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1229, 'f5f935004', 'Candlebox', 'Far Behind', '', 'rSp-cSJNGdQ', 304, 'http://img.youtube.com/vi/rSp-cSJNGdQ/default.jpg', 44042, '1', 'bot', 0, '1186279620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1230, 'f1f80432b', 'Carl Thomas', 'My First Love', '', '6038Axc8-PM', 232, 'http://img.youtube.com/vi/6038Axc8-PM/default.jpg', 58475, '3', 'bot', 0, '1186910220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1231, '5907bab0e', 'Case', 'Happily Ever After', '', 'sBYDx2LtZ38', 241, 'http://img.youtube.com/vi/sBYDx2LtZ38/default.jpg', 12778, '3', 'bot', 0, '1186821300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1232, '6ac50409e', 'Casting Crowns', 'Does Anybody Hear Her', '', 'mIim2Hvz0sE', 285, 'http://img.youtube.com/vi/mIim2Hvz0sE/default.jpg', 169198, '3', 'bot', 0, '1184413500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1233, '31ca7e47a', 'Casting Crowns', 'American Dream', '', 'wPqZSbs8IMo', 248, 'http://img.youtube.com/vi/wPqZSbs8IMo/default.jpg', 59622, '3', 'bot', 0, '1186190220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1234, 'abdfe600f', 'Charlie Wilson', 'Charlie, Last Name Wilson', '', 'eb08rl1jvNo', 219, 'http://img.youtube.com/vi/eb08rl1jvNo/default.jpg', 33002, '1', 'bot', 0, '1183691100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1235, '4c15eae22', 'Chris Brown', 'Run It', '', 'l8vI1R4L4ac', 249, 'http://img.youtube.com/vi/l8vI1R4L4ac/default.jpg', 294442, '3', 'bot', 0, '1184681040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1236, '9888ae40f', 'Chris Isaak', 'Wicked Games', '', 'XXmlJQN5Pm8', 243, 'http://img.youtube.com/vi/XXmlJQN5Pm8/default.jpg', 1087922, '1', 'bot', 0, '1186729680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1237, '0ba733a35', 'Chrisette Michele', 'If I Have My Way', '', 'XUa4y3q_-yA', 245, 'http://img.youtube.com/vi/XUa4y3q_-yA/default.jpg', 112251, '3', 'bot', 0, '1184681220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1238, 'dfbf85c63', 'Christina Milian', 'Whatever You Want', '', 'LzG0UPNOKWI', 217, 'http://img.youtube.com/vi/LzG0UPNOKWI/default.jpg', 588121, '3', 'bot', 0, '1184592900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1241, '9f76e0eeb', 'Collective Soul', 'Shine', '', 'pP3yeqkkYBE', 279, 'http://img.youtube.com/vi/pP3yeqkkYBE/default.jpg', 184255, '3', 'bot', 0, '1183331220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1239, '0f6b6be47', 'Christina Milian', 'When You Look At Me', '', '5at4MM9X0ug', 183, 'http://img.youtube.com/vi/5at4MM9X0ug/default.jpg', 249057, '3', 'bot', 0, '1186819380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1240, 'ca91777e1', 'Christina Milian', 'Say I', '', 'XqZkBz0_5M0', 207, 'http://img.youtube.com/vi/XqZkBz0_5M0/default.jpg', 309406, '3', 'bot', 0, '1183962300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1242, '52a810570', 'Ciara', 'Like a Boy', '', 'YFRuUJR4LPI', 235, 'http://img.youtube.com/vi/YFRuUJR4LPI/default.jpg', 1047267, '3', 'bot', 0, '1183424040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1243, '6a7dc3f6a', 'Common', 'Testify', '', '6cVru53MjC8', 296, 'http://img.youtube.com/vi/6cVru53MjC8/default.jpg', 22114, '3', 'bot', 0, '1186280760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1244, 'ec31c6c28', 'Common', 'Be', '', 'cit7vcHsWWk', 148, 'http://img.youtube.com/vi/cit7vcHsWWk/default.jpg', 74943, '3', 'bot', 0, '1186280340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1245, '3a0bd1536', 'Common', 'The Light', '', '0-iiB4yEMEo', 262, 'http://img.youtube.com/vi/0-iiB4yEMEo/default.jpg', 19308, '3', 'bot', 0, '1187361600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1246, 'fe7037c75', 'Common', 'Go', '', 'fm3xjzZM3PE', 242, 'http://img.youtube.com/vi/fm3xjzZM3PE/default.jpg', 103456, '3', 'bot', 0, '1186911420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1247, 'df9223d05', 'Corey', 'The First Time', '', '9hxU4g3eFgI', 258, 'http://img.youtube.com/vi/9hxU4g3eFgI/default.jpg', 24986, '3', 'bot', 0, '1186730160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1248, 'bf1cbc3ff', 'Counting Crows', 'Mr. Jones', '', 'WYN74ZW4k_E', 269, 'http://img.youtube.com/vi/WYN74ZW4k_E/default.jpg', 540594, '1', 'bot', 0, '1187360220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1249, '45bbb90bd', 'Counting Crows', 'Round Here(with Crumbling Buildings)', '', 'YWmeUmj6U_U', 338, 'http://img.youtube.com/vi/YWmeUmj6U_U/default.jpg', 35440, '3', 'bot', 0, '1183603620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1250, 'c08ea3805', 'Craig David', 'Fill Me In', '', 'ZTT-99rrWw0', 264, 'http://img.youtube.com/vi/ZTT-99rrWw0/default.jpg', 9142, '3', 'bot', 0, '1183333140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1251, 'f01418c28', 'Counting Crows', 'Accidentally in Love', '', '3rkwqF648tk', 192, 'http://img.youtube.com/vi/3rkwqF648tk/default.jpg', 387599, '1', 'bot', 0, '1184231460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1252, 'c848df62f', 'Craig David', '7 Days', '', 'xg1Xm6HwnG0', 332, 'http://img.youtube.com/vi/xg1Xm6HwnG0/default.jpg', 286230, '3', 'bot', 0, '1186101540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1253, '5ad894aa1', 'Damn Yankees', 'High Enough', '', 'xwjnIkZnowk', 292, 'http://img.youtube.com/vi/xwjnIkZnowk/default.jpg', 95214, '3', 'bot', 0, '1186639980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1254, '06523606e', 'Daniel Powter', 'Bad Day', '', 'oIcFgl6zf3A', 227, 'http://img.youtube.com/vi/oIcFgl6zf3A/default.jpg', 2032749, '1,3', 'bot', 0, '1186191360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1255, '257edd483', 'David Gray', 'The One I Love', '', 'ZX1Gn0kLsMg', 209, 'http://img.youtube.com/vi/ZX1Gn0kLsMg/default.jpg', 15988, '3', 'bot', 0, '1183872000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1256, 'c8c40b6a3', 'Def Leppard', 'Rock On', '', 'DvNOZegkVXo', 249, 'http://img.youtube.com/vi/DvNOZegkVXo/default.jpg', 48082, '1', 'bot', 0, '1186191900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1257, 'bcc70031f', 'Def Leppard', 'I Wanna Touch U', '', 'M_0XY3Z387A', 240, 'http://img.youtube.com/vi/M_0XY3Z387A/default.jpg', 11474, '1', 'bot', 0, '1186821660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1258, '255208f88', 'Def Leppard', 'Promises', '', 'QcW37mF2iDI', 248, 'http://img.youtube.com/vi/QcW37mF2iDI/default.jpg', 22403, '1', 'bot', 0, '1186461000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1259, '252a741bb', 'Diana Ross', 'Why Do Fools Fall In Love', '', 'TfMwzkV8RGw', 171, 'http://img.youtube.com/vi/TfMwzkV8RGw/default.jpg', 18803, '3', 'bot', 0, '1186730700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1260, '4c640d017', 'Don Henley', 'The End Of The Innocence', '', 'NnOP1WKTiLc', 322, 'http://img.youtube.com/vi/NnOP1WKTiLc/default.jpg', 84292, '3', 'bot', 0, '1186460760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1261, 'da6704178', 'Donell Jones', 'Shorty Got Her Eyes On Me', '', 'oXKegQnGidM', 196, 'http://img.youtube.com/vi/oXKegQnGidM/default.jpg', 60756, '3', 'bot', 0, '1187091900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1262, '17a258ce8', 'Donell Jones', 'This Luv', '', 'ji4CJBXzo6w', 245, 'http://img.youtube.com/vi/ji4CJBXzo6w/default.jpg', 38034, '3', 'bot', 0, '1184143680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1263, 'fe89dbdec', 'Donnie McClurkin', 'The Prayer', '', '5XfJZg3osHI', 280, 'http://img.youtube.com/vi/5XfJZg3osHI/default.jpg', 229842, '3', 'bot', 0, '1184592900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1264, '33c472e4a', 'Donnie McClurkin', 'I Call You Faithful', '', '-6POaccdegw', 327, 'http://img.youtube.com/vi/-6POaccdegw/default.jpg', 27755, '3', 'bot', 0, '1183873680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1265, '9e29ce9e8', 'Donell Jones', 'Where I Wanna Be', '', 'nM4FtdaT8Aw', 252, 'http://img.youtube.com/vi/nM4FtdaT8Aw/default.jpg', 95291, '3', 'bot', 0, '1184502060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1266, 'bb573ac15', 'Dream', 'Crazy', '', 'W-0AhQf0U9s', 250, 'http://img.youtube.com/vi/W-0AhQf0U9s/default.jpg', 5997, '3', 'bot', 0, '1183693080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1267, 'cb8c26d6e', 'Donnie McClurkin', 'We Fall Down', '', 'sYa5MY3MRXc', 261, 'http://img.youtube.com/vi/sYa5MY3MRXc/default.jpg', 94103, '3', 'bot', 0, '1186100940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1268, 'b5aad79fa', 'Dru Hill', 'I Love You', '', 'b13oET9pVW4', 317, 'http://img.youtube.com/vi/b13oET9pVW4/default.jpg', 138192, '3', 'bot', 0, '1186462020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1269, 'e6a3dcaf6', 'Dru Hill', 'Never Make A Promise', '', 'CkzI69HQqMA', 282, 'http://img.youtube.com/vi/CkzI69HQqMA/default.jpg', 66048, '3', 'bot', 0, '1186101840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1270, 'a87f97462', 'Dru Hill', 'In My Bed', '', '0YBF3E8tdiY', 235, 'http://img.youtube.com/vi/0YBF3E8tdiY/default.jpg', 112519, '3', 'bot', 0, '1183692600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1271, '4d5c84296', 'Dru Hill', 'These Are The Times', '', '9aSQBWF7qgg', 329, 'http://img.youtube.com/vi/9aSQBWF7qgg/default.jpg', 91735, '3', 'bot', 0, '1183601880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1272, '41f8557a5', 'Dru Hill', 'Tell Me', '', 'sNE26ui-pyE', 249, 'http://img.youtube.com/vi/sNE26ui-pyE/default.jpg', 56049, '3', 'bot', 0, '1184593140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1273, 'b11ba47d0', 'Dru Hill', 'I Should Be...', '', 'Iccu2zW-xnE', 269, 'http://img.youtube.com/vi/Iccu2zW-xnE/default.jpg', 68644, '3', 'bot', 0, '1183694100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1274, 'b1a5860bd', 'Dru Hill', '5 Steps', '', 'KEvpuhdhT0I', 294, 'http://img.youtube.com/vi/KEvpuhdhT0I/default.jpg', 153490, '3', 'bot', 0, '1186100640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1275, 'a62354328', 'Eagle-Eye Cherry', 'Save Tonight', '', 'wFBuFGG_04o', 189, 'http://img.youtube.com/vi/wFBuFGG_04o/default.jpg', 181703, '3', 'bot', 0, '1184233020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1277, '63c56eb1e', 'Elton John', 'Written In The Stars', '', 'z8O2R-0fJfk', 261, 'http://img.youtube.com/vi/z8O2R-0fJfk/default.jpg', 17478, '3', 'bot', 0, '1186910520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1278, '2f3dd98cd', 'Elton John', 'Sad Songs (Say So Much)', '', 'RH276U5PiGQ', 345, 'http://img.youtube.com/vi/RH276U5PiGQ/default.jpg', 71448, '3', 'bot', 0, '1186732200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1279, '7458593d7', 'Elton John', 'Candle in the Wind', '', 'zIJIBo9bJk0', 238, 'http://img.youtube.com/vi/zIJIBo9bJk0/default.jpg', 581556, '1', 'bot', 0, '1184143140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1280, '7f49c660f', 'En Vogue', 'What a Man', '', 'Dyj_8j_zp_A', 293, 'http://img.youtube.com/vi/Dyj_8j_zp_A/default.jpg', 26364, '3', 'bot', 0, '1187361000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1281, '93e290eb3', 'En Vogue', 'Something He Can Feel', '', 'HP3cwLrDs3o', 241, 'http://img.youtube.com/vi/HP3cwLrDs3o/default.jpg', 111565, '3', 'bot', 0, '1183423620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1282, '63191c09e', 'En Vogue', 'Runaway Love', '', 'w2sP9ep_9U0', 277, 'http://img.youtube.com/vi/w2sP9ep_9U0/default.jpg', 7791, '3', 'bot', 0, '1187362500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1283, '4c21a47ed', 'En Vogue', 'Hold On', '', 'UAcJbtLblGw', 302, 'http://img.youtube.com/vi/UAcJbtLblGw/default.jpg', 7465, '3', 'bot', 0, '1183961160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1284, '0bbd0e690', 'Eric Benet', 'Spend My Life With You feat. Tamia', '', 'W0HPswno4zo', 257, 'http://img.youtube.com/vi/W0HPswno4zo/default.jpg', 139172, '3', 'bot', 0, '1183782840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1285, 'afd062936', 'Eric Clapton', 'Tears In Heaven', '', 'VRsJlAJvOSM', 274, 'http://img.youtube.com/vi/VRsJlAJvOSM/default.jpg', 1719734, '1', 'bot', 0, '1187091960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1286, '3ca86fdd7', 'Eric Clapton', 'Layla(In Concert)', '', 'ZFvCaKpKcsM', 414, 'http://img.youtube.com/vi/ZFvCaKpKcsM/default.jpg', 302590, '3', 'bot', 0, '1186640100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1287, 'beb0e4307', 'Eric Benet', 'I Wanna Be Loved', '', 'SsSttc6uhpE', 250, 'http://img.youtube.com/vi/SsSttc6uhpE/default.jpg', 87573, '3', 'bot', 0, '1183694100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1288, '20a6515e9', 'Eric Clapton', 'Layla (Live at Staples Center)', '', 'ezCtmZMjbvw', 484, 'http://img.youtube.com/vi/ezCtmZMjbvw/default.jpg', 743, '3', 'bot', 0, '1184593020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1289, '72f47423f', 'Europe', 'The Final Countdown', '', '0ZkllM8znx4', 294, 'http://img.youtube.com/vi/0ZkllM8znx4/default.jpg', 184941, '1', 'bot', 0, '1186729980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1290, 'a2a804c1b', 'Faith Evans', 'I Love You', '', '12XB6BvbaPo', 247, 'http://img.youtube.com/vi/12XB6BvbaPo/default.jpg', 77443, '3', 'bot', 0, '1183693020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1291, '9c8a6b072', 'Faith Evans', 'Again', '', 'QP5IBOLa78A', 206, 'http://img.youtube.com/vi/QP5IBOLa78A/default.jpg', 51748, '3', 'bot', 0, '1184231100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1292, '67ea71b28', 'Fantasia', 'Free Yourself', '', 'pKSTD_6wzjI', 279, 'http://img.youtube.com/vi/pKSTD_6wzjI/default.jpg', 89571, '3', 'bot', 0, '1184502360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1293, '2fb5b52ff', 'Fantasia', 'Always On My Mind', '', 'eK1MRBq9yQA', 304, 'http://img.youtube.com/vi/eK1MRBq9yQA/default.jpg', 17987, '3', 'bot', 0, '1184232180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1294, 'e22101a2c', 'Fantasia', 'Baby Mama', '', '4WDOmHcJQJA', 249, 'http://img.youtube.com/vi/4WDOmHcJQJA/default.jpg', 24967, '3', 'bot', 0, '1183873440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1295, 'b247c9dfc', 'Fergie', 'London Bridge', '', '62aqTLt7Cqk', 208, 'http://img.youtube.com/vi/62aqTLt7Cqk/default.jpg', 2893787, '3', 'bot', 0, '1184142420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1296, 'e0a69233e', 'Five for Fighting', '100 Years', '', 'fzOe2SrtLwM', 244, 'http://img.youtube.com/vi/fzOe2SrtLwM/default.jpg', 74981, '1', 'bot', 0, '1184501820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1297, '0d7ecdc39', 'Five for Fighting', 'The Riddle', '', 'EgNPGBp4Ygg', 234, 'http://img.youtube.com/vi/EgNPGBp4Ygg/default.jpg', 158519, '3', 'bot', 0, '1187270280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1298, '3d08108f2', 'Fleetwood Mac', 'Landslide', '', 'CX6WHvxTYHs', 236, 'http://img.youtube.com/vi/CX6WHvxTYHs/default.jpg', 244560, '1', 'bot', 0, '1183513020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1299, 'dbc1b35ef', 'Frankee', 'F.U.R.B.', '', 'md4u8Zlfw4Q', 224, 'http://img.youtube.com/vi/md4u8Zlfw4Q/default.jpg', 1421657, '3', 'bot', 0, '1186822080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1300, 'e81c63400', 'Frou Frou', 'Breathe In', '', 'AQjFdVK8cuY', 226, 'http://img.youtube.com/vi/AQjFdVK8cuY/default.jpg', 92172, '3', 'bot', 0, '1183333980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1301, '920bff972', 'Gerald LeVert', 'Funny', '', 'eMCtSOrusnc', 257, 'http://img.youtube.com/vi/eMCtSOrusnc/default.jpg', 11156, '3', 'bot', 0, '1184142000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1302, 'caebb192d', 'Gerald Levert', 'Taking Everything', '', 'JXRMbridQgY', 242, 'http://img.youtube.com/vi/JXRMbridQgY/default.jpg', 14300, '3', 'bot', 0, '1184143500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1304, '551be8260', 'Gerald LeVert', 'Made to Love You', '', 'rqd38pkKw70', 215, 'http://img.youtube.com/vi/rqd38pkKw70/default.jpg', 19952, '1', 'bot', 0, '1186101600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1306, '1c4eaee49', 'Gin Blossoms', 'Hey Jealousy (Relaid Audio)', '', 'S52qKeQFYMY', 230, 'http://img.youtube.com/vi/S52qKeQFYMY/default.jpg', 4075, '3', 'bot', 0, '1184681700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1307, '82d6fc02a', 'Gladys Knight', 'End Of The Road', '', 'LmPi8dIszLI', 394, 'http://img.youtube.com/vi/LmPi8dIszLI/default.jpg', 22746, '3', 'bot', 0, '1184053200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1308, '54429a333', 'Goapele', 'Closer', '', 'jkRSMaCjCjw', 228, 'http://img.youtube.com/vi/jkRSMaCjCjw/default.jpg', 36106, '3', 'bot', 0, '1183512000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1309, '06666fa9a', 'Heather Headley', 'In My Mind', '', '7lzlitXYVfk', 241, 'http://img.youtube.com/vi/7lzlitXYVfk/default.jpg', 86745, '3', 'bot', 0, '1187092200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1310, '673a923db', 'Hootie', 'Let Her Cry', '', 'w6HtQGM_zYY', 251, 'http://img.youtube.com/vi/w6HtQGM_zYY/default.jpg', 165971, '3', 'bot', 0, '1186281000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1311, '6f053f6eb', 'J-Shin', 'Send Me an Email feat. T-Pain', '', 'WOJtElam24U', 247, 'http://img.youtube.com/vi/WOJtElam24U/default.jpg', 142640, '3', 'bot', 0, '1184684100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1312, 'f13673cce', 'Jagged Edge', 'Walked Outta Heaven', '', '_HHD7gJEs-E', 272, 'http://img.youtube.com/vi/_HHD7gJEs-E/default.jpg', 127148, '3', 'bot', 0, '1184501400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1313, 'bbcc5a0c2', 'Jagged Edge', 'Good Luck Charm', '', 'J6UGOPlLk0U', 253, 'http://img.youtube.com/vi/J6UGOPlLk0U/default.jpg', 297775, '3', 'bot', 0, '1186461660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1314, '8415a1efd', 'Jagged Edge', 'Goodbye', '', 'BSl1x0WBmrQ', 293, 'http://img.youtube.com/vi/BSl1x0WBmrQ/default.jpg', 230753, '3', 'bot', 0, '1184503080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1316, '218aa672d', 'Jagged Edge', 'Stunnas', '', 'DibZL6feso4', 249, 'http://img.youtube.com/vi/DibZL6feso4/default.jpg', 23683, '3', 'bot', 0, '1183873800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1317, '6b69aa74f', 'Jagged Edge', 'I Gotta Be', '', 'MDWodoxp0rM', 190, 'http://img.youtube.com/vi/MDWodoxp0rM/default.jpg', 141135, '3', 'bot', 0, '1183961940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1318, '17dd61fd6', 'James Taylor', 'Fire and Rain', '', '64_303eHaTM', 270, 'http://img.youtube.com/vi/64_303eHaTM/default.jpg', 239133, '3', 'bot', 0, '1184231580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1319, 'a990b7855', 'Jimmy Buffett', 'Trip Around the Sun', '', 'vHAsjPw0NV4', 204, 'http://img.youtube.com/vi/vHAsjPw0NV4/default.jpg', 48771, '3', 'bot', 0, '1184052540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1320, 'ee869607f', 'Jodeci', 'Get On Up', '', 'CxmLaESahtM', 211, 'http://img.youtube.com/vi/CxmLaESahtM/default.jpg', 19719, '3', 'bot', 0, '1186642080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1321, 'dcf66a426', 'Joe', 'Where You At feat. Papoose', '', 'BYjd6hWKrGY', 256, 'http://img.youtube.com/vi/BYjd6hWKrGY/default.jpg', 669349, '3', 'bot', 0, '1187271120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1322, '4701ef003', 'Joe', 'The One For Me', '', 'rIVJVUtSLuo', 275, 'http://img.youtube.com/vi/rIVJVUtSLuo/default.jpg', 2244, '3', 'bot', 0, '1183421460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1323, 'f2a88b429', 'Joe', 'More', '', '0pKWVDfzKto', 226, 'http://img.youtube.com/vi/0pKWVDfzKto/default.jpg', 251979, '3', 'bot', 0, '1186281180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1324, 'de126863a', 'Joe', 'Ride Wit U', '', 'rnXsOCiuy9k', 198, 'http://img.youtube.com/vi/rnXsOCiuy9k/default.jpg', 7196, '3', 'bot', 0, '1186192020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1325, '2a02542f3', 'Joe Cocker', 'With a Little Help From My Friends', '', '6FMq0iDX1yE', 475, 'http://img.youtube.com/vi/6FMq0iDX1yE/default.jpg', 409084, '3', 'bot', 0, '1187272080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1326, 'a3fbf246b', 'John Legend', 'Ordinary People', '', '7jQ4jO4AwFY', 294, 'http://img.youtube.com/vi/7jQ4jO4AwFY/default.jpg', 120588, '3', 'bot', 0, '1186009620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1327, 'e791416ae', 'John Legend', 'So High', '', 'x-R0qNU_ZB8', 253, 'http://img.youtube.com/vi/x-R0qNU_ZB8/default.jpg', 29055, '3', 'bot', 0, '1186909980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1328, 'b1059fd3c', 'John Legend', 'Save Room', '', 'tMPjydwpMO4', 234, 'http://img.youtube.com/vi/tMPjydwpMO4/default.jpg', 1089160, '3', 'bot', 0, '1183511220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1329, 'a3f9b2594', 'John Mellencamp', 'Hurts So Good', '', 'WSHGT9bATdc', 207, 'http://img.youtube.com/vi/WSHGT9bATdc/default.jpg', 63235, '3', 'bot', 0, '1186459740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1330, 'dd36b288d', 'Jon B', 'Are U Still Down?', '', '2gEi78Xj0c4', 247, 'http://img.youtube.com/vi/2gEi78Xj0c4/default.jpg', 51341, '3', 'bot', 0, '1184680980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1331, '4e90f429b', 'Jon B.', 'Someone To Love', '', 'Bbl9aNJC2AM', 267, 'http://img.youtube.com/vi/Bbl9aNJC2AM/default.jpg', 155384, '3', 'bot', 0, '1186639560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1332, '72250511b', 'Joss Stone', 'Fell in Love With a Boy', '', 'wDU2EXsW9tA', 177, 'http://img.youtube.com/vi/wDU2EXsW9tA/default.jpg', 258705, '3', 'bot', 0, '1186820700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1333, 'c4636b1e0', 'Joss Stone', 'Spoiled', '', 'W5nan3TAYEA', 240, 'http://img.youtube.com/vi/W5nan3TAYEA/default.jpg', 15601, '3', 'bot', 0, '1183873380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1334, '2dd7f07f8', 'JS', 'Ice Cream', '', 'nq4aU9gmZQk', 202, 'http://img.youtube.com/vi/nq4aU9gmZQk/default.jpg', 139249, '3', 'bot', 0, '1187000760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1335, 'e3bbaf4ac', 'K-Ci', 'How Could You', '', '548IKL9vZFw', 303, 'http://img.youtube.com/vi/548IKL9vZFw/default.jpg', 37110, '3', 'bot', 0, '1186910460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1336, '89ddd415f', 'K-Ci', 'This Very Moment', '', 'RSIJUyAk6nY', 220, 'http://img.youtube.com/vi/RSIJUyAk6nY/default.jpg', 7980, '3', 'bot', 0, '1186099620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1337, '9a098d43c', 'K-Ci', 'Wanna Do You Right', '', 'MEgZZNSPAOM', 268, 'http://img.youtube.com/vi/MEgZZNSPAOM/default.jpg', 21491, '3', 'bot', 0, '1187361540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1338, '020669efd', 'K-Ci', 'You Bring Me Up', '', 'VmmX8lTlSCY', 236, 'http://img.youtube.com/vi/VmmX8lTlSCY/default.jpg', 6403, '3', 'bot', 0, '1184322360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1339, '24e41ba58', 'Kaci Brown', 'Instigator', '', 'O3EilqNMTDk', 188, 'http://img.youtube.com/vi/O3EilqNMTDk/default.jpg', 71152, '3', 'bot', 0, '1184323020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1340, '1d840820a', 'Kaci Brown', 'Unbelieveable', '', 'E1noLT9ZkK8', 245, 'http://img.youtube.com/vi/E1noLT9ZkK8/default.jpg', 207417, '3', 'bot', 0, '1187272260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1341, 'e05c637e1', 'Keith Sweat', 'I Want To Love You Down', '', 'LrwVEPa-8Ao', 292, 'http://img.youtube.com/vi/LrwVEPa-8Ao/default.jpg', 149601, '3', 'bot', 0, '1186280280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1342, '34f38d091', 'Keith Sweat', 'Merry Go Round', '', '0A_rKhzSSMI', 330, 'http://img.youtube.com/vi/0A_rKhzSSMI/default.jpg', 2844, '3', 'bot', 0, '1184502600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1343, '6df064f2e', 'Keith Sweat', 'Twisted', '', '3lmsTlJn-Kc', 274, 'http://img.youtube.com/vi/3lmsTlJn-Kc/default.jpg', 189530, '3', 'bot', 0, '1184321400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1345, '85d526e05', 'Kelly Price', 'Friend Of Mine', '', 'kKRXEnCuX7I', 312, 'http://img.youtube.com/vi/kKRXEnCuX7I/default.jpg', 71168, '3', 'bot', 0, '1184682540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1346, '45d318f0f', 'Kelly Price', 'He Proposed', '', 'N_ekRF_5JIE', 273, 'http://img.youtube.com/vi/N_ekRF_5JIE/default.jpg', 67178, '3', 'bot', 0, '1186731600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1347, '0865a5c89', 'Kelly Price', 'As We Lay', '', '4nZAPTARmq8', 314, 'http://img.youtube.com/vi/4nZAPTARmq8/default.jpg', 38254, '3', 'bot', 0, '1183602600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1348, '56cfb9176', 'Kelly Rowland', 'Like This feat. Eve', '', 'ACEaJxeuFFM', 213, 'http://img.youtube.com/vi/ACEaJxeuFFM/default.jpg', 138771, '3', 'bot', 0, '1186551120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1351, '311b7c4ee', 'Kelly Rowland', 'Dilemma', '', 'GdcfkZ9jMzQ', 280, 'http://img.youtube.com/vi/GdcfkZ9jMzQ/default.jpg', 3636301, '3', 'bot', 0, '1186192260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1352, 'be2abbfde', 'Kelly Rowland', 'Work/Ghetto', '', 'RUM-gfCFQYc', 189, 'http://img.youtube.com/vi/RUM-gfCFQYc/default.jpg', 4329, '3', 'bot', 0, '1187360760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1353, '1503af91e', 'Kem', 'Love Calls', '', 'c6EhgWeq__o', 246, 'http://img.youtube.com/vi/c6EhgWeq__o/default.jpg', 25141, '3', 'bot', 0, '1186821900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1354, '7ca6f1a02', 'Kirk Franklin', 'Imagine Me', '', 'jL6vw5xI0Bg', 285, 'http://img.youtube.com/vi/jL6vw5xI0Bg/default.jpg', 345396, '3', 'bot', 0, '1184411100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1355, 'ebc5d9cd0', 'Kirk Franklin', 'September', '', 'PUSIFOXA6pM', 262, 'http://img.youtube.com/vi/PUSIFOXA6pM/default.jpg', 53705, '3', 'bot', 0, '1183423980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1356, '8cfafd7e4', 'Kirk Franklin', 'Looking For You', '', 'k31C-flayoY', 232, 'http://img.youtube.com/vi/k31C-flayoY/default.jpg', 105614, '3', 'bot', 0, '1183782840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1357, '00c6205c8', 'Kiss', 'Lick It Up', '', 'elBUpxXIAGw', 231, 'http://img.youtube.com/vi/elBUpxXIAGw/default.jpg', 52772, '1', 'bot', 0, '1186819980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1358, 'bdc2ee0d6', 'Kiss', 'I Love It Loud', '', 'oESjf7xywwY', 285, 'http://img.youtube.com/vi/oESjf7xywwY/default.jpg', 35640, '1', 'bot', 0, '1186821840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1359, '3be993ede', 'Kiss', 'I Was Made For Lovin You', '', '_wuSmutE2TA', 236, 'http://img.youtube.com/vi/_wuSmutE2TA/default.jpg', 118006, '1', 'bot', 0, '1186191960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1360, '262cba3fc', 'Kiss', 'Shout It Out Loud', '', '0PYDbaaskek', 198, 'http://img.youtube.com/vi/0PYDbaaskek/default.jpg', 26700, '1', 'bot', 0, '1186460220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1361, 'a2b764c7c', 'Kiss', 'Psycho Circus', '', 'QXrUKjTV7t0', 251, 'http://img.youtube.com/vi/QXrUKjTV7t0/default.jpg', 250933, '1', 'bot', 0, '1186192020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1362, '7458c1515', 'Kiss', 'Unholy', '', '-MiJfZcQCTY', 221, 'http://img.youtube.com/vi/-MiJfZcQCTY/default.jpg', 29108, '1', 'bot', 0, '1184143380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1363, '9d7e91c35', 'KISS', 'Rock and Roll All Night (Live at the Summit in Houston)', '', '3jhyaKF7BDA', 460, 'http://img.youtube.com/vi/3jhyaKF7BDA/default.jpg', 19, '1', 'bot', 0, '1186999920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1364, '7f452c1b5', 'Kiss', 'Who Wants To Be Lonely', '', '5UhdDp9pPzE', 241, 'http://img.youtube.com/vi/5UhdDp9pPzE/default.jpg', 14672, '1', 'bot', 0, '1187360220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1365, '9db9f914f', 'LeToya', 'Torn', '', 'oucZi5mt1gs', 262, 'http://img.youtube.com/vi/oucZi5mt1gs/default.jpg', 40933, '3', 'bot', 0, '1184231160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1367, 'ce7e42c46', 'Live', 'Lightning Crashes', '', '--QBj4OyAaM', 315, 'http://img.youtube.com/vi/--QBj4OyAaM/default.jpg', 121459, '3', 'bot', 0, '1187359860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1368, 'f037cb678', 'Live', 'The River', '', 'MoN1nEfv08g', 183, 'http://img.youtube.com/vi/MoN1nEfv08g/default.jpg', 5473, '3', 'bot', 0, '1186012140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1369, '1067c87cf', 'Lovher', 'Girlfriend', '', 'DAnoHAPcMxQ', 229, 'http://img.youtube.com/vi/DAnoHAPcMxQ/default.jpg', 3297, '3', 'bot', 0, '1184593680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1370, 'a3832b7ba', 'Lyfe Jennings', 'Stick Up Kid', '', 'NEpNrYm2aiM', 249, 'http://img.youtube.com/vi/NEpNrYm2aiM/default.jpg', 51713, '3', 'bot', 0, '1183780980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1371, '5c8db5b77', 'Lyfe Jennings', 'Hypothetically feat. Fantasia', '', 'eO03eP400HM', 307, 'http://img.youtube.com/vi/eO03eP400HM/default.jpg', 1083, '3', 'bot', 0, '1186460820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1372, '6a49f7eeb', 'Lyfe Jennings', 'Must Be Nice', '', 'CUtycfRNTB4', 252, 'http://img.youtube.com/vi/CUtycfRNTB4/default.jpg', 92742, '3', 'bot', 0, '1186732080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1373, '46df6b057', 'Macy Gray', 'Finally Made Me Happy', '', 'RdIOJ8fIIlQ', 196, 'http://img.youtube.com/vi/RdIOJ8fIIlQ/default.jpg', 69630, '1', 'bot', 0, '1183332780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1374, '504174fd4', 'Mario', 'Braid My Hair', '', '77ODEWhDfjk', 245, 'http://img.youtube.com/vi/77ODEWhDfjk/default.jpg', 113089, '3', 'bot', 0, '1183783800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1375, '1aa2fdeaa', 'Mario', 'Here I Go Again', '', '8ttd0ocoFio', 214, 'http://img.youtube.com/vi/8ttd0ocoFio/default.jpg', 117063, '3', 'bot', 0, '1184501580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1376, '95726e7d6', 'Mario', 'Boom', '', 'SKsJAKMtNiM', 229, 'http://img.youtube.com/vi/SKsJAKMtNiM/default.jpg', 81428, '3', 'bot', 0, '1183692540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1377, '1c7829e79', 'Marques Houston', 'Because of You', '', 'y8wy_nYBgyU', 213, 'http://img.youtube.com/vi/y8wy_nYBgyU/default.jpg', 210245, '1', 'bot', 0, '1187359740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1378, '91a089ca4', 'Marques Houston', 'Wonderful', '', '4w7rI59xBEM', 232, 'http://img.youtube.com/vi/4w7rI59xBEM/default.jpg', 132358, '3', 'bot', 0, '1186189740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1379, 'e2e9e84c0', 'Marques Houston', 'Pop That Booty', '', '654iAF1_14A', 269, 'http://img.youtube.com/vi/654iAF1_14A/default.jpg', 12670, '1', 'bot', 0, '1183511100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1380, '491db4ead', 'Marques Houston', 'Favorite Girl', '', 'mdJ-5v0jp58', 213, 'http://img.youtube.com/vi/mdJ-5v0jp58/default.jpg', 583030, '1', 'bot', 0, '1183692840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1381, '777f42685', 'Marques Houston', 'That Girl', '', 'I13j5hSf__k', 220, 'http://img.youtube.com/vi/I13j5hSf__k/default.jpg', 57040, '1', 'bot', 0, '1184683920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1382, 'cede3a319', 'Marques Houston', 'Sex Wit You', '', 'cUd2EokJCkg', 259, 'http://img.youtube.com/vi/cUd2EokJCkg/default.jpg', 111972, '1', 'bot', 0, '1186910160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1383, '65fb762b9', 'Marques Houston', 'Naked', '', 'HmwXR9fqYqU', 233, 'http://img.youtube.com/vi/HmwXR9fqYqU/default.jpg', 279983, '1', 'bot', 0, '1183421460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1384, '2799fe6d8', 'Mary J. Blige', 'All That I Can Say', '', 'TD3Nx9zAI3g', 245, 'http://img.youtube.com/vi/TD3Nx9zAI3g/default.jpg', 41600, '3', 'bot', 0, '1183692240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1385, 'b3c06ac91', 'Mary J. Blige', 'Family Affair', '', 'uh1tsN1KmJA', 229, 'http://img.youtube.com/vi/uh1tsN1KmJA/default.jpg', 451298, '3', 'bot', 0, '1184323800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1386, '0f9b9eddc', 'Mary J. Blige', 'Everything', '', 'JrdOkalo-Lo', 262, 'http://img.youtube.com/vi/JrdOkalo-Lo/default.jpg', 114441, '3', 'bot', 0, '1186460400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1387, '5b42c2608', 'Mary J. Blige', 'I Can Love You feat. LilKim', '', 'Pn0SrdERk1w', 241, 'http://img.youtube.com/vi/Pn0SrdERk1w/default.jpg', 6539, '3', 'bot', 0, '1183871580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1388, '8f190ef54', 'Mary J. Blige', 'Rainy Dayz', '', '6lpQXBDfz9Q', 249, 'http://img.youtube.com/vi/6lpQXBDfz9Q/default.jpg', 17488, '3', 'bot', 0, '1186641660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1389, '32d9fc4c0', 'Mary J. Blige', 'One feat. U2', '', 'be0j4PbrQOI', 266, 'http://img.youtube.com/vi/be0j4PbrQOI/default.jpg', 31592, '3', 'bot', 0, '1186820640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1390, 'aa074bde4', 'Mary J. Blige', 'Love @ 1st Sight', '', '1i_wIf8rdF0', 258, 'http://img.youtube.com/vi/1i_wIf8rdF0/default.jpg', 26952, '3', 'bot', 0, '1186012080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1391, 'afaa27db7', 'Mary J. Blige', 'Real Love', '', '_JiyM39pC-E', 221, 'http://img.youtube.com/vi/_JiyM39pC-E/default.jpg', 32270, '3', 'bot', 0, '1184681940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1392, '5fbf05394', 'Mary J. Blige', 'Deep Inside', '', 'lHdB8UPRnHM', 249, 'http://img.youtube.com/vi/lHdB8UPRnHM/default.jpg', 19977, '3', 'bot', 0, '1186552020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1393, '50874c959', 'Mary J. Blige', 'Be Happy', '', 'BI7efHckMBE', 233, 'http://img.youtube.com/vi/BI7efHckMBE/default.jpg', 6450, '3', 'bot', 0, '1186460640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1394, 'e13ff9473', 'Mary J. Blige', 'Your Child', '', 'n8IcIaI4Zjs', 238, 'http://img.youtube.com/vi/n8IcIaI4Zjs/default.jpg', 53644, '3', 'bot', 0, '1183513680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1395, '9bfedb60c', 'Mary J. Blige', 'Reminisce', '', '-Ovq9-dWTKY', 268, 'http://img.youtube.com/vi/-Ovq9-dWTKY/default.jpg', 33190, '3', 'bot', 0, '1183781400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1396, '08ef332c7', 'Mary J. Blige', 'No More Drama(BET Version, Revised)', '', 'dAMqhe7dpqQ', 255, 'http://img.youtube.com/vi/dAMqhe7dpqQ/default.jpg', 5345, '3', 'bot', 0, '1183692540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1397, '311a5948a', 'Mary J. Blige', 'You Remind Me', '', 'nL_WREHem-8', 254, 'http://img.youtube.com/vi/nL_WREHem-8/default.jpg', 16814, '3', 'bot', 0, '1183691760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1398, '0bba24a68', 'Mary Mary', 'Yesterday', '', 'PN-wnQYJW6U', 355, 'http://img.youtube.com/vi/PN-wnQYJW6U/default.jpg', 89393, '3', 'bot', 0, '1186822200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1399, 'b7cb3cd32', 'Mary Mary', 'I Sings feat. B.B Jay', '', 'jXRHVZvxbIs', 237, 'http://img.youtube.com/vi/jXRHVZvxbIs/default.jpg', 8338, '3', 'bot', 0, '1186912200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1400, '792f015d8', 'Mary Mary', 'In The Morning', '', 'IoM-lhmuzT4', 272, 'http://img.youtube.com/vi/IoM-lhmuzT4/default.jpg', 27858, '3', 'bot', 0, '1187089380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1401, 'c21268993', 'Mary Mary', 'Heaven', '', 'zCLk7zsYJAk', 216, 'http://img.youtube.com/vi/zCLk7zsYJAk/default.jpg', 176929, '3', 'bot', 0, '1183513860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1402, '4abab2b4d', 'MercyMe', 'So Long Self', '', 'dpyKXcMYMS8', 237, 'http://img.youtube.com/vi/dpyKXcMYMS8/default.jpg', 127473, '3', 'bot', 0, '1184504100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1403, '3594e117a', 'Michael Andrews', 'Mad World', '', 'v52Igdotisk', 200, 'http://img.youtube.com/vi/v52Igdotisk/default.jpg', 542870, '3', 'bot', 0, '1183691460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1404, 'd3360e50d', 'Michael W. Smith', 'Healing Rain', '', 'O54FixTgses', 311, 'http://img.youtube.com/vi/O54FixTgses/default.jpg', 58471, '3', 'bot', 0, '1186099920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1405, '5c506683e', 'Michael W. Smith', 'There She Stands', '', 'XR5lYVwnV3E', 239, 'http://img.youtube.com/vi/XR5lYVwnV3E/default.jpg', 27722, '3', 'bot', 0, '1186371660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1406, 'eac993e37', 'Mila J', 'Complete', '', 'eG3BNdDhCNI', 238, 'http://img.youtube.com/vi/eG3BNdDhCNI/default.jpg', 192310, '3', 'bot', 0, '1186911420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1407, '00789c2e1', 'Michelle Williams', 'Do You Know', '', 'QQLqme-rNTk', 326, 'http://img.youtube.com/vi/QQLqme-rNTk/default.jpg', 41639, '3', 'bot', 0, '1183871340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1408, '8e00390ad', 'Monica', 'Street Symphony', '', 'wOYVUlOiBcM', 260, 'http://img.youtube.com/vi/wOYVUlOiBcM/default.jpg', 17021, '3', 'bot', 0, '1187090100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1409, 'a05a02ef4', 'Monica', 'Just Another Girl', '', 'IIgOePsHIz8', 207, 'http://img.youtube.com/vi/IIgOePsHIz8/default.jpg', 23069, '3', 'bot', 0, '1183783020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1410, 'a0dce3c9c', 'Monica', 'Knock Knock', '', 'f7PTvJvNJe0', 248, 'http://img.youtube.com/vi/f7PTvJvNJe0/default.jpg', 134180, '3', 'bot', 0, '1186822320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1411, '995ae29ac', 'Monica', 'The First Night', '', '86gNefVZ03w', 234, 'http://img.youtube.com/vi/86gNefVZ03w/default.jpg', 56421, '3', 'bot', 0, '1186640820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1412, '3ad231bab', 'Monica', 'So Gone', '', 'mSjatR15UKw', 240, 'http://img.youtube.com/vi/mSjatR15UKw/default.jpg', 56024, '3', 'bot', 0, '1183330920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1413, 'a01b6e3b4', 'Monica', 'Everytime tha Beat Drop feat. Dem Franchize Boyz', '', 'jl9_GHc4hWA', 219, 'http://img.youtube.com/vi/jl9_GHc4hWA/default.jpg', 34302, '3', 'bot', 0, '1186999500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1414, '0050148d6', 'Mya', 'My First Night With You', '', 'G1eoGKanW3k', 290, 'http://img.youtube.com/vi/G1eoGKanW3k/default.jpg', 72561, '3', 'bot', 0, '1184052120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1415, 'c937feadf', 'Mya', 'Free', '', 'hoGXKU5XM9I', 245, 'http://img.youtube.com/vi/hoGXKU5XM9I/default.jpg', 357385, '3', 'bot', 0, '1183961940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1416, 'c55dddfe5', 'Mya', 'Fallen', '', 'i_8gcLPsptU', 249, 'http://img.youtube.com/vi/i_8gcLPsptU/default.jpg', 99827, '3', 'bot', 0, '1184053320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1417, 'aae7554e1', 'Natalie Grant', 'Held', '', 'iOufqWodFNo', 260, 'http://img.youtube.com/vi/iOufqWodFNo/default.jpg', 80615, '3', 'bot', 0, '1186282140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1418, '992b07fd6', 'Natasha', 'Hey, Hey, Hey', '', 'drtSvyWn9dA', 259, 'http://img.youtube.com/vi/drtSvyWn9dA/default.jpg', 17967, '3', 'bot', 0, '1187092440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1419, 'bfd82f82c', 'Ne-Yo', 'Because of You', '', 'n-FdoZdfpmE', 244, 'http://img.youtube.com/vi/n-FdoZdfpmE/default.jpg', 7227158, '3', 'bot', 0, '1186010400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1420, 'a05218e51', 'Ne-Yo', 'Do You', '', 'y_59ttb5tug', 233, 'http://img.youtube.com/vi/y_59ttb5tug/default.jpg', 844112, '3', 'bot', 0, '1186550040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1421, '243e2644b', 'Ne-Yo', 'Sexy Love', '', 'mJVM21ER5S0', 250, 'http://img.youtube.com/vi/mJVM21ER5S0/default.jpg', 371829, '3', 'bot', 0, '1183332540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1422, '3d331f979', 'Neil Diamond', 'Sweet Caroline', '', 'o6MgRqsX_3Q', 208, 'http://img.youtube.com/vi/o6MgRqsX_3Q/default.jpg', 137040, '1', 'bot', 0, '1183781880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1423, '3955ca0e3', 'New Edition', 'Hot2Nite', '', 'ogOI4aZcwio', 212, 'http://img.youtube.com/vi/ogOI4aZcwio/default.jpg', 866, '3', 'bot', 0, '1183513140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1424, '1eec9d6cf', 'New Edition', 'One More Day', '', 'umwbITkuXf8', 239, 'http://img.youtube.com/vi/umwbITkuXf8/default.jpg', 34606, '3', 'bot', 0, '1186461780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1425, 'bd4b156e9', 'New Edition', 'Cool It Now', '', 'fZ1-KD7Hlqg', 217, 'http://img.youtube.com/vi/fZ1-KD7Hlqg/default.jpg', 283893, '3', 'bot', 0, '1184683680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1426, '239fc3847', 'New Edition', 'Mr. Telephone Man', '', 'umEbhFKV6mc', 236, 'http://img.youtube.com/vi/umEbhFKV6mc/default.jpg', 80521, '3', 'bot', 0, '1186730460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1427, '807e3725a', 'Next', 'Imagine That', '', 'SPwh8p5gdYg', 244, 'http://img.youtube.com/vi/SPwh8p5gdYg/default.jpg', 15657, '3', 'bot', 0, '1186459320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1428, '9825a8df1', 'Night Ranger', 'Sister Christian', '', 'w1FeEezee4s', 256, 'http://img.youtube.com/vi/w1FeEezee4s/default.jpg', 73710, '3', 'bot', 0, '1186639680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1429, 'b8f646578', 'Nina Sky', 'Move Ya Body', '', 'Yx2LOjeZJ3w', 213, 'http://img.youtube.com/vi/Yx2LOjeZJ3w/default.jpg', 139858, '3', 'bot', 0, '1186370340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1430, '4dd8627fe', 'Nivea', 'Okay', '', 'THz6KsnGr8A', 223, 'http://img.youtube.com/vi/THz6KsnGr8A/default.jpg', 207956, '3', 'bot', 0, '1183783080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1431, '4a12bacc1', 'Omarion', 'Entourage', '', 'QPyxaVDSFNs', 285, 'http://img.youtube.com/vi/QPyxaVDSFNs/default.jpg', 243837, '3', 'bot', 0, '1184232420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1432, '3b6b9b725', 'One Chance', 'Look at Her', '', 'vravSiHj9Rg', 225, 'http://img.youtube.com/vi/vravSiHj9Rg/default.jpg', 481549, '3', 'bot', 0, '1186641120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1433, '1e768aadd', 'Paul McCartney', 'Dance Tonight', '', 'xTNXrkBSp_o', 286, 'http://img.youtube.com/vi/xTNXrkBSp_o/default.jpg', 1190807, '1', 'bot', 0, '1184503560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1434, '51e3b3cf0', 'Paul McCartney', 'Get Back', '', '268p-BoyhfY', 219, 'http://img.youtube.com/vi/268p-BoyhfY/default.jpg', 14970, '1', 'bot', 0, '1183601940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1436, '621013aa5', 'Phil Collins', 'In the Air Tonight', '', 'Gz7gajAb2ww', 281, 'http://img.youtube.com/vi/Gz7gajAb2ww/default.jpg', 888626, '1', 'bot', 0, '1186642140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1437, '65e38bb7e', 'Pretty Ricky', '(I Wanna See You) Push It Baby feat. Sean Paul', '', 'EsCn40pXjQA', 228, 'http://img.youtube.com/vi/EsCn40pXjQA/default.jpg', 6206745, '3', 'bot', 0, '1184503380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1438, '35495026c', 'R. Kelly', 'Bad Man', '', '9aDlJ2T_2vE', 249, 'http://img.youtube.com/vi/9aDlJ2T_2vE/default.jpg', 16800, '3', 'bot', 0, '1184593440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1439, '7c9ea4b3b', 'R. Kelly', 'Happy People', '', 'ZbKFoUhBRPs', 298, 'http://img.youtube.com/vi/ZbKFoUhBRPs/default.jpg', 125340, '3', 'bot', 0, '1186372380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1440, '5b24a8ca8', 'R. Kelly', 'Half on a Baby', '', 'bBiOod9HwUE', 306, 'http://img.youtube.com/vi/bBiOod9HwUE/default.jpg', 64259, '3', 'bot', 0, '1186190520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1442, '0fd9718ed', 'R. Kelly', 'Snake', '', '6j54wyueL-E', 253, 'http://img.youtube.com/vi/6j54wyueL-E/default.jpg', 47505, '3', 'bot', 0, '1184681280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1443, 'b8df8ebe1', 'R. Kelly', 'To the Homies That We Lost', '', 'V8-8CbLwETw', 388, 'http://img.youtube.com/vi/V8-8CbLwETw/default.jpg', 34906, '3', 'bot', 0, '1183513380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1444, '2eeb2b019', 'R. Kelly', 'If I Could Turn Back the Hands of Time', '', 'EJWfQ6ISA4o', 442, 'http://img.youtube.com/vi/EJWfQ6ISA4o/default.jpg', 451360, '3', 'bot', 0, '1186911900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1445, '608b5e8b8', 'R. Kelly', 'You Remind Me Of Something', '', '6um2w1kQA2E', 251, 'http://img.youtube.com/vi/6um2w1kQA2E/default.jpg', 62659, '3', 'bot', 0, '1184591100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1446, 'd60c80d21', 'R. Kelly', 'U Saved Me', '', 'CoT_7_nRgLY', 324, 'http://img.youtube.com/vi/CoT_7_nRgLY/default.jpg', 56016, '3', 'bot', 0, '1183603620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1447, '1fd7db9ea', 'R. Kelly', 'Dedicated', '', '3_olUwhLlF8', 230, 'http://img.youtube.com/vi/3_olUwhLlF8/default.jpg', 5916, '3', 'bot', 0, '1186280400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1448, 'a400170ba', 'R. Kelly', 'Thoia Thoing', '', 'zV2DTFxhGGM', 220, 'http://img.youtube.com/vi/zV2DTFxhGGM/default.jpg', 453153, '3', 'bot', 0, '1186820760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1449, 'd26c18c07', 'R. Kelly', 'Did You Ever Think', '', 'zT11Z24iQCg', 248, 'http://img.youtube.com/vi/zT11Z24iQCg/default.jpg', 30220, '3', 'bot', 0, '1183333320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1450, '7f9c18bc6', 'R.E.M.', 'Everybody Hurts', '', '91euxMQ0Zyg', 337, 'http://img.youtube.com/vi/91euxMQ0Zyg/default.jpg', 825547, '3', 'bot', 0, '1186102500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1451, '89ed8664c', 'Ray J', 'What I Need', '', '46tfrC0PzUw', 226, 'http://img.youtube.com/vi/46tfrC0PzUw/default.jpg', 285037, '3', 'bot', 0, '1186100400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1452, '2095031b9', 'Ready for the World', 'Love You Down', '', '13D1eO5I-uQ', 239, 'http://img.youtube.com/vi/13D1eO5I-uQ/default.jpg', 68851, '3', 'bot', 0, '1186279680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1454, '9b3fca691', 'Robin Thicke', 'Shooter', '', '8ts7cJdU93w', 255, 'http://img.youtube.com/vi/8ts7cJdU93w/default.jpg', 14801, '3', 'bot', 0, '1183961220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1455, 'ea5b7b017', 'Robin Thicke', '2 the Sky', '', 'CnLszwr2TEc', 287, 'http://img.youtube.com/vi/CnLszwr2TEc/default.jpg', 5540, '3', 'bot', 0, '1187002260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1457, 'ed8800ff4', 'Rupee', 'Tempted to Touch', '', '01d7roPrTRE', 221, 'http://img.youtube.com/vi/01d7roPrTRE/default.jpg', 128099, '3', 'bot', 0, '1184591520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1458, '87814735a', 'Rush', 'Tom Sawyer', '', 'KNZru4JG_Uo', 278, 'http://img.youtube.com/vi/KNZru4JG_Uo/default.jpg', 546466, '1', 'bot', 0, '1184501580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1459, '66209b96f', 'Sammie', 'You Should Be My Girl', '', 'nUQ7GkEGEXo', 227, 'http://img.youtube.com/vi/nUQ7GkEGEXo/default.jpg', 79876, '3', 'bot', 0, '1184323260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1460, '9fefad84e', 'Sammie', 'You Should Be My Girl feat. Sean Paul', '', '6CeFaAr4BTo', 249, 'http://img.youtube.com/vi/6CeFaAr4BTo/default.jpg', 19908, '3', 'bot', 0, '1184051160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1461, '8ee69d714', 'Sarah McLachlan', 'Fallen', '', 'pMuEw-9t9Xs', 225, 'http://img.youtube.com/vi/pMuEw-9t9Xs/default.jpg', 186295, '3', 'bot', 0, '1184231760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1462, 'f493e2819', 'Sarah McLachlan', 'I Will Remember You', '', 'nSz16ngdsG0', 218, 'http://img.youtube.com/vi/nSz16ngdsG0/default.jpg', 480217, '3', 'bot', 0, '1186012020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1463, '8f27a20ec', 'Sarah McLachlan', 'Angel', '', 'BDkcJ-62uuY', 311, 'http://img.youtube.com/vi/BDkcJ-62uuY/default.jpg', 192931, '1', 'bot', 0, '1186102320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1464, 'cd31c4127', 'Scorpions', 'No One Like You', '', '2UqCkFTtOOs', 250, 'http://img.youtube.com/vi/2UqCkFTtOOs/default.jpg', 156897, '3', 'bot', 0, '1184682360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1465, '1a98aaa3f', 'Scorpions', 'Send Me An Angel', '', 's_lMNufI3hA', 276, 'http://img.youtube.com/vi/s_lMNufI3hA/default.jpg', 688309, '3', 'bot', 0, '1184502900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1466, 'f1ee34a5e', 'Scorpions', 'Still Loving You', '', '3uNyPefjS88', 292, 'http://img.youtube.com/vi/3uNyPefjS88/default.jpg', 1069237, '3', 'bot', 0, '1186549380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1467, 'bb1b0afc5', 'Scorpions', 'Rock You Like A Hurricane(Original - PCM Version)', '', 'bgPX65G_sRE', 251, 'http://img.youtube.com/vi/bgPX65G_sRE/default.jpg', 6448, '3', 'bot', 0, '1183781460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1468, '03cdee7ee', 'Scorpions', 'Wind Of Change', '', '5muLIq9PqUk', 282, 'http://img.youtube.com/vi/5muLIq9PqUk/default.jpg', 568858, '3', 'bot', 0, '1187002380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1469, '9247058c0', 'Seal', 'Kiss from a Rose', '', 'ateQQc-AgEM', 223, 'http://img.youtube.com/vi/ateQQc-AgEM/default.jpg', 1208235, '3', 'bot', 0, '1187091420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1470, 'f593078cc', 'Shai', 'Yours', '', 'SJu3_9YFmp8', 278, 'http://img.youtube.com/vi/SJu3_9YFmp8/default.jpg', 26269, '3', 'bot', 0, '1183331820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1472, '7fb418e7b', 'Sisqo', 'Incomplete', '', 'rTtVivnpelM', 282, 'http://img.youtube.com/vi/rTtVivnpelM/default.jpg', 94685, '3', 'bot', 0, '1186552080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1473, 'f01d907c1', 'Sister Sledge', 'We Are Family', '', 'AJ2L4iPvdIk', 187, 'http://img.youtube.com/vi/AJ2L4iPvdIk/default.jpg', 53502, '3', 'bot', 0, '1186370280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1475, 'cfcdab0bb', 'Sterling Simms', 'Nasty Girl', '', '3QV_De_HSfg', 205, 'http://img.youtube.com/vi/3QV_De_HSfg/default.jpg', 197488, '3', 'bot', 0, '1186282260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1476, '26037709c', 'Stacie Orrico', 'More To Life', '', '-XQoBgWVquE', 196, 'http://img.youtube.com/vi/-XQoBgWVquE/default.jpg', 334992, '3', 'bot', 0, '1186192440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1477, '6fdb3218d', 'Sterling Simms', 'Jump Off feat. Sean Paul of YoungBloodZ', '', 'wV-cCDMHpGA', 266, 'http://img.youtube.com/vi/wV-cCDMHpGA/default.jpg', 2100, '3', 'bot', 0, '1183963920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1478, '08a80f5d6', 'Stevie Nicks', 'Sorcerer', '', 'u0kOzTgRXmw', 227, 'http://img.youtube.com/vi/u0kOzTgRXmw/default.jpg', 82893, '3', 'bot', 0, '1184413140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1479, 'a82c5e818', 'Sting', 'Fields of Gold', '', 'UppX6vP3c4g', 226, 'http://img.youtube.com/vi/UppX6vP3c4g/default.jpg', 413761, '3', 'bot', 0, '1183781700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1480, '75e54a583', 'Sting', 'Desert Rose', '', 'tjHkj-uSt_Y', 290, 'http://img.youtube.com/vi/tjHkj-uSt_Y/default.jpg', 1220151, '1', 'bot', 0, '1184142660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1481, '2832fcba8', 'Stone Temple Pilots', 'Interstate Love Song', '', '8BDQ6mQzOKQ', 226, 'http://img.youtube.com/vi/8BDQ6mQzOKQ/default.jpg', 314205, '3', 'bot', 0, '1186370820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1482, '04a9556ca', 'Stone Temple Pilots', 'Plush', '', 'y2xNyxc5VWs', 266, 'http://img.youtube.com/vi/y2xNyxc5VWs/default.jpg', 410040, '3', 'bot', 0, '1183692120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1483, '8324db821', 'Stone Temple Pilots', 'Sour Girl', '', 'ZUimElsi8Ag', 259, 'http://img.youtube.com/vi/ZUimElsi8Ag/default.jpg', 71866, '3', 'bot', 0, '1183961640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1484, 'aa9355a03', 'Stone Temple Pilots', 'Creep', '', 'LGbO-nVBaFo', 306, 'http://img.youtube.com/vi/LGbO-nVBaFo/default.jpg', 237442, '3', 'bot', 0, '1187360520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1485, '22a51d189', 'Styx', 'Babe', '', 'DtcwwUonC2g', 245, 'http://img.youtube.com/vi/DtcwwUonC2g/default.jpg', 177890, '1', 'bot', 0, '1187270340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1486, '8075632a0', 'Styx', 'Mr. Roboto', '', 'JRNGbs26MNo', 333, 'http://img.youtube.com/vi/JRNGbs26MNo/default.jpg', 13843, '1', 'bot', 0, '1184051880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1487, 'fe4e61848', 'Styx', 'Come Sail Away', '', 'BARLfUmyBJA', 268, 'http://img.youtube.com/vi/BARLfUmyBJA/default.jpg', 62110, '1', 'bot', 0, '1184321040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1488, '8ab8bff6a', 'Sunshine Anderson', 'Heard It All Before', '', 'LQ0fqHEvT6M', 241, 'http://img.youtube.com/vi/LQ0fqHEvT6M/default.jpg', 25206, '3', 'bot', 0, '1184503320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1489, 'dc4acc3f6', 'Superchick', 'We Live', '', '7kuBgh0VCqI', 191, 'http://img.youtube.com/vi/7kuBgh0VCqI/default.jpg', 223512, '3', 'bot', 0, '1186280520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1490, '9c2691fe4', 'Teairra Mari', 'No Daddy', '', '3KYwydrMcQo', 263, 'http://img.youtube.com/vi/3KYwydrMcQo/default.jpg', 42180, '3', 'bot', 0, '1187360760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1491, 'a55b3c662', 'Teairra Mari', 'Make Her Feel Good', '', 'ZMx5EOBnrU4', 233, 'http://img.youtube.com/vi/ZMx5EOBnrU4/default.jpg', 55619, '3', 'bot', 0, '1186640400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1492, '76990acfa', 'Tevin Campbell', 'Goodbye', '', 'cUPuIkCLgJQ', 262, 'http://img.youtube.com/vi/cUPuIkCLgJQ/default.jpg', 14035, '3', 'bot', 0, '1186640700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1494, '1b1ff53e4', 'The Corrs', 'Breathless', '', '4Fhf_rhhKCw', 203, 'http://img.youtube.com/vi/4Fhf_rhhKCw/default.jpg', 145220, '3', 'bot', 0, '1186730520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1495, 'f8ee262a3', 'The Black Crowes', 'She Talks to Angels', '', '1a76FeV2-Dw', 239, 'http://img.youtube.com/vi/1a76FeV2-Dw/default.jpg', 41103, '1', 'bot', 0, '1184591760', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1496, 'b0262a9c1', 'The Cranberries', 'Dreams', '', 'ogeV4mpx0Lo', 245, 'http://img.youtube.com/vi/ogeV4mpx0Lo/default.jpg', 757452, '3', 'bot', 0, '1186551660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1497, '7e97e8457', 'The Cranberries', 'Zombie', '', 'lyp5we2ySDo', 305, 'http://img.youtube.com/vi/lyp5we2ySDo/default.jpg', 2258192, '1', 'bot', 0, '1186370220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1498, '7e8f089c8', 'The Cranberries', 'Linger', '', 'BPLXJAWUnwI', 274, 'http://img.youtube.com/vi/BPLXJAWUnwI/default.jpg', 252646, '1', 'bot', 0, '1184051220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1499, '4c1d8503d', 'The Doors', 'Break on Through (to the other side)', '', 'XNVl3BpW6HQ', 248, 'http://img.youtube.com/vi/XNVl3BpW6HQ/default.jpg', 11440, '1', 'bot', 0, '1186640880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1500, 'd5a404223', 'The Isley Brothers', 'What Would You Do?', '', 'ml2DaYn4MGM', 257, 'http://img.youtube.com/vi/ml2DaYn4MGM/default.jpg', 65503, '1', 'bot', 0, '1187270580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1501, '27aad057d', 'The Isley Brothers', 'Busted', '', 'sL4FHZUvv3Y', 347, 'http://img.youtube.com/vi/sL4FHZUvv3Y/default.jpg', 254154, '1', 'bot', 0, '1186190700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1502, '3bc244044', 'The Outfield', 'Your Love', '', 'CgfSzuFD8rw', 231, 'http://img.youtube.com/vi/CgfSzuFD8rw/default.jpg', 340503, '3', 'bot', 0, '1186009800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1503, '97675e2bd', 'The Pack', 'Vans', '', 'hhGO5f8gdWQ', 258, 'http://img.youtube.com/vi/hhGO5f8gdWQ/default.jpg', 1633256, '1', 'bot', 0, '1186279860', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1504, '8e8f0569f', 'The Rolling Stones', 'Rain Fall Down', '', '3JF3rNFZbz0', 242, 'http://img.youtube.com/vi/3JF3rNFZbz0/default.jpg', 19436, '1', 'bot', 0, '1186731660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1505, '1e8269d4d', 'The Rolling Stones', 'Sympathy for the Devil (Fatboy Slim Remix)', '', 'PgwJKPCTtDM', 269, 'http://img.youtube.com/vi/PgwJKPCTtDM/default.jpg', 46532, '1', 'bot', 0, '1184412300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1506, 'caf986794', 'The Rolling Stones', 'Sympathy For The Devil (Neptunes Remix)', '', 'iL_RbCGxqsc', 281, 'http://img.youtube.com/vi/iL_RbCGxqsc/default.jpg', 33181, '1', 'bot', 0, '1186371180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1507, 'e82eb5573', 'The Temptations', 'Stay', '', 'f0ZViI3uts0', 234, 'http://img.youtube.com/vi/f0ZViI3uts0/default.jpg', 4775, '3', 'bot', 0, '1186912380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1508, 'dc95f7c4a', 'The Temptations', 'Time After Time', '', 'pO8SKjfavbM', 253, 'http://img.youtube.com/vi/pO8SKjfavbM/default.jpg', 3026, '3', 'bot', 0, '1186640940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1509, 'd26ae2280', 'Thicke', 'When I Get You Alone', '', 'nNg0ReHeTiM', 222, 'http://img.youtube.com/vi/nNg0ReHeTiM/default.jpg', 591557, '3', 'bot', 0, '1183873080', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1510, '24fe6ad59', 'Third Day', 'Cry Out To Jesus', '', 'yuXymUA-jfc', 281, 'http://img.youtube.com/vi/yuXymUA-jfc/default.jpg', 3528, '3', 'bot', 0, '1186282200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1511, '1b6161980', 'tobyMac', 'Gone', '', 'D-xSrkGWwEE', 209, 'http://img.youtube.com/vi/D-xSrkGWwEE/default.jpg', 11024, '3', 'bot', 0, '1187179320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1512, 'f1981a8c7', 'Tracy Chapman', 'Give Me One Reason', '', 'XPcjjOrKmJw', 243, 'http://img.youtube.com/vi/XPcjjOrKmJw/default.jpg', 220593, '3', 'bot', 0, '1183960920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1513, '0c7732cf8', 'Train', 'Meet Virginia', '', '7C4sUTg_kZw', 251, 'http://img.youtube.com/vi/7C4sUTg_kZw/default.jpg', 26523, '3', 'bot', 0, '1187269560', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1514, '710c2763a', 'Train', 'Drops Of Jupiter', '', '4xXQFnIEf_Q', 255, 'http://img.youtube.com/vi/4xXQFnIEf_Q/default.jpg', 170637, '1', 'bot', 0, '1183781400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1515, '06aa9aea3', 'Trey Songz', 'Gotta Go', '', 'FDNaBAC-nHA', 207, 'http://img.youtube.com/vi/FDNaBAC-nHA/default.jpg', 157574, '3', 'bot', 0, '1183694100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1516, '3bed2a299', 'Trey Songz', 'Cheat on You', '', 'yFCRCX2nZEs', 208, 'http://img.youtube.com/vi/yFCRCX2nZEs/default.jpg', 3852, '3', 'bot', 0, '1186729320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1517, '82d0d1161', 'Trey Songz', 'Gotta Make It', '', 'EOjajJHyC48', 248, 'http://img.youtube.com/vi/EOjajJHyC48/default.jpg', 55871, '3', 'bot', 0, '1183960980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1518, '51bffe8a2', 'Tweet', 'Call Me', '', 'LT9TVuoLN9k', 179, 'http://img.youtube.com/vi/LT9TVuoLN9k/default.jpg', 26805, '3', 'bot', 0, '1183963680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1519, 'dcd2c9e56', 'Tyrese', 'How You Gonna Act Like That', '', 'X922KOrdaWc', 247, 'http://img.youtube.com/vi/X922KOrdaWc/default.jpg', 396509, '3', 'bot', 0, '1186009380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1520, '907d7e75e', 'Tweet', 'Oops Oh My', '', 'Hb37Nh_Sg4g', 249, 'http://img.youtube.com/vi/Hb37Nh_Sg4g/default.jpg', 110925, '3', 'bot', 0, '1186551900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1521, '4f9781b6a', 'Tyrese', 'Lately', '', 'iKO0Krnlk5Q', 253, 'http://img.youtube.com/vi/iKO0Krnlk5Q/default.jpg', 181579, '3', 'bot', 0, '1184592360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1522, '7b18fc6d1', 'Tyrese', 'Nobody Else', '', 'X4ukrzk_qgg', 245, 'http://img.youtube.com/vi/X4ukrzk_qgg/default.jpg', 44322, '3', 'bot', 0, '1183331100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1523, 'e7f899d1c', 'Tyrese', 'What Am I Gonna Do', '', 'mCwYi0FK_zI', 220, 'http://img.youtube.com/vi/mCwYi0FK_zI/default.jpg', 133670, '3', 'bot', 0, '1184143500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1524, 'ae1b31d47', 'Tyrese', 'Signs Of Love Makin''', '', '8p1ZR5P5Mwk', 256, 'http://img.youtube.com/vi/8p1ZR5P5Mwk/default.jpg', 36655, '3', 'bot', 0, '1183691460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1525, '1023872d7', 'U2', 'With Or Without You', '', 'yEfSnjL0pd8', 290, 'http://img.youtube.com/vi/yEfSnjL0pd8/default.jpg', 1029231, '3', 'bot', 0, '1184053320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1526, 'fb758587a', 'U2', 'Beautiful Day', '', 'omFdpnSu57U', 244, 'http://img.youtube.com/vi/omFdpnSu57U/default.jpg', 1299564, '1', 'bot', 0, '1187270220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1527, '9a5cb7a2f', 'U2', 'Vertigo', '', 'YhWZ7bpfQag', 191, 'http://img.youtube.com/vi/YhWZ7bpfQag/default.jpg', 523631, '1', 'bot', 0, '1186100820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1528, '58108f079', 'U2', 'Where The Streets Have No Name', '', 'GpVbLm4TN3g', 431, 'http://img.youtube.com/vi/GpVbLm4TN3g/default.jpg', 450027, '3', 'bot', 0, '1184322120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1529, 'c5160c927', 'USA for Africa', 'We Are the World (Live Aid)', '', 'P7fog5EjJTc', 429, 'http://img.youtube.com/vi/P7fog5EjJTc/default.jpg', 559516, '3', 'bot', 0, '1183423620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1530, '67d52c873', 'Usher', 'You Remind Me', '', 'GOdr2S8SdSE', 266, 'http://img.youtube.com/vi/GOdr2S8SdSE/default.jpg', 87161, '3', 'bot', 0, '1186731060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1531, 'd321fd7f7', 'Usher', 'Think of You', '', 'GW4p-XdSSm4', 240, 'http://img.youtube.com/vi/GW4p-XdSSm4/default.jpg', 2950, '3', 'bot', 0, '1187271540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1532, 'b4e1e65d8', 'Usher', 'My Way', '', 'e8otWyLx6IQ', 271, 'http://img.youtube.com/vi/e8otWyLx6IQ/default.jpg', 317142, '3', 'bot', 0, '1187270040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1533, '0f9033dc6', 'Usher', 'Call Me a Mack', '', 'G_M0phkCmMs', 276, 'http://img.youtube.com/vi/G_M0phkCmMs/default.jpg', 1692, '3', 'bot', 0, '1184501220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1534, '102a14319', 'Usher', 'Can You Get Wit It', '', '7cHzHSSIzbQ', 289, 'http://img.youtube.com/vi/7cHzHSSIzbQ/default.jpg', 35316, '3', 'bot', 0, '1187180640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1535, 'aef10a3c6', 'Vanessa Williams', 'Save the Best for Last', '', 'LdusgXW_Wi4', 219, 'http://img.youtube.com/vi/LdusgXW_Wi4/default.jpg', 22119, '3', 'bot', 0, '1183602840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1536, 'dbd274e83', 'Vanessa Williams', 'Dreamin', '', 'g8yLMDfvRCs', 263, 'http://img.youtube.com/vi/g8yLMDfvRCs/default.jpg', 22561, '3', 'bot', 0, '1186732440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1537, '1f59e9807', 'Velvet Revolver', 'Come On Come In', '', 'dy_Wl6vOFvg', 232, 'http://img.youtube.com/vi/dy_Wl6vOFvg/default.jpg', 242341, '1', 'bot', 0, '1184232360', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1538, 'cea06f551', 'Velvet Revolver', 'Fall to Pieces', '', 'SkTIfvc_HI4', 277, 'http://img.youtube.com/vi/SkTIfvc_HI4/default.jpg', 323407, '1', 'bot', 0, '1186282140', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1539, 'e65ae8323', 'Xscape', 'Understanding', '', 'EiR4qOk8TH0', 255, 'http://img.youtube.com/vi/EiR4qOk8TH0/default.jpg', 70303, '3', 'bot', 0, '1183963740', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1540, '9e4f063f7', 'Xscape', 'My Little Secret', '', 'ZjOLerYwK2A', 258, 'http://img.youtube.com/vi/ZjOLerYwK2A/default.jpg', 156488, '3', 'bot', 0, '1184322240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1541, 'acca9d9be', 'Xscape', 'Feels So Good', '', 'xW0iGVRQUos', 212, 'http://img.youtube.com/vi/xW0iGVRQUos/default.jpg', 7817, '3', 'bot', 0, '1187000280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1542, '7753f67f4', 'Xscape', 'Do You Want To', '', 'OZR7LCYvRsY', 259, 'http://img.youtube.com/vi/OZR7LCYvRsY/default.jpg', 77744, '3', 'bot', 0, '1186730940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1543, '5ba611460', 'Xscape', 'Tonight', '', 'rxvyFGOfnEg', 240, 'http://img.youtube.com/vi/rxvyFGOfnEg/default.jpg', 69625, '3', 'bot', 0, '1184233020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1544, 'd014ac3f4', 'Yolanda Adams', 'This Too Shall Pass', '', 'xuD4UYCGTdU', 306, 'http://img.youtube.com/vi/xuD4UYCGTdU/default.jpg', 4328, '3', 'bot', 0, '1186192020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1545, 'e2317db37', 'ZZ Top', 'Legs', '', 'yNvOPN1LoQ4', 293, 'http://img.youtube.com/vi/yNvOPN1LoQ4/default.jpg', 512784, '1', 'bot', 0, '1187181120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1546, '3bbfa935f', 'ZZ Top', 'Tush', '', 'O-z2SU-7Dhw', 213, 'http://img.youtube.com/vi/O-z2SU-7Dhw/default.jpg', 52914, '1', 'bot', 0, '1186370220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1547, 'a16b36128', '( 44)', 'Chapter 13', '', 'NS7u4kCBIbk', 294, 'http://img.youtube.com/vi/NS7u4kCBIbk/default.jpg', 2365, '1', 'bot', 0, '1186551300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1548, '60fd88b37', '(hed) pe', 'Bartender', '', '9BzOErMFoPA', 232, 'http://img.youtube.com/vi/9BzOErMFoPA/default.jpg', 78449, '1', 'bot', 0, '1184680980', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1549, 'b6496b3c5', '( 44)', 'When Your Heart Stops Beating', '', 'c-S0wKuSKoc', 195, 'http://img.youtube.com/vi/c-S0wKuSKoc/default.jpg', 695327, '1', 'bot', 0, '1186461300', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1550, '8f20d35ce', '3 Doors Down', 'Kryptonite', '', 'q233CxlIZtk', 239, 'http://img.youtube.com/vi/q233CxlIZtk/default.jpg', 137889, '1', 'bot', 0, '1183603500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1551, '3eb152940', '3 Doors Down', 'Here By Me', '', 'lPjzX-V4Jsc', 214, 'http://img.youtube.com/vi/lPjzX-V4Jsc/default.jpg', 12564, '1', 'bot', 0, '1187002200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1552, 'f98118204', '3 Doors Down', 'Here Without You', '', '3J8q4cBSkTQ', 239, 'http://img.youtube.com/vi/3J8q4cBSkTQ/default.jpg', 3232109, '1', 'bot', 0, '1184501640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1553, '02e314eb1', '3 Doors Down', 'Let Me Go', '', 'KpsR0r7XgOY', 239, 'http://img.youtube.com/vi/KpsR0r7XgOY/default.jpg', 95303, '1', 'bot', 0, '1184682240', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1554, '6bc963522', '3 Doors Down', 'Loser', '', 'GytyF0w9BL4', 270, 'http://img.youtube.com/vi/GytyF0w9BL4/default.jpg', 141223, '1', 'bot', 0, '1184591040', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1555, 'dd8552004', '3 Doors Down', 'Be Like That', '', 'Y1RermtkxPY', 251, 'http://img.youtube.com/vi/Y1RermtkxPY/default.jpg', 357412, '1', 'bot', 0, '1183421400', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1556, '7205cfb70', '3 Doors Down', 'Landing In London (All I Think About Is You)', '', 'qWyWcKlypds', 277, 'http://img.youtube.com/vi/qWyWcKlypds/default.jpg', 94412, '1', 'bot', 0, '1187270160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1557, '6a6b36a86', '3 Doors Down', 'Duck and Run', '', 'obYE4sFBmPg', 244, 'http://img.youtube.com/vi/obYE4sFBmPg/default.jpg', 31596, '1', 'bot', 0, '1186010340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1558, '317342a55', '3 Doors Down', 'Away From The Sun', '', '-bX2IyXejGk', 227, 'http://img.youtube.com/vi/-bX2IyXejGk/default.jpg', 575545, '1', 'bot', 0, '1186191120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1559, 'd4ff7e2f1', '30 Seconds to Mars', 'From Yesterday', '', 'C5uSu2fTIOQ', 322, 'http://img.youtube.com/vi/C5uSu2fTIOQ/default.jpg', 2502864, '1', 'bot', 0, '1186821120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1560, '0fdef69b1', '30 Seconds to Mars', 'Attack', '', 'qF1wZQzpeKA', 287, 'http://img.youtube.com/vi/qF1wZQzpeKA/default.jpg', 5506094, '1', 'bot', 0, '1187180580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1561, '31f818013', 'A Change of Pace', 'Weekend Warriors', '', 'q_dJTUtivRg', 187, 'http://img.youtube.com/vi/q_dJTUtivRg/default.jpg', 198403, '1', 'bot', 0, '1186280100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1562, '7f8914cc4', 'A Perfect Circle', 'Passive', '', 'T7PTgi_5MR0', 243, 'http://img.youtube.com/vi/T7PTgi_5MR0/default.jpg', 518165, '1', 'bot', 0, '1183872120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1569, 'fce7e4e4d', 'AFI', 'The Days of the Phoenix', '', 'SulKPvLiwkE', 217, 'http://img.youtube.com/vi/SulKPvLiwkE/default.jpg', 76273, '1', 'bot', 0, '1184592000', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1570, 'dbfb6a249', 'AFI', 'The Leaving Song, Pt. 2', '', 'JA3Pq_65vOo', 212, 'http://img.youtube.com/vi/JA3Pq_65vOo/default.jpg', 480430, '1', 'bot', 0, '1186101060', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1571, '13ee044db', 'AFI', 'Girls Not Grey', '', '8d5WlUR1T3k', 194, 'http://img.youtube.com/vi/8d5WlUR1T3k/default.jpg', 631740, '1', 'bot', 0, '1184233020', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1572, '7126d0530', 'AFI', 'Miss Murder', '', 'QpEnMOMXo1w', 302, 'http://img.youtube.com/vi/QpEnMOMXo1w/default.jpg', 1492693, '1', 'bot', 0, '1184503200', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1573, '90c19ab6b', 'AFI', 'Endlessly She Said(Sessions Under Cover)', '', 'sW0P4X4J5Zw', 303, 'http://img.youtube.com/vi/sW0P4X4J5Zw/default.jpg', 1877, '1', 'bot', 0, '1186551900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1574, '7956fe88a', 'AFI', 'Silver', '', 'yxsRmLm16sU', 245, 'http://img.youtube.com/vi/yxsRmLm16sU/default.jpg', 682840, '1', 'bot', 0, '1184412420', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1575, 'aafc8399d', 'Aiden', 'We Sleep Forever', '', 'jj-zSJ9qRdU', 197, 'http://img.youtube.com/vi/jj-zSJ9qRdU/default.jpg', 784918, '1', 'bot', 0, '1184591460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1576, '4100ca30e', 'Alanis Morissette', 'Uninvited', '', 'FjTB6EG3xGo', 237, 'http://img.youtube.com/vi/FjTB6EG3xGo/default.jpg', 470569, '1', 'bot', 0, '1184411100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1577, '778451b2d', 'Alice Cooper', 'Poison', '', '-1c14Z0YUTU', 265, 'http://img.youtube.com/vi/-1c14Z0YUTU/default.jpg', 560609, '1', 'bot', 0, '1186282260', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1578, '11324d776', 'Alice In Chains', 'Man In The Box', '', '4bvbMPk0hyc', 270, 'http://img.youtube.com/vi/4bvbMPk0hyc/default.jpg', 215189, '1', 'bot', 0, '1186101900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1579, '12acb0e98', 'Alice in Chains', 'Rooster', '', 'snkbewlsUVk', 415, 'http://img.youtube.com/vi/snkbewlsUVk/default.jpg', 216378, '1', 'bot', 0, '1184681280', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1580, '32bc03d18', 'Alien Ant Farm', 'Smooth Criminal', '', 'hxeNZOLNh4c', 212, 'http://img.youtube.com/vi/hxeNZOLNh4c/default.jpg', 1303233, '1', 'bot', 0, '1186460640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1581, '4014c8417', 'All American Rejects', 'Dirty Little Secret', '', 'AHd3ck6fHBw', 193, 'http://img.youtube.com/vi/AHd3ck6fHBw/default.jpg', 2065714, '1', 'bot', 0, '1184231220', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1582, '673aa893a', 'All That Remains', 'This Calling', '', 'UcfLkrDXdn8', 220, 'http://img.youtube.com/vi/UcfLkrDXdn8/default.jpg', 526936, '1', 'bot', 0, '1187269680', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1583, 'd33f140f1', 'All Time Low', 'Coffee Shop Soundtrack', '', 'o1CXcEo0dFA', 244, 'http://img.youtube.com/vi/o1CXcEo0dFA/default.jpg', 2093, '1', 'bot', 0, '1184412960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1584, 'ce2f02558', 'Amy Winehouse', 'Rehab', '', 'LD5sahXoj0U', 232, 'http://img.youtube.com/vi/LD5sahXoj0U/default.jpg', 6494813, '1', 'bot', 0, '1186189440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1585, '73003b027', 'Amy Winehouse', 'Back to Black', '', 'aygAu1x2uQo', 248, 'http://img.youtube.com/vi/aygAu1x2uQo/default.jpg', 2310826, '1', 'bot', 0, '1183871640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1586, 'bf23f5228', 'As I Lay Dying', 'Confined', '', 'UzAXKdNYuUE', 205, 'http://img.youtube.com/vi/UzAXKdNYuUE/default.jpg', 286570, '1', 'bot', 0, '1186910580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1587, '1e2e2d9f1', 'As I Lay Dying', 'The Darkest Nights', '', 'gKXvtXQCU9U', 261, 'http://img.youtube.com/vi/gKXvtXQCU9U/default.jpg', 314558, '1', 'bot', 0, '1184682120', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1588, '6b57e2fb5', 'Audioslave', 'Like A Stone', '', 'D1j823QH6cU', 299, 'http://img.youtube.com/vi/D1j823QH6cU/default.jpg', 610412, '1', 'bot', 0, '1183963320', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1589, '09468878e', 'Avenged Sevenfold', 'Seize the Day', '', 'HZqxl57PeL8', 344, 'http://img.youtube.com/vi/HZqxl57PeL8/default.jpg', 1645959, '1', 'bot', 0, '1187271720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1590, '03233d2dc', 'Avenged Sevenfold', 'Beast and Harlot', '', 'YWPQ-bssAys', 249, 'http://img.youtube.com/vi/YWPQ-bssAys/default.jpg', 1449405, '1', 'bot', 0, '1183691580', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1591, '2aa448b4b', 'Avenged Sevenfold', 'Bat Country', '', 'WiHZZ-OJp5o', 250, 'http://img.youtube.com/vi/WiHZZ-OJp5o/default.jpg', 207462, '1', 'bot', 0, '1186730940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1592, '3ccb34799', 'Avenged Sevenfold', 'Burn It Down', '', 'T6PA5A6Xf44', 308, 'http://img.youtube.com/vi/T6PA5A6Xf44/default.jpg', 158657, '1', 'bot', 0, '1187271900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1593, 'fcdc70c30', 'Avril Lavigne', 'I Can Do Better', '', 'C-8cuWBzZzs', 196, 'http://img.youtube.com/vi/C-8cuWBzZzs/default.jpg', 137858, '1', 'bot', 0, '1184412660', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1594, '65e2656d3', 'Avril Lavigne', 'Sk8er Boi', '', 'pULa7F1gWZM', 230, 'http://img.youtube.com/vi/pULa7F1gWZM/default.jpg', 4326355, '1', 'bot', 0, '1183512780', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1595, '439e046ad', 'Beach Boys', 'Good Vibrations(Live Aid)', '', 'pf6vVt0cLnM', 311, 'http://img.youtube.com/vi/pf6vVt0cLnM/default.jpg', 1740, '1', 'bot', 0, '1187361540', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1596, '514b3e63f', 'Beastie Boys', '(You Gotta) Fight For Your Right (To Party)', '', '6NdAUnnU9Ac', 249, 'http://img.youtube.com/vi/6NdAUnnU9Ac/default.jpg', 285225, '1', 'bot', 0, '1184144100', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1597, 'c74016971', 'Black Sabbath', 'Video Montage', '', '5ZEIHkYuXJ0', 331, 'http://img.youtube.com/vi/5ZEIHkYuXJ0/default.jpg', 76, '1', 'bot', 0, '1186549380', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1598, 'a1224d372', 'Blink 182', 'Not Now', '', 'mQXD8XcjIXc', 260, 'http://img.youtube.com/vi/mQXD8XcjIXc/default.jpg', 233228, '1', 'bot', 0, '1186279440', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1599, 'e5005351c', 'Blink 182', 'All The Small Things', '', 'QDV4E9ldelM', 170, 'http://img.youtube.com/vi/QDV4E9ldelM/default.jpg', 2795254, '1', 'bot', 0, '1183781160', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1600, '382609c58', 'Blink 182', 'I Miss You', '', 'iYEM68HIm0Y', 247, 'http://img.youtube.com/vi/iYEM68HIm0Y/default.jpg', 1383243, '1', 'bot', 0, '1186191180', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1601, '946da21cb', 'Blink 182', 'Dammit', '', '2CB7uv_VpRs', 171, 'http://img.youtube.com/vi/2CB7uv_VpRs/default.jpg', 988281, '1', 'bot', 0, '1186729620', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1602, '627dfc3d8', 'Blink 182', 'Feeling This', '', 'z2s1lxcw1mk', 195, 'http://img.youtube.com/vi/z2s1lxcw1mk/default.jpg', 1132113, '1', 'bot', 0, '1184412840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1603, 'bfa9796c8', 'Blink 182', 'Stay Together For The Kids', '', 'moidPfDvRic', 257, 'http://img.youtube.com/vi/moidPfDvRic/default.jpg', 260142, '1', 'bot', 0, '1183601940', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1604, '203374e74', 'Blink 182', 'First Date', '', 'r17znO8yaFM', 198, 'http://img.youtube.com/vi/r17znO8yaFM/default.jpg', 2494400, '1', 'bot', 0, '1187180520', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1605, '2baef9739', 'Blink 182', 'Down', '', '86v40ZN7AUQ', 212, 'http://img.youtube.com/vi/86v40ZN7AUQ/default.jpg', 554951, '1', 'bot', 0, '1183961460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1606, '3992d91db', 'Blink 182', 'Always', '', 'qqHbLdoYZ2E', 254, 'http://img.youtube.com/vi/qqHbLdoYZ2E/default.jpg', 1336221, '1', 'bot', 0, '1187181900', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1607, '959940923', 'Blink 182', 'Anthem Part Two', '', 'tuNHEtoh97k', 227, 'http://img.youtube.com/vi/tuNHEtoh97k/default.jpg', 21283, '1', 'bot', 0, '1184052720', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1608, '04afedda0', 'Blink-182', 'The Rock Show', '', 'vxhl-xV0UOs', 192, 'http://img.youtube.com/vi/vxhl-xV0UOs/default.jpg', 523384, '1', 'bot', 0, '1183602960', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1609, '60c49c9ae', 'Blue October', 'Calling You', '', 'vC8r5dQKwak', 244, 'http://img.youtube.com/vi/vC8r5dQKwak/default.jpg', 21223, '1', 'bot', 0, '1187359800', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1610, '48fbfd710', 'Blue October', 'Hate Me', '', 'gOziJi-1hHE', 254, 'http://img.youtube.com/vi/gOziJi-1hHE/default.jpg', 1047148, '1', 'bot', 0, '1187091600', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1611, '47786550f', 'Blue October', 'Into the Ocean', '', 'L7Fl2yWalH4', 244, 'http://img.youtube.com/vi/L7Fl2yWalH4/default.jpg', 497102, '1', 'bot', 0, '1187180880', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1612, '794e6519d', 'Bon Jovi', 'You Give Love a Bad Name', '', 'GccfzxHIXaY', 233, 'http://img.youtube.com/vi/GccfzxHIXaY/default.jpg', 676690, '1', 'bot', 0, '1184051460', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1613, '0c6d5055f', 'Bon Jovi', 'Bed of Roses', '', 'yVLBcGUvH-s', 345, 'http://img.youtube.com/vi/yVLBcGUvH-s/default.jpg', 1163532, '1', 'bot', 0, '1186370700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1614, 'cbcd5e74a', 'Bon Jovi', 'Misunderstood', '', '04eSUcymxrs', 243, 'http://img.youtube.com/vi/04eSUcymxrs/default.jpg', 40562, '1', 'bot', 0, '1183963500', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1615, '0e7d8f9c8', 'Bon Jovi', 'Wanted Dead Or Alive', '', 'k99h5aikc4g', 254, 'http://img.youtube.com/vi/k99h5aikc4g/default.jpg', 161870, '1', 'bot', 0, '1183691700', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1616, '868b8811f', 'Bon Jovi', 'Bad Medicine', '', 'WWA28E0r_1c', 265, 'http://img.youtube.com/vi/WWA28E0r_1c/default.jpg', 17130, '1', 'bot', 0, '1183781640', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1617, 'c04bc3e90', 'Bon Jovi', 'Have a Nice Day', '', 'UheKmPY1mNw', 251, 'http://img.youtube.com/vi/UheKmPY1mNw/default.jpg', 231430, '1', 'bot', 0, '1183603920', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1618, '11fc6708e', 'Bowling for Soup', 'When We Die', '', 'kztNroG_M-A', 249, 'http://img.youtube.com/vi/kztNroG_M-A/default.jpg', 114744, '1', 'bot', 0, '1183781340', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1619, '3f29bab43', 'Boys Like Girls', 'The Great Escape(Sessions Under Cover)', '', 'Pkjhtf7bmNU', 229, 'http://img.youtube.com/vi/Pkjhtf7bmNU/default.jpg', 1814, '1', 'bot', 0, '1186280820', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `description`, `yt_id`, `yt_length`, `yt_thumb`, `yt_views`, `category`, `submitted`, `lastwatched`, `added`, `site_views`) VALUES(1620, 'bdc3d1994', 'Boys Like Girls', 'The Great Escape', '', 'x5VdYqd6CdA', 205, 'http://img.youtube.com/vi/x5VdYqd6CdA/default.jpg', 5628005, '1', 'bot', 0, '1184592840', 0);
INSERT INTO `pm_videos` (`id`, `uniq_id`, `artist`, `video_title`, `de
