PK qhYJFF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/productjuly1video/champdoms.click/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/productjuly1video/champdoms.click/benj66_fnvido.sql

-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jun 15, 2023 at 02:46 AM
-- Server version: 10.3.39-MariaDB
-- PHP Version: 7.4.33

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `benj66_fnvido`
--

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

--
-- Table structure for table `activities`
--

CREATE TABLE `activities` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `text` varchar(300) NOT NULL DEFAULT '',
  `image` varchar(300) NOT NULL DEFAULT '',
  `time` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `activities`
--

INSERT INTO `activities` (`id`, `user_id`, `text`, `image`, `time`) VALUES
(1, 2, 'hej :)', 'upload/photos/2020/04/E1ptJdBb9GNT29R6pcde_21_e489360873334e62e729d9e5bb27a802_image.jpg', '1587496100');

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

--
-- Table structure for table `admininvitations`
--

CREATE TABLE `admininvitations` (
  `id` int(11) NOT NULL,
  `code` varchar(300) NOT NULL DEFAULT '0',
  `posted` varchar(50) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `ads_transactions`
--

CREATE TABLE `ads_transactions` (
  `id` int(11) NOT NULL,
  `ad_id` int(11) NOT NULL DEFAULT 0,
  `video_owner` int(11) NOT NULL DEFAULT 0,
  `amount` varchar(11) NOT NULL DEFAULT '0',
  `type` varchar(50) NOT NULL DEFAULT '',
  `time` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `announcements`
--

CREATE TABLE `announcements` (
  `id` int(11) NOT NULL,
  `text` text DEFAULT NULL,
  `time` int(32) NOT NULL DEFAULT 0,
  `active` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `announcement_views`
--

CREATE TABLE `announcement_views` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `announcement_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `bank_receipts`
--

CREATE TABLE `bank_receipts` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `profile_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `description` tinytext NOT NULL,
  `price` varchar(50) NOT NULL DEFAULT '0',
  `mode` varchar(50) NOT NULL DEFAULT '',
  `approved` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `receipt_file` varchar(250) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `approved_at` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `banned`
--

CREATE TABLE `banned` (
  `id` int(11) NOT NULL,
  `ip_address` varchar(100) DEFAULT '',
  `time` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `block`
--

CREATE TABLE `block` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `blocked_id` int(11) NOT NULL DEFAULT 0,
  `time` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `comments`
--

CREATE TABLE `comments` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(11) DEFAULT 0,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `activity_id` int(11) NOT NULL DEFAULT 0,
  `text` text DEFAULT NULL,
  `time` int(11) NOT NULL DEFAULT 0,
  `pinned` enum('0','1') CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '0',
  `likes` int(11) NOT NULL DEFAULT 0,
  `dis_likes` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ROW_FORMAT=COMPACT;

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

--
-- Table structure for table `comments_likes`
--

CREATE TABLE `comments_likes` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `comment_id` int(11) NOT NULL DEFAULT 0,
  `reply_id` int(30) NOT NULL DEFAULT 0,
  `video_id` int(15) NOT NULL DEFAULT 0,
  `post_id` int(15) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0,
  `type` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `comm_replies`
--

CREATE TABLE `comm_replies` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `comment_id` int(15) NOT NULL DEFAULT 0,
  `video_id` int(15) NOT NULL DEFAULT 0,
  `post_id` int(15) NOT NULL DEFAULT 0,
  `text` text DEFAULT NULL,
  `time` varchar(50) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `config`
--

CREATE TABLE `config` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `value` varchar(20000) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `config`
--

INSERT INTO `config` (`id`, `name`, `value`) VALUES
(1, 'theme', 'youplay'),
(2, 'censored_words', ''),
(3, 'title', 'Videos'),
(4, 'name', 'Videos'),
(5, 'keyword', 'youtube,video sharing'),
(6, 'email', 'admin@atlmusicsource.com'),
(7, 'description', 'Enter your site description'),
(8, 'validation', 'off'),
(9, 'recaptcha', 'off'),
(10, 'recaptcha_key', ''),
(11, 'language', 'english'),
(12, 'google_app_ID', ''),
(13, 'google_app_key', ''),
(14, 'facebook_app_ID', ''),
(15, 'facebook_app_key', ''),
(16, 'twitter_app_ID', ''),
(17, 'twitter_app_key', ''),
(18, 'yt_api', 'AIzaSyCBzrK5FXq1i9_ajZfHN8r0OcZVfGRarY4'),
(19, 'seo_link', 'on'),
(20, 'comment_system', 'default'),
(21, 'smtp_or_mail', 'mail'),
(22, 'smtp_host', ''),
(23, 'smtp_username', ''),
(24, 'smtp_password', ''),
(25, 'smtp_encryption', 'TLS'),
(26, 'smtp_port', ''),
(27, 'delete_account', 'on'),
(28, 'total_videos', '176'),
(29, 'total_views', '122'),
(30, 'total_users', '4'),
(31, 'total_subs', '2'),
(32, 'total_comments', '0'),
(33, 'total_likes', '3'),
(34, 'total_dislikes', '0'),
(35, 'total_saved', '0'),
(36, 'last_admin_collection', '1649645800'),
(37, 'user_statics', '[{"month":"January","new_users":2},{"month":"February","new_users":0},{"month":"March","new_users":0},{"month":"April","new_users":0},{"month":"May","new_users":0},{"month":"June","new_users":0},{"month":"July","new_users":0},{"month":"August","new_users":0},{"month":"September","new_users":0},{"month":"October","new_users":0},{"month":"November","new_users":0},{"month":"December","new_users":0}]'),
(38, 'videos_statics', '[{"month":"January","new_videos":5},{"month":"February","new_videos":0},{"month":"March","new_videos":0},{"month":"April","new_videos":0},{"month":"May","new_videos":0},{"month":"June","new_videos":0},{"month":"July","new_videos":0},{"month":"August","new_videos":0},{"month":"September","new_videos":0},{"month":"October","new_videos":0},{"month":"November","new_videos":0},{"month":"December","new_videos":0}]'),
(39, 'upload_system', 'on'),
(40, 'import_system', 'on'),
(41, 'resize_video', 'on'),
(42, 'autoplay_system', 'on'),
(43, 'embed_system', 'on'),
(44, 'history_system', 'on'),
(45, 'user_registration', 'on'),
(46, 'verification_badge', 'on'),
(47, 'comments_default_num', '40'),
(48, 'vimeo_api_key', ''),
(49, 'fb_login', 'off'),
(50, 'tw_login', 'off'),
(51, 'plus_login', 'off'),
(52, 'wowonder_app_ID', ''),
(53, 'wowonder_app_key', ''),
(54, 'wowonder_domain_uri', ''),
(55, 'wowonder_site_name', ''),
(56, 'wowonder_login', 'off'),
(57, 'wowonder_img', ''),
(58, 'google', ''),
(59, 'last_created_sitemap', '12-06-2018'),
(60, 'is_ok', '1'),
(61, 'pro_pkg_price', '10'),
(62, 'payment_currency', 'USD'),
(63, 'go_pro', 'off'),
(64, 'paypal_id', 'zoewindmill@aol.co.uk'),
(65, 'paypal_secret', ''),
(66, 'paypal_mode', 'live'),
(67, 'last_backup', '00-00-0000'),
(68, 'user_ads', 'on'),
(69, 'rss_export', 'on'),
(70, 'max_upload', '1000000000'),
(71, 's3_upload', 'off'),
(72, 's3_bucket_name', ''),
(73, 'amazone_s3_key', ''),
(74, 'amazone_s3_s_key', ''),
(75, 'region', 'us-east-1'),
(76, 'ad_v_price', '0.1'),
(77, 'ad_c_price', '0.5'),
(78, 'pub_price', '0.02'),
(79, 'usr_v_mon', 'on'),
(80, 'apps_api_id', '31bdfd4ac6c7285e3f0ca76b99d025f6'),
(81, 'apps_api_key', 'a4becffe8ce0c17b628c4107f7cf98c8'),
(82, 'ffmpeg_system', 'off'),
(83, 'ffmpeg_binary_file', ''),
(84, 'user_max_upload', '1000000000'),
(85, 'user_max_import', '100'),
(86, 'convert_speed', 'fast'),
(87, 'night_mode', 'light'),
(88, 'server', 'ajax'),
(89, 'article_system', 'on'),
(90, 'ftp_host', ''),
(91, 'ftp_port', ''),
(92, 'ftp_username', ''),
(93, 'ftp_password', ''),
(94, 'ftp_upload', 'off'),
(95, 'ftp_endpoint', ''),
(96, 'ftp_path', './'),
(97, 'watermark', ''),
(98, 'ftp_host', 'localhost'),
(99, 'ftp_port', '21'),
(100, 'ftp_username', ''),
(101, 'ftp_password', ''),
(102, 'ftp_upload', 'off'),
(103, 'ftp_endpoint', 'storage.wowonder.com'),
(104, 'ftp_path', './'),
(105, 'watermark', ''),
(106, 'download_videos', 'on'),
(107, 'facebook_import', 'off'),
(108, 'donate_system', 'on'),
(109, 'approve_videos', 'off'),
(110, 'videos_upload_limit', '0'),
(111, 'sell_videos_system', 'on'),
(112, 'admin_com_sell_videos', '1'),
(113, 'who_sell', 'users'),
(114, 'auto_approve_', 'yes'),
(115, 'com_type', '0'),
(116, 'upload_system_type', '0'),
(117, 'max_upload_all_users', '1000000000'),
(118, 'max_upload_free_users', '1000000000'),
(119, 'max_upload_pro_users', '1000000000'),
(120, 'player_type', 'default'),
(121, 'two_factor_setting', 'on'),
(122, 'queue_count', '0'),
(123, 'popular_channels', 'on'),
(124, 'twitch_api', 'twb88q5mhne1gsrwvkhtlugvrqniks'),
(125, 'twitch_import', 'on'),
(126, 'geo_blocking', 'on'),
(127, 'server_key', '1312a113c58715637a94437389326a49'),
(128, 'earn_from_ads', 'on'),
(129, 'push', '1'),
(130, 'push_id', ''),
(131, 'push_key', ''),
(132, 'recurring_payment', 'off'),
(133, 'videos_load_limit', '20'),
(134, 'demo_video', 'on'),
(135, 'all_create_articles', 'on'),
(136, 'movies_videos', 'on'),
(137, 'dailymotion_id', ''),
(138, 'version', '1.9'),
(139, 'pop_up_18', 'off'),
(140, 'time_18', '1'),
(141, 'ok_import', 'off'),
(142, 'gif_system', 'on'),
(143, 'block_system', 'on'),
(144, 'spaces', 'on'),
(145, 'space_name', ''),
(146, 'spaces_key', ''),
(147, 'spaces_secret', ''),
(148, 'space_region', 'nyc3'),
(149, 'currency_symbol_array', 'a:10:{s:3:\"USD\";s:1:\"$\";s:3:\"EUR\";s:3:\"€\";s:3:\"JPY\";s:2:\"¥\";s:3:\"TRY\";s:3:\"₺\";s:3:\"GBP\";s:2:\"£\";s:3:\"RUB\";s:6:\"руб\";s:3:\"PLN\";s:3:\"zł\";s:3:\"ILS\";s:3:\"₪\";s:3:\"BRL\";s:2:\"R$\";s:3:\"INR\";s:3:\"₹\";}'),
(150, 'currency_array', 'a:10:{i:0;s:3:\"USD\";i:1;s:3:\"EUR\";i:2;s:3:\"JPY\";i:3;s:3:\"TRY\";i:4;s:3:\"GBP\";i:5;s:3:\"RUB\";i:6;s:3:\"PLN\";i:7;s:3:\"ILS\";i:8;s:3:\"BRL\";i:9;s:3:\"INR\";}'),
(151, 'paypal_currency', 'USD'),
(152, 'checkout_currency', 'USD'),
(153, 'checkout_payment', 'no'),
(154, 'checkout_mode', 'sandbox'),
(155, 'checkout_seller_id', ''),
(156, 'checkout_publishable_key', ''),
(157, 'checkout_private_key', ''),
(158, 'credit_card', 'no'),
(159, 'stripe_currency', 'USD'),
(160, 'stripe_secret', ''),
(161, 'stripe_id', ''),
(162, 'bank_payment', 'no'),
(163, 'bank_transfer_note', 'In order to confirm the bank transfer, you will need to upload a receipt or take a screenshot of your transfer within 1 day from your payment date. If a bank transfer is made but no receipt is uploaded within this period, your order will be cancelled. We will verify and confirm your receipt within 3 working days from the date you upload it.'),
(164, 'payed_subscribers', 'off'),
(165, 'admin_com_subscribers', '2'),
(166, 'bank_description', '<div class=\"bank_info\"><div class=\"dt_settings_header bg_gradient\"><div class=\"dt_settings_circle-1\"></div><div class=\"dt_settings_circle-2\"></div><div class=\"bank_info_innr\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M11.5,1L2,6V8H21V6M16,10V17H19V10M2,22H21V19H2M10,10V17H13V10M4,10V17H7V10H4Z\"></path></svg><h4 class=\"bank_name\">Garanti Bank</h4><div class=\"row\"><div class=\"col col-md-12\"><div class=\"bank_account\"><p>4796824372433055</p><span class=\"help-block\">Account number / IBAN</span></div></div><div class=\"col col-md-12\"><div class=\"bank_account_holder\"><p>Antoian Kordiyal</p><span class=\"help-block\">Account name</span></div></div><div class=\"col col-md-6\"><div class=\"bank_account_code\"><p>TGBATRISXXX</p><span class=\"help-block\">Routing code</span></div></div><div class=\"col col-md-6\"><div class=\"bank_account_country\"><p>United States</p><span class=\"help-block\">Country</span></div></div></div></div></div></div>'),
(167, 'version', '1.9'),
(168, 'lang_modal', 'off'),
(169, 'report_copyright', 'on'),
(170, 'user_mon_approve', 'on'),
(171, 'version', '1.9'),
(172, 'require_login', 'off'),
(173, 'who_upload', 'all'),
(174, 'rent_videos_system', 'off'),
(175, 'admin_com_rent_videos', '0'),
(176, 'playlist_subscribe', 'on'),
(177, 'require_subcription', 'off'),
(178, 'auto_subscribe', ''),
(179, 'post_system', 'on'),
(180, 'live_video', '0'),
(181, 'live_video_save', '0'),
(182, 'agora_live_video', '0'),
(183, 'agora_app_id', ''),
(184, 'agora_customer_id', ''),
(185, 'agora_customer_certificate', ''),
(186, 'amazone_s3_2', '0'),
(187, 'bucket_name_2', ''),
(188, 'amazone_s3_key_2', ''),
(189, 'amazone_s3_s_key_2', ''),
(190, 'region_2', 'eu-west-1'),
(191, 'who_use_live', 'all'),
(192, 'paystack_payment', 'no'),
(193, 'paystack_secret_key', ''),
(194, 'cashfree_payment', 'no'),
(195, 'cashfree_mode', 'sandBox'),
(196, 'cashfree_client_key', ''),
(197, 'cashfree_secret_key', ''),
(198, 'razorpay_payment', 'no'),
(199, 'razorpay_key_id', ''),
(200, 'razorpay_key_secret', ''),
(201, 'paysera_payment', 'no'),
(202, 'paysera_mode', '1'),
(203, 'paysera_project_id', ''),
(204, 'paysera_sign_password', ''),
(205, 'iyzipay_payment', 'no'),
(206, 'iyzipay_mode', '1'),
(207, 'iyzipay_key', ''),
(208, 'iyzipay_secret_key', ''),
(209, 'iyzipay_buyer_id', ''),
(210, 'iyzipay_buyer_name', ''),
(211, 'iyzipay_buyer_surname', ''),
(212, 'iyzipay_buyer_gsm_number', ''),
(213, 'iyzipay_buyer_email', ''),
(214, 'iyzipay_identity_number', ''),
(215, 'iyzipay_city', ''),
(216, 'iyzipay_address', ''),
(217, 'iyzipay_country', ''),
(218, 'iyzipay_zip', ''),
(219, 'fav_category', ''),
(220, 'show_articles', 'on'),
(221, 'sticky_video', 'on'),
(222, 'point_level_system', '1'),
(223, 'point_allow_withdrawal', '0'),
(224, 'dollar_to_point_cost', '100'),
(225, 'likes_point', '5'),
(226, 'dislikes_point', '2'),
(227, 'watching_point', '2'),
(228, 'free_day_limit', '1000'),
(229, 'pro_day_limit', '2000'),
(230, 'upload_point', '20'),
(231, 'stock_videos', 'on'),
(232, 'comments_point', '10');

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

--
-- Table structure for table `conversations`
--

CREATE TABLE `conversations` (
  `id` int(11) NOT NULL,
  `user_one` int(11) NOT NULL DEFAULT 0,
  `user_two` int(11) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `copyright_report`
--

CREATE TABLE `copyright_report` (
  `id` int(11) NOT NULL,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `text` varchar(300) NOT NULL DEFAULT '',
  `time` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `custom_pages`
--

CREATE TABLE `custom_pages` (
  `id` int(11) NOT NULL,
  `page_name` varchar(50) NOT NULL DEFAULT '',
  `page_title` varchar(200) NOT NULL DEFAULT '',
  `page_content` text DEFAULT NULL,
  `page_type` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `history`
--

CREATE TABLE `history` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `history`
--

INSERT INTO `history` (`id`, `user_id`, `video_id`, `time`) VALUES
(1, 1, 166, 1585643086),
(3, 1, 159, 1586877001),
(4, 1, 114, 1587432002),
(5, 1, 156, 1587432016),
(6, 2, 166, 1587490770),
(7, 2, 167, 1587490874),
(9, 2, 158, 1587492283),
(10, 2, 159, 1587492290),
(13, 2, 156, 1587493420),
(14, 2, 121, 1587493458),
(15, 2, 164, 1587495915),
(16, 2, 163, 1587495918),
(17, 2, 97, 1587495975),
(18, 2, 112, 1587498988),
(19, 2, 18, 1587499334),
(22, 1, 167, 1605058148),
(23, 1, 164, 1605058792),
(24, 1, 154, 1605058910),
(26, 1, 179, 1643104332),
(27, 1, 180, 1643105350),
(28, 1, 155, 1643105538),
(29, 1, 11, 1643105655),
(30, 1, 125, 1643105666),
(31, 1, 181, 1643106555),
(32, 1, 145, 1643106589),
(33, 1, 182, 1643111058),
(34, 4, 182, 1643271139),
(35, 4, 179, 1643271298),
(36, 4, 180, 1643271492),
(37, 4, 125, 1643271494),
(38, 4, 183, 1643273175),
(39, 1, 183, 1649494913),
(40, 1, 158, 1652510795);

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

--
-- Table structure for table `langs`
--

CREATE TABLE `langs` (
  `id` int(11) NOT NULL,
  `lang_key` varchar(160) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `type` varchar(100) NOT NULL DEFAULT '',
  `english` text DEFAULT NULL,
  `arabic` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `dutch` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `french` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `german` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `russian` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `spanish` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `turkish` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `langs`
--

INSERT INTO `langs` (`id`, `lang_key`, `type`, `english`, `arabic`, `dutch`, `french`, `german`, `russian`, `spanish`, `turkish`) VALUES
(1, 'login', '', 'Login', 'تسجيل الدخول', 'Log in', 'S\'identifier', 'Anmeldung', 'Авторизоваться', 'Iniciar sesión', 'Oturum aç'),
(2, 'search_keyword', '', 'Search for videos', 'البحث عن مقاطع الفيديو', 'Zoek naar video\'s', 'Rechercher des vidéos', 'Suche nach Videos', 'Поиск видео', 'Buscar videos', 'Videoları arayın'),
(3, 'register', '', 'Register', 'تسجيل', 'Registreren', 'registre', 'Neu registrieren', 'регистр', 'Registro', 'Kayıt olmak'),
(4, 'invalid_request', '', 'Invalid request', 'طلب غير صالح', 'Ongeldig verzoek', 'Requête invalide', 'Ungültige Anfrage', 'Неверный запрос', 'Solicitud no válida', 'Geçersiz istek'),
(5, 'please_check_details', '', 'Please check the details', 'يرجى التحقق من التفاصيل', 'Controleer de details', 'Vérifiez les détails', 'Bitte überprüfen Sie die Details', 'Пожалуйста, проверьте детали', 'Por favor verifique los detalles', 'Lütfen ayrıntıları kontrol edin'),
(6, 'email_sent', '', 'E-mail sent successfully', 'تم إرسال البريد الإلكتروني بنجاح', 'E-mail is succesvol verzonden', 'E-mail envoyé avec succès', 'Email wurde erfolgreich Versendet', 'Письмо успешно отправлено', 'E-mail enviado correctamente', 'E-posta başarıyla gönderildi'),
(7, 'email_not_exist', '', 'E-mail not exist', 'البريد الإلكتروني غير موجود', 'E-mail bestaat niet', 'E-mail n\'existe pas', 'E-Mail existiert nicht', 'Электронная почта не существует', 'E-mail no existe', 'E-posta yok'),
(8, 'reset_password', '', 'Reset Password', 'إعادة تعيين كلمة المرور', 'Wachtwoord opnieuw instellen', 'réinitialiser le mot de passe', 'Passwort zurücksetzen', 'Сброс пароля', 'Restablecer la contraseña', 'Şifreyi yenile'),
(9, 'account_is_not_active', '', 'Your account is not active yet, please confirm your E-mail.', 'حسابك غير نشط حتى الآن، يرجى تأكيد بريدك الإلكتروني.', 'Uw account is nog niet actief, bevestig alstublieft uw e-mail.', 'Votre compte n\'est pas encore actif, confirmez votre e-mail.', 'Ihr Konto ist noch nicht aktiv, bitte bestätigen Sie Ihre E-Mail.', 'Ваша учетная запись еще не активирована, пожалуйста, подтвердите свой E-mail.', 'Su cuenta aún no está activa, por favor confirme su E-mail.', 'Hesabınız henüz aktif değil, lütfen e-postanızı onaylayın.'),
(10, 'resend_email', '', 'Resend E-mail', 'إعادة إرسال البريد الإلكتروني', 'Email opnieuw verzenden', 'Ré-envoyer l\'email', 'E-Mail zurücksenden', 'Повторно отправить E-mail', 'Reenviar email', 'Elektronik postayı tekrar gönder'),
(11, 'invalid_username_or_password', '', 'Invalid username or password', 'خطأ في اسم المستخدم أو كلمة مرور', 'ongeldige gebruikersnaam of wachtwoord', 'Nom d\'utilisateur ou mot de passe invalide', 'ungültiger Benutzername oder Passwort', 'неправильное имя пользователя или пароль', 'usuario o contraseña invalido', 'Geçersiz kullanıcı adı veya şifre'),
(12, 'gender', '', 'Gender', 'جنس', 'Geslacht', 'Le genre', 'Geschlecht', 'Пол', 'Género', 'Cinsiyet'),
(13, 'gender_is_invalid', '', 'Gender is invalid', 'الجنس غير صالح', 'Geslacht is ongeldig', 'Le sexe n\'est pas valable', 'Geschlecht ist ungültig', 'Пол недействителен', 'Género no válido', 'Cinsiyet geçersiz'),
(14, 'country', '', 'Country', 'بلد', 'land', 'Pays', 'Land', 'Страна', 'País', 'ülke'),
(15, 'username_is_taken', '', 'Username is taken', 'اسم المستخدم ماخوذ', 'Gebruikersnaam is in gebruik', 'Le nom d\'utilisateur est pris', 'Benutzername ist vergeben', 'Имя пользователя', 'El nombre de usuario se ha tomado', 'kullanıcı adı alınmış'),
(16, 'username_characters_length', '', 'Username must be between 5 / 32', 'يجب أن يكون اسم المستخدم بين 5/32', 'Gebruikersnaam moet tussen 5/32 zijn', 'Le nom d\'utilisateur doit être compris entre 5/32', 'Benutzername muss zwischen 5/32 liegen', 'Имя пользователя должно быть от 5/32', 'El nombre de usuario debe estar entre 5/32', 'Kullanıcı adı 5/32 arasında olmalıdır'),
(17, 'username_invalid_characters', '', 'Invalid username characters', 'أحرف اسم المستخدم غير صالحة', 'Ongeldige gebruikersnaam karakters', 'Caractères d\'identifiant non valides', 'Ungültige Benutzernamen', 'Неверные символы имени пользователя', 'Caracteres de usuario no válidos', 'Geçersiz kullanıcı adı karakterleri'),
(18, 'email_exists', '', 'This e-mail is already in use', 'هذا البريد استخدم من قبل', 'Deze email is al in gebruik', 'Cet e-mail est déjà utilisée', 'Diese E-Mail-Adresse wird schon verwendet', 'Этот электронный адрес уже используется', 'Este correo electrónico ya está en uso', 'Bu e-posta zaten kullanılıyor'),
(19, 'email_invalid_characters', '', 'E-mail is invalid', 'البريد الإلكتروني غير صالح', 'Email is ongeldig', 'Le courriel est invalide', 'E-Mail ist ungültig', 'Недействительный адрес электронной почты', 'El correo electrónico es invalido', 'E-posta geçersiz'),
(20, 'password_not_match', '', 'Password not match', 'كلمة المرور غير متطابقة', 'Wachtwoord niet overeenkomen', 'Le mot de passe ne correspond pas', 'Passwort nicht übereinstimmen', 'Пароль не соответствует', 'La contraseña no coincide', 'Şifre eşleşmiyor'),
(21, 'password_is_short', '', 'Password is too short', 'كلمة المرور قصيرة جدا', 'Wachtwoord is te kort', 'Le mot de passe est trop court', 'Das Passwort ist zu kurz', 'Пароль слишком короткий', 'La contraseña es demasiado corta', 'Şifre çok kısa'),
(22, 'reCaptcha_error', '', 'Please Check the re-captcha.', 'يرجى التحقق من إعادة كابتشا.', 'Controleer alstublieft de re-captcha.', 'Vérifiez le re-captcha.', 'Bitte überprüfen Sie das Re-Captcha.', 'Проверьте перехват.', 'Por favor, compruebe la re-captcha.', 'Lütfen yeniden captcha\'yı kontrol edin.'),
(23, 'successfully_joined_desc', '', 'Registration successful! We have sent you an email, Please check your inbox/spam to verify your account.', 'التسجيل بنجاح! لقد أرسلنا إليك رسالة إلكترونية، يرجى التحقق من البريد الوارد / الرسائل غير المرغوب فيها للتحقق من حسابك.', 'Registratie gelukt! Wij hebben u een email gestuurd, Controleer uw inbox / spam om uw account te verifiëren.', 'Inscription réussi! Nous vous avons envoyé un courriel, vérifiez votre boîte de réception / spam pour vérifier votre compte.', 'Registrierung erfolgreich! Wir haben Ihnen eine E-Mail geschickt, bitte überprüfen Sie Ihren Posteingang / Spam, um Ihr Konto zu bestätigen.', 'Регистрация прошла успешно! Мы отправили вам электронное письмо. Пожалуйста, проверьте свой почтовый ящик / спам, чтобы подтвердить свою учетную запись.', '¡Registro exitoso! Te hemos enviado un correo electrónico, verifica tu bandeja de entrada / spam para verificar tu cuenta.', 'Kayıt başarılı! Size bir e-posta gönderdik. Hesabınızı doğrulamak için lütfen gelen kutunuzu / spam\'inizi kontrol edin.'),
(24, 'change_password', '', 'Change Password', 'تغيير كلمة السر', 'Verander wachtwoord', 'Changer le mot de passe', 'Passwort ändern', 'Изменить пароль', 'Cambia la contraseña', 'Şifre değiştir'),
(25, '404_desc', '', 'The page you were looking for doesn\'t exist.', 'الصفحة التي كنت تبحث عنها غير موجودة.', 'De pagina die u zocht, bestaat niet.', 'La page que vous recherchiez n\'existe pas.', 'Die Seite, die Sie gesucht haben, existiert nicht.', 'Страница, которую вы искали, не существует.', 'La página que buscabas no existe.', 'Aradığınız sayfa mevcut değil.'),
(26, '404_title', '', '404, page not found', '404، لم يتم العثور على الصفحة', '404 pagina niet gevonden', '404 Page non trouvée', '404 Seite nicht gefunden', '404 Страница не найдена', '404 Pagina no encontrada', '404 Sayfa Bulunamadı'),
(27, 'your_email_address', '', 'Your E-mail address', 'عنوان بريدك  الإلكتروني', 'Jouw e-mailadres', 'Votre adresse email', 'Deine Emailadresse', 'Ваш адрес электронной почты', 'Tu correo electrónico', 'E'),
(28, 'request_new_password', '', 'Request new password', 'طلب كلمة مرور جديدة', 'Vraag nieuw wachtwoord aan', 'Demander un nouveau mot de passe', 'Fordere ein neues Passwort an', 'Запросить новый пароль', 'Pide nueva contraseña', 'yeni şifre isteği'),
(29, 'got_your_password', '', 'Got your password?', 'هل حصلت على كلمة المرور؟', 'Heb je je wachtwoord ontvangen?', 'Vous avez votre mot de passe?', 'Haben Sie Ihr Passwort?', 'Получил пароль?', '¿Tienes tu contraseña?', 'Şifreniz var mı?'),
(30, 'login_', '', 'Log In', 'تسجيل الدخول', 'Log in', 'S\'identifier', 'Einloggen', 'Авторизоваться', 'Iniciar sesión', 'Oturum aç'),
(31, 'please_wait', '', 'Please wait..', 'أرجو الإنتظار..', 'Even geduld aub..', 'S\'il vous plaît, attendez..', 'Warten Sie mal..', 'Пожалуйста, подождите..', 'Por favor espera..', 'Lütfen bekle..'),
(32, 'welcome_back', '', 'Welcome back!', 'مرحبا بعودتك!', 'Welkom terug!', 'Nous saluons le retour!', 'Willkommen zurück!', 'Добро пожаловать!', '¡Dar una buena acogida!', 'Tekrar hoşgeldiniz!'),
(33, 'username', '', 'Username', 'اسم المستخدم', 'Gebruikersnaam', 'Nom d\'utilisateur', 'Benutzername', 'имя пользователя', 'Nombre de usuario', 'Kullanıcı adı'),
(34, 'password', '', 'Password', 'كلمه السر', 'Wachtwoord', 'Mot de passe', 'Passwort', 'пароль', 'Contraseña', 'Parola'),
(35, 'forgot_your_password', '', 'Forgot your password?', 'نسيت رقمك السري؟', 'Je wachtwoord vergeten?', 'Mot de passe oublié?', 'Haben Sie Ihr Passwort vergessen?', 'Забыли пароль?', '¿Olvidaste tu contraseña?', 'Parolanızı mı unuttunuz?'),
(36, 'sign_up', '', 'Sign Up!', 'سجل!', 'Aanmelden!', 'S\'inscrire!', 'Anmelden!', 'Зарегистрироваться!', '¡Regístrate!', 'Kaydol!'),
(37, 'new_here', '', 'New here?', 'جديد هنا؟', 'Nieuw hier?', 'Nouveau ici?', 'Neu hier?', 'Новенький тут?', '¿Nuevo aquí?', 'Burada yeni?'),
(38, 'lets_get_started', '', 'Let\'s get started!', 'هيا بنا نبدأ!', 'Laten we beginnen!', 'Commençons!', 'Lass uns anfangen!', 'Давайте начнем!', '¡Empecemos!', 'Başlayalım!'),
(39, 'email_address', '', 'E-mail address', 'عنوان البريد الإلكتروني', 'E-mailadres', 'Adresse e-mail', 'E-Mail-Addresse', 'Адрес электронной почты', 'Dirección de correo electrónico', 'E'),
(40, 'confirm_password', '', 'Confirm Password', 'تأكيد كلمة المرور', 'bevestig wachtwoord', 'Confirmez le mot de passe', 'Bestätige das Passwort', 'Подтвердите Пароль', 'Confirmar contraseña', 'Şifreyi Onayla'),
(41, 'male', '', 'Male', 'الذكر', 'Mannetje', 'Mâle', 'Männlich', 'мужчина', 'Masculino', 'Erkek'),
(42, 'female', '', 'Female', 'إناثا', 'Vrouw', 'Femelle', 'Weiblich', 'женский', 'Hembra', 'Kadın'),
(43, 'already_have_account', '', 'Already have an account?', 'هل لديك حساب بالفعل؟', 'Heeft u al een account?', 'Vous avez déjà un compte?', 'Hast du schon ein Konto?', 'У вас уже есть учетная запись?', '¿Ya tienes una cuenta?', 'Zaten hesabınız var mı?'),
(44, 'home', '', 'Home', 'الصفحة الرئيسية', 'Huis', 'Accueil', 'Zuhause', 'Главная', 'Casa', 'Ev'),
(45, 'upload', '', 'Upload', 'تحميل', 'Uploaden', 'Télécharger', 'Hochladen', 'Загрузить', 'Subir', 'Yükleme'),
(46, 'terms_of_use', '', 'Terms of use', 'تعليمات الاستخدام', 'Gebruiksvoorwaarden', 'Conditions d\'utilisation', 'Nutzungsbedingungen', 'Условия эксплуатации', 'Términos de Uso', 'Kullanım Şartları'),
(47, 'privacy_policy', '', 'Privacy Policy', 'سياسة الخصوصية', 'Privacybeleid', 'Politique de confidentialité', 'Datenschutz-Bestimmungen', 'политика конфиденциальности', 'Política de privacidad', 'Gizlilik Politikası'),
(48, 'about_us', '', 'About us', 'معلومات عنا', 'Over ons', 'À propos de nous', 'Über uns', 'О нас', 'Sobre nosotros', 'Hakkımızda'),
(49, 'language', '', 'Language', 'لغة', 'Taal', 'La langue', 'Sprache', 'язык', 'Idioma', 'Dil'),
(50, 'copyright', '', 'Copyright © {{DATE}} {{CONFIG name}}. All rights reserved.', 'حقوق الطبع والنشر © {{DATE}} {{CONFIG name}}. كل الحقوق محفوظة.', 'Copyright © {{DATE}} {{CONFIG name}}. Alle rechten voorbehouden.', 'Copyright © {{DATE}} {{CONFIG name}}. Tous les droits sont réservés.', 'Copyright © {{DATE}} {{CONFIG name}}. Alle Rechte vorbehalten.', 'Copyright © {{DATE}} {{CONFIG name}}. Все права защищены.', 'Copyright © {{DATE}} {{CONFIG name}}. Todos los derechos reservados.', 'Telif Hakkı © {{DATE}} {{CONFIG name}}. Her hakkı saklıdır.'),
(51, 'profile', '', 'Profile', 'الملف الشخصي', 'Profiel', 'Profil', 'Profil', 'Профиль', 'Perfil', 'Profil'),
(52, 'edit', '', 'Edit', 'تصحيح', 'Bewerk', 'modifier', 'Bearbeiten', 'редактировать', 'Editar', 'Düzenleme'),
(53, 'settings', '', 'Settings', 'إعدادات', 'instellingen', 'Paramètres', 'Einstellungen', 'настройки', 'Ajustes', 'Ayarlar'),
(54, 'log_out', '', 'Log out', 'الخروج', 'Uitloggen', 'Connectez - Out', 'Ausloggen', 'Выйти', 'Cerrar sesión', 'Çıkış Yap'),
(55, 'featured_video', '', 'Featured video', 'فيديو متميز', 'Aanbevolen video', 'Vidéo en vedette', 'Empfohlenes Video', 'Продвигаемое Видео', 'Vídeo destacado', 'Öne çıkan video'),
(56, 'subscribe', '', 'Subscribe', 'الاشتراك', 'abonneren', 'Souscrire', 'Abonnieren', 'Подписывайся', 'Suscribir', 'Abone ol'),
(57, 'views', '', 'Views', 'المشاهدات', 'Bekeken', 'Vues', 'Ansichten', 'Просмотры', 'vistas', 'Görünümler'),
(58, 'save', '', 'Save', 'حفظ', 'Save', 'sauvegarder', 'sparen', 'Сохранить', 'Salvar', 'Kayıt etmek'),
(59, 'share', '', 'Share', 'شارك', 'Delen', 'Partager', 'Aktie', 'Поделиться', 'Compartir', 'Pay'),
(60, 'embed', '', 'Embed', 'تضمين', 'insluiten', 'Intégrer', 'Einbetten', 'встраивать', 'Empotrar', 'gömmek'),
(61, 'report', '', 'Report', 'أبلغ عن', 'Rapportere', 'rapport', 'Bericht', 'Отчет', 'Informe', 'Rapor'),
(62, 'published_on', '', 'Published on ', 'نشرت في', 'gepubliceerd op', 'Publié le', 'Veröffentlicht auf', 'Опубликован в', 'Publicado en', 'yayınlandı'),
(63, 'in', '', 'In', 'في', 'In', 'Dans', 'Im', 'В', 'En', 'İçinde'),
(64, 'top_videos', '', 'Top videos', 'أهم مقاطع الفيديو', 'Top video\'s', 'Top videos', 'Top Videos', 'Лучшие видеоролики', 'Los mejores videos', 'En iyi videolar'),
(65, 'trending', '', 'Trending', 'الشائع', 'Trending', 'Tendances', 'Trending', 'Trending', 'Tendencias', 'Trend'),
(66, 'explore_more', '', 'Explore more', 'استكشاف المزيد', 'Ontdek meer', 'Explorez plus', 'Erkunde mehr', 'Узнайте больше', 'Explora más', 'Daha fazla keşfedin'),
(67, 'year', '', 'year', 'عام', 'jaar', 'an', 'Jahr', 'год', 'año', 'yıl'),
(68, 'month', '', 'month', 'شهر', 'maand', 'mois', 'Monat', 'месяц', 'mes', 'ay'),
(69, 'day', '', 'day', 'يوم', 'dag', 'journée', 'Tag', 'день', 'día', 'gün'),
(70, 'hour', '', 'hour', 'ساعة', 'uur', 'heure', 'Stunde', 'час', 'hora', 'saat'),
(71, 'minute', '', 'minute', 'اللحظة', 'minuut', 'minute', 'Minute', 'минут', 'minuto', 'dakika'),
(72, 'second', '', 'second', 'ثانيا', 'tweede', 'seconde', 'zweite', 'второй', 'segundo', 'ikinci'),
(73, 'years', '', 'years', 'سنوات', 'jaar', 'années', 'Jahre', 'лет', 'años', 'yıl'),
(74, 'months', '', 'months', 'الشهور', 'maanden', 'mois', 'Monate', 'месяцы', 'meses', 'ay'),
(75, 'days', '', 'days', 'أيام', 'dagen', 'journées', 'Tage', 'дней', 'días', 'günler'),
(76, 'hours', '', 'hours', 'ساعات', 'uur', 'heures', 'Std.', 'часов', 'horas', 'saatler'),
(77, 'minutes', '', 'minutes', 'الدقائق', 'notulen', 'minutes', 'Protokoll', 'минут', 'minutos', 'dakika'),
(78, 'seconds', '', 'seconds', 'ثواني', 'seconden', 'secondes', 'Sekunden', 'секунд', 'segundos', 'saniye'),
(79, 'time_ago', '', 'ago', 'منذ', 'geleden', 'depuis', 'vor', 'тому назад', 'hace', 'önce'),
(80, 'url_not_supported', '', 'URL not supported.', 'عنوان ورل غير متوافق.', 'URL niet ondersteund.', 'URL non prise en charge.', 'URL wird nicht unterstützt.', 'URL не поддерживается.', 'URL no es compatible.', 'URL desteklenmiyor.'),
(81, 'no_more_comments', '', 'No more comments found', 'لم يتم العثور على مزيد من التعليقات', 'Er zijn nog geen reacties gevonden', 'Plus de commentaires ont été trouvés', 'Keine weiteren Kommentare gefunden', 'Больше комментариев не найдено', 'No se encontraron comentarios', 'Başka yorum bulunamadı'),
(82, 'video_not_found_please_try_again', '', 'Video not found, please refresh the page and try again.', 'لم يتم العثور على الفيديو، يرجى تحديث الصفحة وإعادة المحاولة.', 'Video niet gevonden, vernieuw de pagina en probeer het opnieuw.', 'Vidéo non trouvée, actualisez la page et réessayez.', 'Video nicht gefunden, bitte aktualisieren Sie die Seite und versuchen Sie es erneut.', 'Видео не найдено, обновите страницу и повторите попытку.', 'No se encontró el video, actualice la página e inténtelo de nuevo.', 'Video bulunamadı, lütfen sayfayı yenileyin ve tekrar deneyin.'),
(83, 'saved', '', 'Saved', 'حفظ', 'lagret', 'Enregistré', 'gespeichert', 'Сохраненный', 'guardado', 'kaydedilmiş'),
(84, 'no_comments_found', '', 'No comments found', 'لم يتم العثور على تعليقات', 'Geen reacties gevonden', 'Aucun commentaire trouvé', 'Keine Kommentare gefunden', 'Комментариев нет', 'No se encontraron comentarios', 'Hiçbir yorum bulunamadı'),
(85, 'import', '', 'Import', 'استيراد', 'Importeren', 'Importer', 'Einführen', 'Импортировать', 'Importar', 'İthalat'),
(86, 'import_new_video', '', 'Import new video', 'استيراد فيديو جديد', 'Nieuwe video importeren', 'Importer une nouvelle vidéo', 'Neues Video importieren', 'Импортировать новое видео', 'Importar nuevo video', 'Yeni video aktar'),
(87, 'video_url', '', 'Video URL', 'عنوان الفيديو', 'Video URL', 'URL de la vidéo', 'Video-URL', 'URL видео', 'URL del vídeo', 'Video URL\'si'),
(88, 'url_desc', '', 'YouTube, Dailymotion, Vimeo URLs', 'يوتيوب، دايليموتيون، فيميو عناوين المواقع', 'YouTube, Dailymotion, Vimeo URLs', 'YouTube, Dailymotion, URL de Vimeo', 'YouTube, Dailymotion, Vimeo URLs', 'URL-адреса YouTube, Dailymotion, Vimeo', 'URL de YouTube, Dailymotion, Vimeo', 'YouTube, Dailymotion, Vimeo URL\'leri'),
(89, 'fetch_Video', '', 'Fetch Video', 'جلب الفيديو', 'Haal video', 'Fetch Video', 'Video abrufen', 'Извлечение видео', 'Obtener video', 'Video getir'),
(90, 'video_title', '', 'Video Title', 'عنوان مقطع الفيديو', 'Video Titel', 'titre de la vidéo', 'Videotitel', 'Название видео', 'Titulo del Video', 'video başlığı'),
(91, 'video_title_help', '', 'Your video title, 2 - 55 characters', 'عنوان الفيديو، من 2 إلى 55 حرفا', 'Je videotitel, 2 - 55 tekens', 'Votre titre vidéo, 2 à 55 caractères', 'Ihr Videotitel, 2 - 55 Zeichen', 'Название вашего видео, 2 - 55 символов', 'Su título de vídeo, 2 - 55 caracteres', 'Video başlığınız, 2 - 55 karakter'),
(92, 'video_descritpion', '', 'Video Description', 'وصف الفيديو', 'video beschrijving', 'description de vidéo', 'Videobeschreibung', 'описание видео', 'Descripción del video', 'Video Açıklaması'),
(93, 'category', '', 'Category', 'فئة', 'categorie', 'Catégorie', 'Kategorie', 'категория', 'categoría', 'kategori'),
(94, 'tags', '', 'Tags', 'الكلمات', 'Tags', 'Mots clés', 'Tags', 'Теги', 'Etiquetas', 'Etiketler'),
(95, 'tags_help', '', 'Tags, seprated by comma', 'الكلمات، سيبراتد بواسطة فاصلة', 'Tags gescheiden door komma\'s', 'Tags, séparés par virgule', 'Tags, gefolgt von Komma', 'Теги, разделенные запятой', 'Etiquetas, seprated by comma', 'Etiketler, virgülle ayrılmış'),
(96, 'publish', '', 'Publish', 'نشر', 'Publiceren', 'Publier', 'Veröffentlichen', 'Публиковать', 'Publicar', 'yayınlamak'),
(97, 'upload_new_video', '', 'Upload new video', 'تحميل فيديو جديد', 'Nieuwe video uploaden', 'Télécharger une nouvelle vidéo', 'Neues Video hochladen', 'Загрузить новое видео', 'Subir nuevo video', 'Yeni video yükle'),
(98, 'choose_new_file', '', 'Choose video file..', 'اختيار ملف فيديو ..', 'Kies een videobestand ..', 'Choisissez le fichier vidéo ..', 'Videodatei auswählen', 'Выберите видеофайл.', 'Elige un archivo de video ..', 'Video dosyasını seçin ..'),
(99, 'thumbnail', '', 'Thumbnail', 'صورة مصغرة', 'thumbnail', 'La vignette', 'Miniaturansicht', 'Thumbnail', 'Miniatura', 'başparmak tırnağı'),
(100, 'successfully_uplaoded', '', 'successfully uploaded.', 'تم تحميلها بنجاح.', 'succesvol geüpload.', 'téléchargé avec succès.', 'erfolgreich hochgeladen', 'успешно загружен.', 'cargado con éxito.', 'başarıyla yüklendi.'),
(101, 'reply', '', 'Reply', 'الرد', 'Antwoord', 'Répondre', 'Antworten', 'Ответить', 'Respuesta', 'Cevap'),
(102, 'show_more', '', 'Show more', 'أظهر المزيد', 'Laat meer zien', 'Montre plus', 'Zeig mehr', 'Показать больше', 'Mostrar más', 'Daha fazla göster'),
(103, 'comments', '', 'Comments', 'تعليقات', 'Comments', 'commentaires', 'Bemerkungen', 'Комментарии', 'Comentarios', 'Yorumlar'),
(104, 'write_your_comment', '', 'Write your comment..', 'اكتب تعليقك ..', 'Schrijf je reactie ..', 'Écrivez votre commentaire ..', 'Schreiben Sie Ihren Kommentar ..', 'Написать комментарий ..', 'Escriba su comentario ..', 'Yorumunuzu yazın ..'),
(105, 'fb_comments', '', 'Facebook Comments', 'تعليقات الفيسبوك', 'Facebook Reacties', 'Commentaires de Facebook', 'Facebook Kommentare', 'Комментарии Facebook', 'Comentarios de Facebook', 'Facebook Yorumları'),
(106, 'related_videos', '', 'Related Videos', 'فيديوهات ذات علاقة', 'Relaterte videoer', 'Vidéos connexes', 'Ähnliche Videos', 'Похожие видео', 'Videos relacionados', 'İlgili videolar'),
(107, 'delete_confirmation', '', 'Are you sure you want to delete your comment?', 'هل تريد بالتأكيد حذف تعليقك؟', 'Weet u zeker dat u uw reactie wilt verwijderen?', 'Êtes-vous sûr de vouloir supprimer votre commentaire?', 'Bist du sicher, dass du deinen Kommentar löschen möchtest?', 'Вы уверены, что хотите удалить свой комментарий?', '¿Seguro que quieres eliminar tu comentario?', 'Yorumu silmek istediğinizden emin misiniz?'),
(108, 'subscribed', '', 'Subscribed', 'المشترك', 'geabonneerd', 'Souscrit', 'Gezeichnet', 'подписной', 'Suscrito', 'Abone'),
(109, 'no_videos_found_subs', '', 'No videos found, subscribe to get started!', 'لم يتم العثور على مقاطع فيديو، اشترك في الخطوات الأولى!', 'Geen video\'s gevonden, schrijf je in om te beginnen!', 'Aucune vidéo n\'a été trouvée, inscrivez-vous pour commencer!', 'Keine Videos gefunden, abonnieren, um loszulegen!', 'Видео не найдено, подписаться, чтобы начать работу!', 'No videos encontrados, suscríbase para empezar!', 'Hiçbir video bulunamadı, başlamak için abone olun!'),
(110, 'subscriptions', '', 'Subscriptions', 'الاشتراكات', 'abonnementen', 'Abonnements', 'Abonnements', 'Подписки', 'Suscripciones', 'Abonelikler'),
(111, 'no_videos_found_history', '', 'No videos found, watch to get started!', 'لم يتم العثور على مقاطع فيديو، يمكنك مشاهدة الخطوات الأولى!', 'Geen video\'s gevonden, kijk om te beginnen!', 'Aucune vidéo n\'a été trouvée, regardez pour commencer!', 'Keine Videos gefunden, schau, um loszulegen!', 'Видео не найдено, следите, чтобы начать!', 'No se han encontrado vídeos, ¡mira para empezar!', 'Hiçbir video bulunamadı, başlamak için izleyin!'),
(112, 'history', '', 'History', 'التاريخ', 'Geschiedenis', 'Histoire', 'Geschichte', 'история', 'Historia', 'tarih'),
(113, 'no_videos_found_liked', '', 'No videos found, like to get started!', 'لم يتم العثور على مقاطع فيديو، مثل البدء!', 'Geen video\'s gevonden, graag aan de slag!', 'Aucune vidéo trouvée, n\'aime la mise en route!', 'Keine Videos gefunden, wie los!', 'Видео не найдено, как начать!', 'No se han encontrado vídeos, ¡como para empezar!', 'Hiçbir video bulunamadı, başlamak gibi!'),
(114, 'liked_videos', '', 'Liked videos', 'أعجبت مقاطع الفيديو', 'Verwachte video\'s', 'Vidéos aimées', 'Mochte Videos', 'Понравившиеся видео', 'Videos que me gustaron', 'Beğenilen videolar'),
(115, 'latest_videos', '', 'Latest videos', 'أحدث مقاطع الفيديو', 'Laatste video\'s', 'Dernières vidéos', 'Neueste Videos', 'Последние видео', 'Últimos vidéos', 'En yeni videolar'),
(116, 'no_videos_found_for_now', '', 'No videos found for now!', 'لم يتم العثور على مقاطع فيديو في الوقت الحالي!', 'Er zijn nog geen video\'s gevonden!', 'Aucune vidéo trouvée pour l\'instant!', 'Bisher keine Videos gefunden!', 'Видео не найдено пока!', 'No se encontraron videos por ahora!', 'Şuan için bir video bulunamadı!'),
(117, 'no_more_videos_to_show', '', 'No more videos to show', 'لا مزيد من مقاطع الفيديو المراد عرضها', 'Nog geen video\'s om te laten zien', 'Plus de vidéos à afficher', 'Keine Videos mehr zu zeigen', 'Больше нет видео для показа', 'No hay más videos para mostrar', 'Gösterilecek daha fazla video yok'),
(118, 'categories', '', 'Categories', 'الاقسام', 'Categorieën', 'Catégories', 'Kategorien', 'категории', 'Categorías', 'Kategoriler'),
(119, 'video_already_exist', '', 'Video is already exist', 'الفيديو موجود من قبل', 'Video bestaat al', 'La vidéo existe déjà', 'Video ist bereits vorhanden', 'Видео уже существует', 'El video ya existe', 'Video zaten var'),
(120, 'video_saved', '', 'Video successfully updated', 'تم تحديث الفيديو بنجاح', 'Video is succesvol bijgewerkt', 'Vidéo mise à jour avec succès', 'Video erfolgreich aktualisiert', 'Видео успешно обновлено', 'Video actualizado correctamente', 'Video başarıyla güncellendi'),
(121, 'manage_videos', '', 'Manage Videos', 'إدارة مقاطع الفيديو', 'Beheer video\'s', 'Gérer les vidéos', 'Videos verwalten', 'Управление видео', 'Administrar vídeos', 'Videoları Yönet'),
(122, 'search', '', 'Search', 'بحث', 'Zoeken', 'Chercher', 'Suche', 'Поиск', 'Buscar', 'Arama'),
(123, 'manage', '', 'Manage', 'يدير', 'beheren', 'Gérer', 'Verwalten', 'управлять', 'Gestionar', 'yönetme'),
(124, 'edit_video', '', 'Edit video', 'تحرير الفيديو', 'Bewerk video', 'Éditer vidéo', 'Video bearbeiten', 'Редактировать видео', 'Editar video', 'Videoyu düzenle'),
(125, 'delete_video_confirmation', '', 'Are you sure you want to delete this video? This action can\'t be undo', 'هل تريد بالتأكيد حذف هذا الفيديو؟ لا يمكن التراجع عن هذا الإجراء', 'Weet u zeker dat u deze video wilt verwijderen? Deze actie kan niet worden ongedaan gemaakt', 'Êtes-vous sûr de vouloir supprimer cette vidéo? Cette action ne peut pas annuler', 'Sind Sie sicher, dass Sie dieses Video löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden', 'Вы действительно хотите удалить это видео? Это действие не может быть отменено', '¿Seguro que quieres eliminar este video? No se puede deshacer esta acción', 'Bu videoyu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz'),
(126, 'manage_my_videos', '', 'Manage My Videos', 'إدارة مقاطع الفيديو الخاصة بي', 'Beheer mijn video\'s', 'Gérer mes vidéos', 'Verwalten Sie meine Videos', 'Управление видео', 'Administrar mis videos', 'Videolarımı Yönet'),
(127, 'delete_videos', '', 'Delete video', 'حذف الفيديو', 'Video verwijderen', 'Supprimer la vidéo', 'Video löschen', 'Удалить видео', 'Eliminar vídeo', 'Videoyu sil'),
(128, 'search_results', '', 'Search Results', 'نتائج البحث', 'Zoekresultaten', 'Résultats de la recherche', 'Suchergebnisse', 'результаты поиска', 'Resultados de la búsqueda', 'arama sonuçları'),
(129, 'status', '', 'Status', 'وضع', 'staat', 'Statut', 'Status', 'статус', 'estatus', 'durum'),
(130, 'active', '', 'Active', 'نشيط', 'Actief', 'actif', 'Aktiv', 'активный', 'Activo', 'Aktif'),
(131, 'inactive', '', 'Inactive', 'غير نشط', 'Inactief', 'Inactif', 'Inaktiv', 'Неактивный', 'Inactivo', 'etkisiz'),
(132, 'type', '', 'Type', 'اكتب', 'Type', 'Type', 'Art', 'Тип', 'Tipo', 'tip'),
(133, 'user', '', 'User', 'المستعمل', 'Gebruiker', 'Utilisateur', 'Benutzer', 'пользователь', 'Usuario', 'kullanıcı'),
(134, 'admin', '', 'Admin', 'مشرف', 'beheerder', 'Admin', 'Administrator', 'Администратор', 'Administración', 'yönetim'),
(135, 'verification', '', 'Verification', 'التحقق', 'Verificatie', 'Vérification', 'Überprüfung', 'верификация', 'Verificación', 'Doğrulama'),
(136, 'verified', '', 'Verified', 'التحقق', 'geverifieerd', 'Vérifié', 'Verifiziert', 'проверенный', 'Verificado', 'Doğrulanmış'),
(137, 'not_verified', '', 'Not verified', 'لم يتم التحقق منه', 'niet geverifieerd', 'non vérifié', 'Nicht verifiziert', 'не подтверждено', 'No verificado', 'Doğrulanmadı'),
(138, 'setting_updated', '', 'Settings successfully updated!', 'تم تحديث الإعدادات بنجاح!', 'Instellingen succesvol bijgewerkt!', 'Les paramètres ont été mis à jour avec succès!', 'Einstellungen erfolgreich aktualisiert!', 'Настройки успешно обновлены!', 'Configuración actualizada con éxito!', 'Ayarlar başarıyla güncellendi!'),
(139, 'first_name', '', 'First Name', 'الاسم الاول', 'Voornaam', 'Prénom', 'Vorname', 'Имя', 'Nombre de pila', 'İsim'),
(140, 'last_name', '', 'Last Name', 'الكنية', 'Achternaam', 'Nom de famille', 'Familienname, Nachname', 'Фамилия', 'Apellido', 'Soyadı'),
(141, 'about_profile', '', 'About', 'حول', 'Over', 'Sur', 'Über', 'Около', 'Acerca de', 'hakkında'),
(142, 'facebook', '', 'Facebook', 'فيس بوك', 'Facebook', 'Facebook', 'Facebook', 'facebook', 'Facebook', 'Facebook'),
(143, 'google_plus', '', 'Google+', 'في + Google', 'Google+', 'Google+', 'Google+', 'Google+', 'Google+', 'Google+'),
(144, 'twitter', '', 'Twitter', 'تغريد', 'tjilpen', 'Gazouillement', 'Twitter', 'щебет', 'Gorjeo', 'heyecan'),
(145, 'current_password', '', 'Current Passowrd', 'باسورد الحالي', 'Huidige Passowrd', 'Passowrd actuel', 'Aktuelles Passowrd', 'Текущий Passowrd', 'Passowrd actual', 'Geçerli Geçiş'),
(146, 'new_password', '', 'New Passowrd', 'جديد باسورد', 'Nieuwe Passowrd', 'New Passowrd', 'Neue Passowrd', 'Новый Passowrd', 'Nuevo pasatiempo', 'Yeni Passowrd'),
(147, 'confirm_new_password', '', 'Confirm new password', 'تأكيد كلمة المرور الجديدة', 'Bevestig nieuw wachtwoord', 'Confirmer le nouveau mot de passe', 'Bestätige neues Passwort', 'Подтвердите новый пароль', 'Confirmar nueva contraseña', 'Yeni şifreyi onayla'),
(148, 'current_password_dont_match', '', 'Current password doesn\'t match.', 'كلمة المرور الحالية غير متطابقة.', 'Huidig ​​wachtwoord komt niet overeen.', 'Le mot de passe actuel ne correspond pas.', 'Aktuelles Passwort stimmt nicht überein.', 'Текущий пароль не соответствует.', 'La contraseña actual no coincide.', 'Geçerli şifre uyuşmuyor.'),
(149, 'new_password_dont_match', '', 'New password doesn\'t match.', 'كلمة المرور الجديدة غير متطابقة.', 'Nieuw wachtwoord komt niet overeen.', 'Le nouveau mot de passe ne correspond pas.', 'Neues Passwort stimmt nicht überein.', 'Новый пароль не соответствует.', 'La nueva contraseña no coincide.', 'Yeni şifre uyuşmuyor.'),
(150, 'avatar', '', 'Avatar', 'الصورة الرمزية', 'avatar', 'Avatar', 'Benutzerbild', 'Аватар', 'Avatar', 'Avatar'),
(151, 'cover', '', 'Cover', 'غطاء، يغطي', 'deksel', 'Couverture', 'Abdeckung', 'Обложка', 'Cubrir', 'kapak'),
(152, 'your_account_was_deleted', '', 'Your account was deleted', 'تم حذف حسابك', 'Uw account is verwijderd', 'Votre compte a été supprimé', 'Ihr Konto wurde gelöscht', 'Ваша учетная запись была удалена', 'Se ha eliminado tu cuenta.', 'Hesabınız silindi'),
(153, 'avatar_and_cover', '', 'Avatar & Cover', 'الصورة الرمزية والغطاء', 'Avatar & Cover', 'Avatar et couverture', 'Avatar & Cover', 'Аватар & Cover', 'Avatar y portada', 'Avatar & Kapak'),
(154, 'general', '', 'General', 'جنرال لواء', 'Algemeen', 'Général', 'General', 'Генеральная', 'General', 'Genel'),
(155, 'delete_account', '', 'Delete account', 'حذف الحساب', 'Account verwijderen', 'Supprimer le compte', 'Konto löschen', 'Удалить аккаунт', 'Borrar cuenta', 'Hesabı sil'),
(156, 'general_settings', '', 'General Settings', 'الاعدادات العامة', 'Algemene instellingen', 'réglages généraux', 'Allgemeine Einstellungen', 'общие настройки', 'Configuración general', 'Genel Ayarlar'),
(157, 'password_settings', '', 'Password Settings', 'إعدادات كلمة المرور', 'Wachtwoordinstellingen', 'Paramètres du mot de passe', 'Kennworteinstellungen', 'Настройки пароля', 'Configuración de la contraseña', 'Şifre Ayarları'),
(158, 'profile_settings', '', 'Profile Settings', 'إعدادات الملف الشخصي', 'Profielinstellingen', 'Paramètres de profil', 'Profileinstellungen', 'Настройки профиля', 'Configuración de perfil', 'Profil ayarları'),
(159, 'videos', '', 'Videos', 'أشرطة فيديو', 'Videos', 'Vidéos', 'Videos', 'Видео', 'Videos', 'Videolar'),
(160, 'up_next', '', 'Up next', 'التالي', 'Volgende', 'Suivant', 'Als nächstes', 'Следующий', 'Hasta la próxima', 'Bir sonraki'),
(161, 'autoplay', '', 'Autoplay', 'تشغيل تلقائي', 'Automatisch afspelen', 'Lecture automatique', 'Automatisches Abspielen', 'Автовоспроизведение', 'Auto reproducción', 'Otomatik oynatma'),
(162, 'featured', '', 'Featured', 'متميز', 'Uitgelicht', 'En vedette', 'Vorgestellt', 'Рекомендуемые', 'Destacados', 'Öne çıkan'),
(163, 'saved_videos', '', 'Saved Videos', 'مقاطع الفيديو المحفوظة', 'Opgeslagen video\'s', 'Vidéos sauvegardées', 'Gespeicherte Videos', 'Сохраненные видео', 'Videos guardados', 'Kaydedilen Videolar'),
(164, 'my_channel', '', 'My Channel', 'قناتي', 'Mijn kanaal', 'Ma chaîne', 'Mein Kanal', 'Мой канал', 'Mi canal', 'Benim kanalım'),
(165, 'add_to', '', 'Add to', 'إضافة إلى', 'Legg til i', 'Ajouter à', 'Hinzufügen zu', 'Добавить в', 'Agregar a', 'Ekle'),
(166, 'add_to_pl', '', 'Add to playlist', 'إضافة إلى قائمة التشغيل', 'Legg til i spilleliste', 'Ajouter à la playlist', 'Zu Playlist hinzufügen', 'Добавить в плейлист', 'Agregar a lista de reproducción', 'Çalma listesine ekle'),
(167, 'create_new', '', 'Create new', 'إنشاء جديد', 'Opprett ny', 'Créer un nouveau', 'Neu erstellen', 'Создать новый', 'Crear nuevo', 'Yeni oluştur'),
(168, 'close', '', 'Close', 'قريب', 'Lukk', 'Fermer', 'Schließen', 'Закрыть', 'cerca', 'yakın'),
(169, 'removed_from', '', 'Removed from', 'تمت الإزالة من', 'Fjernet fra', 'Retiré de', 'Entfernt von', 'Удалено из', 'Eliminado de', 'Kaldırıldı'),
(170, 'added_to', '', 'Added to', 'تمت الإضافة إلى', 'Lagt til', 'Ajouté à', 'Hinzugefügt zu', 'Добавлено в', 'Agregado a', 'Eklendi'),
(171, 'create_new_pl', '', 'Create new playlist', 'إنشاء قائمة تشغيل جديدة', 'Opprett ny spilleliste', 'Créer une nouvelle playlist', 'Neue Playlist erstellen', 'Создать новый плейлист', 'Crear nueva lista de reproducción', 'Yeni çalma listesi oluştur'),
(172, 'pl_name', '', 'Playlist name', 'اسم قائمة التشغيل', 'Spilleliste navn', 'Nom de la liste de lecture', 'Playlist-Name', 'Название плейлиста', 'Nombre de la lista de reproducción', 'Çalma listesi adı'),
(173, 'privacy', '', 'Privacy', 'خصوصية', 'personvern', 'Confidentialité', 'Privatsphäre', 'Приватность', 'intimidad', 'gizlilik'),
(174, 'description', '', 'Description', 'وصف', 'beschrijving', 'Description', 'Beschreibung', 'Описание', 'descripción', 'tanım'),
(175, 'create', '', 'Create', 'خلق', 'Opprett', 'Créer', 'Erstellen', 'создать', 'crear', 'oluşturmak'),
(176, 'cancel', '', 'Cancel', 'إلغاء', 'Avbryt', 'Annuler', 'Abbrechen', 'отменить', 'cancelar', 'iptal'),
(177, 'pl_name_required', '', 'Play list name is required.', 'اسم قائمة التشغيل مطلوب.', 'Spillelistenavn er nødvendig.', 'Le nom de la liste de lecture est requis.', 'Der Name der Wiedergabeliste ist erforderlich.', 'Введите имя плейлиста', 'Se requiere el nombre de la lista de reproducción.', 'Çalma listesi adı gerekiyor.'),
(178, 'play_lists', '', 'PlayLists', 'قوائم التشغيل', 'spillelister', 'PlayLists', 'PlayLists', 'плейлисты', 'las listas de reproducción', 'çalma'),
(179, 'delete', '', 'Delete', 'حذف', 'Slett', 'Supprimer', 'Löschen', 'удалять', 'borrar', 'silmek'),
(180, 'confirmation', '', 'Confirmation!', 'تأكيد!', 'Bekreftelse!', 'Confirmation!', 'Bestätigung!', 'Подтверждение!', 'Confirmación!', 'Onay!'),
(181, 'confirm_delist', '', 'Are you sure you want to delete this PlayList?', 'هل تريد بالتأكيد حذف قائمة التشغيل هذه؟', 'Er du sikker på at du vil slette denne PlayList?', 'Êtes-vous sûr de vouloir supprimer cette PlayList?', 'Möchten Sie diese PlayList wirklich löschen?', 'Вы действительно хотите удалить этот список воспроизведения?', '¿Estás seguro de que quieres eliminar esta PlayList?', 'Bu Oynatma Listesini silmek istediğinizden emin misiniz?'),
(182, 'yes_del', '', 'Yes,delete it!', 'نعم، حذفه!', 'Ja, slett det!', 'Oui, supprimez-le!', 'Ja, löschen Sie es!', 'Да, удалите его!', 'Sí, ¡bórralo!', 'Evet, sil şunu!'),
(183, 'deleted', '', 'Deleted!', 'حذف!', 'Slettet!', 'Supprimé!', 'Gelöscht!', 'Удаляется!', 'Borrado!', 'Silinen!'),
(184, 'was_deleted', '', 'has been deleted!', 'تم حذف!', 'har blitt slettet!', 'a été supprimé!', 'wurde gelöscht!', 'был удален!', 'ha sido eliminado', 'silindi!'),
(185, 'no_lists_found', '', 'No PlayLists Found!', 'لم يتم العثور على قوائم تشغيل!', 'Ingen spillelister funnet!', 'Aucune liste de lecture trouvée!', 'Keine PlayLists gefunden!', 'Нет списков воспроизведения!', 'No se encontraron listas de reproducción', 'Hiç PlayList Bulunamadı!'),
(186, 'public', '', 'Public', 'جمهور', 'offentlig', 'Public', 'Öffentlichkeit', 'Публичный', 'público', 'kamu'),
(187, 'private', '', 'Private', 'خاص', 'privat', 'Privé', 'Privat', 'Приватный', 'privado', 'özel'),
(188, 'сreated', '', 'Created', 'مكون', 'laget', 'établi', 'Erstellt', 'созданный', 'creado', 'düzenlendi'),
(189, 'pl_сreated', '', 'PlayList was successful added!', 'تمت إضافة قائمة التشغيل بنجاح!', 'Spilleliste ble lagt til!', 'PlayList a été ajouté avec succès!', 'PlayList wurde erfolgreich hinzugefügt!', 'Плейлист был успешно добавлен!', '¡La lista de reproducción se agregó con éxito!', 'Çalma listesi başarıyla eklendi!'),
(190, 'pl_saved', '', 'PlayList was successful saved!', 'تم حفظ قائمة التشغيل بنجاح!', 'Spillelisten ble lagret!', 'PlayList a été enregistré avec succès!', 'PlayList wurde erfolgreich gespeichert!', 'Плейлист был успешно сохранен!', '¡La lista de reproducción se guardó con éxito!', 'Çalma listesi başarıyla kaydedildi!'),
(191, 'watch_later', '', 'Watch later', 'سأشاهده لاحقا', 'Se senere', 'Regarder plus tard', 'Später ansehen', 'Посмотреть позже', 'Ver despues', 'Daha sonra izle'),
(192, 'articles', '', 'Articles', 'مقالات', 'Artikler', 'Des articles', 'Artikel', 'Статьи', 'Artículos', 'Makaleler'),
(193, 'search_articles', '', 'Search for articles', 'البحث عن المقالات', 'Søk etter artikler', 'Rechercher des articles', 'Suche nach Artikeln', 'Поиск статей', 'Buscar artículos', 'Makaleleri ara'),
(194, 'most_popular', '', 'Most popular', 'الأكثر شعبية', 'Mest populær', 'Le plus populaire', 'Am beliebtesten', 'Самый популярный', 'Más popular', 'En popüler'),
(195, 'no_result_for', '', 'Sorry, no results found for', 'آسف، لا توجد نتائج ل', 'Beklager, ingen resultater funnet for', 'Désolé, aucun résultat trouvé pour', 'Leider wurden keine Ergebnisse für', 'Извините, результатов не найдено', 'Lo sentimos, no se encontraron resultados para', 'Üzgünüz, bunun hakkında bir sonuç yok'),
(196, 'no_post_found', '', 'No posts found!', 'لم يتم العثور على أية مشاركات!', 'Ingen innlegg funnet!', 'Aucun article trouvé!', 'Keine Einträge gefunden!', 'Сообщений не найдено!', '¡No se han encontrado publicaciones!', 'Gönderi bulunamadı!'),
(197, 'related_articles', '', 'Related Articles', 'مقالات ذات صلة', 'Relaterte artikler', 'Articles Liés', 'In Verbindung stehende Artikel', 'Статьи по Теме', 'Artículos relacionados', 'İlgili Makaleler'),
(198, 'share_to', '', 'Share to', 'مشاركة في', 'Del til', 'Partager à', 'Teilen mit', 'Поделиться с', 'Compartir a', 'Paylaş'),
(199, 'no_more_articles', '', 'No more Articles', 'لا مزيد من المقالات', 'Ingen flere artikler', 'Plus d\'articles', 'Keine Artikel mehr', 'Нет статей', 'No más artículos', 'Artık Makale Yok'),
(200, 'go_pro', '', 'Go Pro', 'الذهاب للمحترفين', 'Bli profesjonell', 'Go Pro', 'Go pro', 'Стать pro', 'Hazte profesional', 'Yanlışa git'),
(201, 'buy_pro_pkg', '', 'Discover more features with {{SITE_NAME}} Pro package!', 'اكتشاف المزيد من الميزات مع {{SITE_NAME}} حزمة برو!', 'Oppdag flere funksjoner med {{SITE_NAME}} Pro pakke!', 'Découvrez plus de fonctionnalités avec le package {{SITE_NAME}} Pro!', 'Entdecken Sie weitere Funktionen mit dem {{SITE_NAME}} Pro-Paket!', 'Узнайте больше о функциях с пакетом {{SITE_NAME}} Pro!', 'Descubre más funciones con el {{SITE_NAME}} paquete Pro!', '{{SITE_NAME}} Pro paketi ile daha fazla özellik keşfedin!'),
(202, 'free_mbr', '', 'Free Member', 'عضو مجاني', 'Gratis medlem', 'Membre gratuit', 'Freies Mitglied', 'Свободный член', 'miembro gratuito', 'Ücretsiz Üye'),
(203, 'pro_mbr', '', 'Pro Member', 'عضو برو', 'Pro-medlem', 'Membre Pro', 'Pro-Mitglied', 'Про член', 'Pro miembro', 'Pro Üyesi'),
(204, 'upload_1gb_limit', '', 'Upload up to 1GB limit', 'تحميل حد يصل إلى 1 غيغابايت', 'Last opp opptil 1 GB grense', 'Importer jusqu\'à 1 Go de limite', 'Bis zu 1 GB limitieren', 'Загружать ограничение до 1 ГБ', 'Carga hasta 1GB de límite', '1GB limitine kadar yükle'),
(205, 'ads_will_show_up', '', 'Videos ads will show up', 'ستظهر إعلانات مقاطع الفيديو', 'Videoannonser vises', 'Les annonces vidéo s\'affichent', 'Videos werden geschaltet', 'Появятся видеообъявления', 'Los anuncios de videos aparecerán', 'Videolar reklamları gösterilir'),
(206, 'not_featured_videos', '', 'Not featured videos', 'مقاطع الفيديو غير المميزة', 'Ikke kjennetegnet videoer', 'Vidéos non présentées', 'Nicht vorgestellte Videos', 'Не показано видео', 'Videos no destacados', 'Özellikli video yok'),
(207, 'no_verified_badge', '', 'No verified badge', 'لم يتم التحقق من شارة', 'Ingen bekreftet merke', 'Aucun badge vérifié', 'Kein bestätigtes Abzeichen', 'Нет подтвержденного значка', 'Sin insignia verificada', 'Doğrulanmış rozet yok'),
(208, 'stay_free', '', 'Stay Free', 'ابق حرا', 'Forbli fri', 'Reste libre', 'Bleibe frei', 'Оставайся свободным', 'Mantente Libre', 'Bedava Kal'),
(209, 'upgrade', '', 'Upgrade', 'تطوير', 'Oppgradering', 'Surclassement', 'Aktualisierung', 'Обновить', 'Mejorar', 'yükseltmek'),
(210, 'upload_1tr_limit', '', 'Upload up to 1000GB', 'تحميل ما يصل إلى 1000 غيغابايت', 'Last opp opptil 1000 GB', 'Télécharger jusqu\'à 1000Go', 'Bis zu 1000 GB hochladen', 'Загрузите до 1000 ГБ', 'Carga hasta 1000GB', '1000GB\'a kadar yükle'),
(211, 'ads_wont_show_up', '', 'No ads will show up', 'لن تظهر أية إعلانات', 'Ingen annonser vil dukke opp', 'Aucune annonce ne s\'affichera', 'Es werden keine Anzeigen geschaltet', 'Объявления не будут отображаться', 'No se mostrarán anuncios', 'Hiçbir reklam gösterilmez'),
(212, 'ur_are_featured', '', 'Featured videos', 'مقاطع الفيديو الخاصة بك واردة', 'Dine videoer er omtalt', 'Vos vidéos sont en vedette', 'Ihre Videos sind gekennzeichnet', 'Ваши видеоролики', 'Tus videos son presentados', 'Videolarınız öne çıkıyor'),
(213, 'verified_badge', '', 'Verified badge', 'تم التحقق من الشارة', 'Verifisert merketegn', 'Badge vérifié', 'Bestätigter Ausweis', 'Проверенный значок', 'Insignia verificada', 'Doğrulanmış rozet'),
(214, 'congratulations', '', 'Congratulations!', 'تهانينا!', 'Gratulerer!', 'Toutes nos félicitations!', 'Glückwünsche!', 'Поздравления!', '¡Felicitaciones!', 'Tebrik ederiz!'),
(215, 'uare_pro', '', 'You have successfully upgraded you profile to PRO user!', 'لقد نجحت في ترقية ملفك الشخصي إلى مستخدم برو!', 'Du har oppgradert profilen din til PRO-brukeren!', 'Vous avez mis à jour votre profil avec succès vers l\'utilisateur PRO!', 'Sie haben Ihr Profil erfolgreich auf den PRO-Benutzer aktualisiert!', 'Вы успешно обновили свой профиль до пользователя PRO!', '¡Ha actualizado su perfil con éxito a usuario PRO!', 'Profilinizi PRO kullanıcılarına başarıyla yükselttiniz!'),
(216, 'start_features', '', 'Start browsing new features', 'ابدأ تصفح الميزات الجديدة', 'Begynn å bla gjennom nye funksjoner', 'Commencer à parcourir les nouvelles fonctionnalités', 'Suche nach neuen Funktionen', 'Начать просмотр новых функций', 'Comienza a navegar por nuevas funciones', 'Yeni özelliklere göz atmaya başlayın'),
(217, 'import_limit_reached_upgrade', '', 'You have reached your import limit, upgrade to pro to import unlimited videos!', 'لقد وصلت إلى حد الاستيراد، وترقية إلى الموالية لاستيراد أشرطة الفيديو غير محدود!', 'Du har nådd importgrensen din, oppgrader til pro for å importere ubegrensede videoer!', 'Vous avez atteint votre limite d\'importation, passez à pro pour importer des vidéos illimitées!', 'Sie haben Ihr Importlimit erreicht, aktualisieren Sie auf Pro, um unlimitierte Videos zu importieren!', 'Вы достигли своего лимита импорта, обновляете pro для импорта неограниченного количества видео!', '¡Has alcanzado tu límite de importación, actualízate a pro para importar videos ilimitados!', 'İçe aktarma limitinize ulaştınız, sınırsız videoları içe aktarmak için yanlızca yükseltin!'),
(218, 'upload_limit_reached_upgrade', '', 'You have reached your upload limit, upgrade to pro to upload unlimited videos!', 'لقد وصلت إلى حد التحميل، وترقية إلى الموالية لتحميل أشرطة الفيديو غير محدود!', 'Du har nådd opplastingsgrensen din, oppgrader til pro for å laste opp ubegrensede videoer!', 'Vous avez atteint votre limite de téléchargement, passez à pro pour télécharger des vidéos illimitées!', 'Du hast dein Upload-Limit erreicht, aktualisiere auf Pro, um unlimitierte Videos hochzuladen!', 'Вы достигли предела загрузки, обновляете до Pro для загрузки неограниченного количества видео!', 'Has alcanzado el límite de carga y actualízate a profesional para subir videos ilimitados.', 'Yükleme limitinize ulaştınız, sınırsız video yüklemek için profesyonelliğe geçin!'),
(219, 'import_limit_reached', '', 'You have reached your import limit', 'لقد وصلت إلى حد الاستيراد', 'Du har nådd importgrensen din', 'Vous avez atteint votre limite d\'importation', 'Sie haben Ihr Importlimit erreicht', 'Вы достигли своего предела импорта', 'Has alcanzado tu límite de importación', 'İçe aktarma limitinize ulaştınız.'),
(220, 'upload_limit_reached', '', 'You have reached your upload limit', 'لقد وصلت إلى حد التحميل', 'Du har nådd opplastingsgrensen din', 'Vous avez atteint votre limite de téléchargement', 'Du hast dein Upload-Limit erreicht', 'Вы достигли предела загрузки', 'Has alcanzado tu límite de carga', 'Yükleme limitinize ulaştınız.'),
(221, 'upgrade_now', '', 'Upgrade Now?', 'تحديث الآن؟', 'Oppgrader nå?', 'Mettre à jour maintenant?', 'Jetzt upgraden?', 'Обнови сейчас?', '¿Actualizar ahora?', 'Şimdi Yükselt?'),
(222, 'error', '', 'Error!', 'خطأ!', 'Feil!', 'Erreur!', 'Fehler!', 'Ошибка!', '¡Error!', 'Hata!'),
(223, 'error_msg', '', 'Something went wrong Please try again later!', 'هناك شئ خاطئ، يرجى المحاولة فى وقت لاحق!', 'Noe gikk galt. Prøv igjen senere!', 'Quelque chose c\'est mal passé. Merci d\'essayer plus tard!', 'Etwas ist schief gelaufen Bitte versuche es später noch einmal!', 'Что-то пошло не так. Пожалуйста, повторите попытку позже!', 'Algo salió mal. ¡Inténtalo de nuevo más tarde!', 'Bir şeyler yanlış oldu. Lütfen sonra tekrar deneyiniz!'),
(224, 'oops', '', 'Oops', 'وجه الفتاة', 'Oops', 'Oops', 'Hoppla', 'Ой', 'Uy', 'Hata'),
(225, 'write_a_reply', '', 'Write a comment and press ENTER', 'اكتب تعليق واضغط إنتر', 'Schrijf een reactie en druk op ENTER', 'Ecrire un commentaire et appuyez sur ENTER', 'Schreiben Sie einen Kommentar und drücken Sie ENTER.', 'Напишите комментарий и нажмите клавишу ВВОД', 'Escribe un comentario y presiona ENTER', 'Yorum yazın ve ENTER tuşuna basın'),
(226, 'file_is_too_big', '', 'File is too big, Max upload size is', 'الملف كبير جدا، الحد الأقصى لحجم التحميل هو', 'Bestand is te groot, Max upload grootte is', 'Le fichier est trop grand, la taille maximale de téléchargement est', 'Datei ist zu groß, Max Upload-Größe ist', 'Файл слишком большой, максимальный размер загрузки', 'El archivo es demasiado grande, el tamaño máximo de carga es', 'Dosya çok büyük, Maks. Yükleme boyutu'),
(227, 'ads', '', 'Advertising', 'إعلان', 'Advertising', 'Publicité', 'Werbung', 'реклама', 'publicidad', 'reklâm'),
(228, 'wallet', '', 'Wallet', 'محفظة', 'portemonnee', 'Portefeuille', 'Geldbörse', 'бумажник', 'billetera', 'cüzdan'),
(229, 'name', '', 'Name', 'اسم', 'naam', 'Nom', 'Name', 'имя', 'nombre', 'isim'),
(230, 'results', '', 'Results', 'النتائج', 'resultaten', 'Résultats', 'Ergebnisse', 'результаты', 'resultados', 'sonuçlar'),
(231, 'spent', '', 'Spent', 'أمضى', 'besteed', 'Dépensé', 'Ausgegeben', 'потраченное', 'gastado', 'harcanmış'),
(232, 'action', '', 'Action', 'عمل', 'actie', 'Action', 'Aktion', 'действие', 'acción', 'eylem'),
(233, 'clicks', '', 'Clicks', 'نقرات', 'klikken', 'Clics', 'Klicks', 'Щелчки', 'clics', 'Tıklanma'),
(234, 'create_ad', '', 'Create ad', 'إنشاء إعلان', 'Maak een advertentie', 'Créer une annonce', 'Anzeige erstellen', 'Создать объявление', 'Crear anuncio', 'Reklam oluştur'),
(235, 'my_balance', '', 'MY BALANCE', 'ماي بالانس', 'MIJN EVENWICHT', 'MON ÉQUILIBRE', 'MEINE BALANCE', 'МОЙ БАЛАНС', 'MI EQUILIBRIO', 'MY BALANCE'),
(236, 'replenish_my_balance', '', 'Replenish My Balance', 'ريبلينيش بلدي التوازن', 'Vervult mijn saldo', 'Réapprovisionner mon équilibre', 'Füllen Sie mein Gleichgewicht auf', 'Пополнить баланс', 'Reponer mi saldo', 'Bakiyemi yenile'),
(237, 'amount', '', 'Amount', 'كمية', 'bedrag', 'Montant', 'Betrag', 'Сумма', 'cantidad', 'miktar'),
(238, 'replenish', '', 'Replenish', 'سد النقص', 'bijvullen', 'Régénérer', 'Auffüllen', 'Пополнить', 'reponer', 'doldurmak'),
(239, 'create_new_ad', '', 'Create new ad', 'إنشاء إعلان جديد', 'Maak een nieuwe advertentie', 'Créer une nouvelle annonce', 'Neue Anzeige erstellen', 'Создать новое объявление', 'Crear nuevo anuncio', 'Yeni reklam oluştur'),
(240, 'title', '', 'Title', 'لقب', 'titel', 'Titre', 'Titel', 'Название', 'título', 'başlık'),
(241, 'select_media', '', 'Select Media', 'حدد الوسائط', 'Selecteer media', 'Sélectionner un média', 'Medien auswählen', 'Выбрать носитель', 'Seleccionar medios', 'Medya Seç'),
(242, 'pricing', '', 'Pricing', 'التسعير', 'pricing', 'Tarification', 'Preise', 'Ценообразование', 'la fijación de precios', 'Fiyatlandırma'),
(243, 'placement', '', 'Placement', 'وضع', 'plaatsing', 'Placement', 'Platzierung', 'Размещение', 'colocación', 'yerleştirme'),
(244, 'traget_audience', '', 'Target Audience', 'الجمهور المستهدف', 'Doelgroep', 'Public cible', 'Zielgruppe', 'Целевая аудитория', 'Audiencia objetivo', 'Hedef Kitle'),
(245, 'video_ad', '', 'Videos (Format Video / Image)', 'مقاطع الفيديو (تنسيق الفيديو / الصورة)', 'Video\'s (video / afbeelding opmaken)', 'Vidéos (format vidéo / image)', 'Videos (Format Video / Bild)', 'Видео (формат видео / изображение)', 'Videos (Formato de video / imagen)', 'Videolar (Biçim Video / Resim)'),
(246, 'page_ad', '', 'Sidebar (Format Image)', 'الشريط الجانبي (تنسيق الصورة)', 'Zijbalk (opmaakafbeelding)', 'Barre latérale (format image)', 'Seitenleiste (Bild formatieren)', 'Боковая панель (формат изображения)', 'Barra lateral (Imagen de formato)', 'Kenar Çubuğu (Biçim Resim)'),
(247, 'cost_click', '', 'Pay Per Click', 'الدفع لكل نقرة', 'Betaal per klik', 'Payer par clic', 'Zahlen pro Klick', 'Оплатить за клик', 'Pago por clic', 'Tıklama Başı Ödeme'),
(248, 'cost_view', '', 'Pay Per Impression', 'الدفع لكل ظهور', 'Betaal per indruk', 'Pay Per Impression', 'Bezahlen pro Eindruck', 'Оплатить за показ', 'Pago por impresión', 'Gösterim Başı Ödeme');
INSERT INTO `langs` (`id`, `lang_key`, `type`, `english`, `arabic`, `dutch`, `french`, `german`, `russian`, `spanish`, `turkish`) VALUES
(249, 'invalid_name', '', 'Name must be between 5/32', 'يجب أن يكون الاسم بين 5/32', 'Naam moet tussen 5/32 zijn', 'Le nom doit être entre 5/32', 'Name muss zwischen 5/32 liegen', 'Имя должно быть от 5/32', 'El nombre debe estar entre 5/32', 'Ad 5/32 arasında olmalıdır'),
(250, 'invalid_url', '', 'The URL is invalid. Please enter a valid URL', 'عنوان ورل غير صالح. الرجاء إدخال عنوان ورل صالح', 'De URL is ongeldig. Voer een geldige URL in', 'L\'URL est invalide. Veuillez entrer une URL valide', 'Die URL ist ungültig. Bitte geben Sie eine gültige URL ein', 'Недопустимый URL. Введите действительный URL-адрес', 'La URL no es válida. Por favor ingrese una URL válida', 'URL geçersiz. Lütfen geçerli bir URL girin'),
(251, 'invalid_ad_title', '', 'Ad title must be between 5/100', 'يجب أن يكون عنوان الإعلان بين 5/100', 'De advertentietitel moet tussen 5/100 zijn', 'Le titre de l\'annonce doit être compris entre 5/100', 'Der Anzeigentitel muss zwischen 5/100 liegen', 'Название объявления должно быть от 5/100', 'El título del anuncio debe estar entre 5/100', 'Reklam başlığı 5/100 arasında olmalıdır.'),
(252, 'invalid_videoad_media', '', 'Media file is invalid. Please select a valid image / video', 'ملف الوسائط غير صالح. الرجاء تحديد صورة / فيديو صالح', 'Mediabestand is ongeldig. Selecteer een geldige afbeelding / video', 'Le fichier multimédia est invalide. Veuillez sélectionner une image / vidéo valide', 'Mediendatei ist ungültig. Bitte wählen Sie ein gültiges Bild / Video aus', 'Недопустимый файл мультимедиа. Выберите действительное изображение / видео', 'El archivo multimedia no es válido. Seleccione una imagen / video válido', 'Medya dosyası geçersiz. Lütfen geçerli bir resim / video seçin'),
(253, 'invalid_pagead_media', '', 'Media file is invalid. Please select a valid image', 'ملف الوسائط غير صالح. الرجاء تحديد صورة صالحة', 'Mediabestand is ongeldig. Selecteer een geldige afbeelding', 'Le fichier multimédia est invalide. Veuillez sélectionner une image valide', 'Mediendatei ist ungültig. Bitte wählen Sie ein gültiges Bild', 'Недопустимый файл мультимедиа. Выберите действительное изображение', 'El archivo multimedia no es válido. Seleccione una imagen válida', 'Medya dosyası geçersiz. Lütfen geçerli bir resim seçin'),
(254, 'edit_ad', '', 'Edit ad', 'تعديل الإعلان', 'Advertentie bewerken', 'Modifier l\'annonce', 'Anzeige bearbeiten', 'Изменить объявление', 'Editar anuncio', 'Reklamı düzenle'),
(255, 'by', '', 'By', 'بواسطة', 'door', 'Par', 'Von', 'по', 'por', 'tarafından'),
(256, 'more_info', '', 'More Info', 'مزيد من المعلومات', 'Meer info', 'Plus d\'infos', 'Mehr Infos', 'Дополнительная информация', 'Más información', 'Daha Fazla Bilgi'),
(257, 'monetization', '', 'Monetization', 'تسييل', 'monetization', 'Monétisation', 'Monetarisierung', 'монетизация', 'monetización', 'Para Kazanma'),
(258, 'monetization_settings', '', 'Monetization Settings', 'إعدادات تحقيق الدخل', 'Instellingen voor inkomsten genereren', 'Paramètres de monétisation', 'Monetarisierungseinstellungen', 'Настройки монетизации', 'Configuración de monetización', 'Para Kazandırma Ayarları'),
(259, 'withdrawals', '', 'Withdrawals', 'السحب', 'onttrekkingen', 'Retraits', 'Abhebungen', 'Изъятия', 'Los retiros', 'Çekme'),
(260, 'balance', '', 'Available balance', 'الرصيد المتاح', 'Beschikbare balans', 'Solde disponible', 'Verfügbare Bilanz', 'Доступный баланс', 'Saldo disponible', 'Kullanılabilir bakiye'),
(261, 'min', '', 'Min', 'دقيقة', 'min', 'Min', 'Min', 'мин', 'min', 'min'),
(262, 'submit_withdrawal_request', '', 'Submit withdrawal request', 'إرسال طلب السحب', 'Verzoek tot opname indienen', 'Envoyer une demande de retrait', 'Abhebungsanfrage einreichen', 'Отправить запрос', 'Enviar solicitud', 'Istek gönder'),
(263, 'cant_request_withdrawal', '', 'You can not submit withdrawal request until the previous requests has been approved / rejected', 'لا يمكنك إرسال طلب', 'U kunt geen aanvraag indienen', 'Vous ne pouvez pas soumettre une demande', 'Sie können keine Anfrage senden', 'Вы не можете отправить запрос до тех пор, пока предыдущий запрос не будет одобрен / отклонен', 'No puede enviar la solicitud hasta que la solicitud anterior haya sido aprobada / rechazada', 'Önceki istek onaylanana / reddedilene kadar istekte bulunamazsınız'),
(264, 'withdrawal_request_amount_is', '', 'Your balance is {{BALANCE}}, the minimum withdrawal request amount is 50:', 'رصيدك هو {{بالانس}}، الحد الأدنى لطلب السحب هو 50:', 'Uw saldo is {{BALANCE}}, het minimum opnameverzoek is 50:', 'Votre solde est {{BALANCE}}, la demande de retrait minimum est de 50:', 'Ihr Guthaben ist {{BALANCE}}, die Mindestanzahl der Auszahlungen beträgt 50:', 'Ваш баланс {{BALANCE}}, минимальный запрос на изъятие составляет 50:', 'Su saldo es {{BALANCE}}, la solicitud mínima de retiro es 50:', 'Bakiyeniz {{BALANCE}}, minimum para çekme isteği 50\'dir:'),
(265, 'min_withdrawal_request_amount_is', '', 'The minimum withdrawal request is 50:', 'الحد الأدنى لطلب السحب هو 50:', 'Het minimale opnameverzoek is 50:', 'La demande de retrait minimum est de 50:', 'Die minimale Auszahlungsanforderung ist 50:', 'Минимальный запрос на изъятие составляет 50:', 'La solicitud mínima de retiro es 50:', 'Minimum para çekme talebi 50\'dir:'),
(266, 'withdrawal_request_sent', '', 'Your withdrawal request has been successfully sent!', 'تم إرسال طلب السحب بنجاح!', 'Uw opnameverzoek is met succes verzonden!', 'Votre demande de retrait a bien été envoyée!', 'Ihre Auszahlungsanfrage wurde erfolgreich versendet!', 'Ваш запрос на удаление был успешно отправлен!', '¡Su solicitud de retiro ha sido enviada con éxito!', 'Çekilme isteğiniz başarıyla gönderildi!'),
(267, 'enabled', '', 'Enabled', 'تمكين', 'ingeschakeld', 'Activé', 'Aktiviert', 'Включено', 'Activado', 'Etkin'),
(268, 'disabled', '', 'Disabled', 'معاق', 'invalide', 'Désactivé', 'Deaktiviert', 'Выключено', 'discapacitado', 'engelli'),
(269, 'withdrawals_history', '', 'Withdrawals History', 'انسحابات التاريخ', 'Opnames geschiedenis', 'Historique des retraits', 'Abhebungen Geschichte', 'История изъятий', 'Historia de Retiros', 'Para Çekme Tarihi'),
(270, 'rejected', '', 'Rejected', 'مرفوض', 'verworpen', 'Rejeté', 'Abgelehnt', 'отвергнуто', 'rechazado', 'reddedilen'),
(271, 'accepted', '', 'Accepted', 'قبلت', 'geaccepteerd', 'Accepté', 'Akzeptiert', 'Принято', 'aceptado', 'kabul'),
(272, 'requested_at', '', 'Requested at', 'طلب في', 'Gevraagd om', 'Demandé à', 'Angefordert bei', 'Запрошено на', 'Solicitado en', 'Adresinden istendi'),
(273, 'confirm_delete_ad', '', 'Are you sure you want to delete this ad?', 'هل تريد بالتأكيد حذف هذا الإعلان؟', 'Weet je zeker dat je deze advertentie wilt verwijderen?', 'Êtes-vous sûr de vouloir supprimer cette annonce?', 'Möchten Sie diese Anzeige wirklich löschen?', 'Вы уверены, что хотите удалить это объявление?', '¿Seguro que quieres eliminar este anuncio?', 'Bu reklamı silmek istediğinizden emin misiniz?'),
(274, 'ad_published', '', 'Your ad has been published successfully', 'إعلانك هنا', 'Uw advertentie is hier', 'Votre annonce est ici', 'Ihre Anzeige ist hier', 'Ваше объявление успешно опубликовано', 'Su anuncio ha sido publicado con éxito', 'Reklamınız başarıyla yayınlandı'),
(275, 'ad_saved', '', 'Your changes to the ad were successfully saved', 'تغييراتك إلى الأفضل', 'Uw wijzigingen in de beste', 'Vos changements au meilleur', 'Ihre Änderungen an den besten', 'Ваши изменения в объявлении были успешно сохранены', 'Sus cambios en el anuncio se guardaron con éxito', 'Reklamdaki değişiklikler başarıyla kaydedildi'),
(276, 'pending', '', 'Pending', 'ريثما', 'in afwachting van', 'en attente', 'anstehend', 'в ожидании', 'pendiente', 'kadar'),
(277, 'balance_is_0', '', 'Your current wallet balance is: 0, please top up your wallet to continue.', 'رصيد المحفظة الحالي هو: 0، يرجى متابعة محفظتك للمتابعة.', 'Uw huidige portemonneebalans is: 0, vul uw portemonnee aan om door te gaan.', 'Votre solde de portefeuille actuel est: 0, veuillez compléter votre portefeuille pour continuer.', 'Ihre aktuelle Brieftasche Gleichgewicht ist: 0, bitte nach oben Ihre Brieftasche, um fortzufahren.', 'Ваш текущий баланс кошелька: 0, пожалуйста, пополните свой кошелек, чтобы продолжить.', 'Su saldo de cartera actual es: 0, por favor, recargue su cartera para continuar.', 'Mevcut cüzdan bakiyeniz: 0, devam etmek için lütfen cüzdanınızı doldurun.'),
(278, 'top_up', '', 'Top Up', 'أشحن', 'Top Up', 'Remplir', 'Nachfüllen', 'Пополнить', 'Completar', 'Ekleyin'),
(279, 'earn_mon', '', 'Earn ({{CONFIG pub_price}} {{CONFIG payment_currency}}) for each advertisement click you get from your videos!', 'اربح ({{CONFIG pub_price}} {{CONFIG payment_currency}}) لكل إعلان يتم النقر عليه من مقاطع الفيديو التابعة لك', 'Verdien ({{CONFIG pub_price}} {{CONFIG payment_currency}}) voor elke advertentieklik die je krijgt van je video\'s!', 'Gagnez ({{CONFIG pub_price}} {{CONFIG payment_currency}}) pour chaque annonce que vous recevez de vos vidéos!', 'Verdiene ({{CONFIG pub_price}} {{CONFIG payment_currency}}) für jeden Werbeclick, den du aus deinen Videos erhältst!', 'Заработайте ({{CONFIG pub_price}} {{CONFIG payment_currency}}) для каждого рекламного клика, который вы получаете от своих видео!', 'Gane ({{CONFIG pub_price}} {{CONFIG payment_currency}}) por cada clic publicitario que obtenga de sus videos.', 'Videolarınızdan aldığınız her bir reklam tıklaması için {{CONFIG pub_price}} {{CONFIG payment_currency}} kazanın!'),
(280, 'get_verified', '', 'Get verified', 'الحصول على التحقق', 'Wordt geverifieerd', 'Être vérifié', 'Verifiziert werden', 'Пройти проверку', 'Verifícate', 'Onaylanmış olmak'),
(281, 'u_are_verified', '', 'Congratulations, you are verified. Thanks for verifying your ID', 'تهانينا، لقد تم إثبات ملكيتك. نشكرك على إثبات هويتك', 'Gefeliciteerd, je bent geverifieerd. Bedankt voor het verifiëren van uw ID', 'Félicitations, vous êtes vérifié. Merci d\'avoir vérifié votre identifiant', 'Herzlichen Glückwunsch, du bist verifiziert. Vielen Dank für die Bestätigung Ihrer ID', 'Поздравляем, вы подтверждены. Спасибо, что подтвердили свой идентификатор', 'Felicidades, estás verificado. Gracias por verificar tu ID', 'Tebrikler, doğrulanmışsın. Kimliğinizi doğruladığınız için teşekkür ederiz'),
(282, 'verif_request_received', '', 'Your request was received and is pending approval', 'تم استلام طلبك وهو في انتظار الموافقة', 'Uw aanvraag is ontvangen en wacht op goedkeuring', 'Votre demande a été reçue et est en attente d\'approbation', 'Ihre Anfrage wurde empfangen und steht noch aus.', 'Ваш запрос был получен и находится на рассмотрении', 'Su solicitud fue recibida y está pendiente de aprobación', 'Talebiniz alındı ve onay bekliyor'),
(283, 'upload_id', '', 'Upload Passport or ID', 'تحميل جواز السفر أو الهوية', 'Upload paspoort of ID', 'Télécharger un passeport ou un identifiant', 'Reisepass oder ID hochladen', 'Загрузить паспорт или идентификатор', 'Cargar pasaporte o ID', 'Pasaport veya Kimliği Yükle'),
(284, 'select_id', '', 'Please select a recent picture of your passport or id', 'يرجى تحديد صورة حديثة لجواز السفر أو الهوية', 'Selecteer een recente foto van uw paspoort of id', 'Veuillez sélectionner une photo récente de votre passeport ou identifiant', 'Bitte wählen Sie ein aktuelles Bild Ihres Passes oder Ihrer ID', 'Пожалуйста, выберите последнее изображение своего паспорта или идентификатора', 'Seleccione una foto reciente de su pasaporte o identificación', 'Lütfen pasaportunuzun veya kimlik numaranızın son bir resmini seçin'),
(285, 'choose_file', '', 'Choose File', 'اختر ملف', 'Kies bestand', 'Choisir le fichier', 'Datei wählen', 'Выберите файл', 'Elija el archivo', 'Dosya seçin'),
(286, 'submit_request', '', 'Submit request', 'تقديم الطلب', 'Aanvraag indienen', 'Envoyer la demande', 'Anfrage einreichen', 'Отправить запрос', 'Enviar peticion', 'İstek gönderin'),
(287, 'submit_verif_request_error', '', 'You can not submit verification request until the previous requests has been accepted / rejected', 'لا يمكنك إرسال طلب التحقق إلى أن يتم قبول الطلبات السابقة أو رفضها', 'U kunt geen verificatieverzoek indienen totdat de vorige verzoeken zijn geaccepteerd / afgewezen', 'Vous ne pouvez pas soumettre de demande de vérification tant que les demandes précédentes n\'ont pas été acceptées / rejetées', 'Sie können keine Überprüfungsanfrage senden, bis die vorherigen Anforderungen akzeptiert / abgelehnt wurden.', 'Вы не можете отправить запрос на подтверждение до тех пор, пока предыдущие запросы не будут приняты / отклонены', 'No puede enviar solicitud de verificación hasta que las solicitudes anteriores hayan sido aceptadas / rechazadas', 'Önceki istekler kabul / reddedilene kadar doğrulama isteği gönderemezsiniz.'),
(288, 'ivalid_last_name', '', 'Last name is too long!', 'اسم العائلة طويل جدا!', 'Achternaam is te lang!', 'Le nom de famille est trop long!', 'Nachname ist zu lang!', 'Фамилия слишком длинная!', '¡El apellido es demasiado largo!', 'Soyadı çok uzun!'),
(289, 'ivalid_image_file', '', 'The Image file is Not valid.please select a valid picture!', 'ملف الصورة غير صالح.الرجاء تحديد صورة صالحة!', 'Het afbeeldingsbestand is niet geldig. Selecteer een geldige foto!', 'Le fichier Image n\'est pas valide. Veuillez sélectionner une image valide!', 'Die Bilddatei ist nicht gültig. Bitte wählen Sie ein gültiges Bild aus!', 'Файл изображения недействителен. Выберите правильное изображение!', 'El archivo de imagen no es válido. ¡Por favor seleccione una imagen válida!', 'Resim dosyası geçerli değil. Geçerli bir resim seçin!'),
(290, 'ivalid_id_file', '', 'The passport/ID picture must be an image', 'يجب أن تكون صورة الجواز / الهوية صورة', 'Het paspoort / ID-beeld moet een afbeelding zijn', 'L\'image du passeport / ID doit être une image', 'Das Pass / ID-Bild muss ein Bild sein', 'Паспорт / удостоверение личности должно быть изображением', 'El pasaporte / foto de identificación debe ser una imagen', 'Pasaport / kimlik resmi bir resim olmalıdır.'),
(291, 'verif_request_sent', '', 'Your request was successfully sent and will be in the near future reviwed!', 'تم إرسال طلبك بنجاح وسوف تكون في المستقبل القريب ريفيويد!', 'Uw aanvraag is met succes verzonden en zal in de nabije toekomst worden herzien!', 'Votre demande a été envoyée avec succès et sera dans un futur proche reviwed!', 'Ihre Anfrage wurde erfolgreich versendet und wird in naher Zukunft reviwed sein!', 'Ваш запрос был успешно отправлен и будет в ближайшее время изменен!', 'Su solicitud fue enviada con éxito y será reviwed en el futuro cercano.', 'Talebiniz başarıyla gönderildi ve yakın gelecekte yeniden incelenecek!'),
(292, 'unknown_error', '', 'Error: an unknown error occurred. Please try again later', 'خطأ: حدث خطأ غير معروف. الرجاء معاودة المحاولة في وقت لاحق', 'Fout: er is een onbekende fout opgetreden. Probeer het later opnieuw', 'Erreur: une erreur inconnue s\'est produite. Veuillez réessayer plus tard', 'Fehler: Ein unbekannter Fehler ist aufgetreten. Bitte versuche es später noch einmal', 'Ошибка: произошла неизвестная ошибка. Пожалуйста, повторите попытку позже', 'Error: se produjo un error desconocido. Por favor, inténtelo de nuevo más tarde', 'Hata: Bilinmeyen bir hata oluştu. Lütfen daha sonra tekrar deneyiniz'),
(293, 'ivalid_thumb_file', '', 'Thumbnail image file is invalid. Please select a valid image', 'ملف الصورة المصغرة غير صالح. الرجاء تحديد صورة صالحة', 'Miniatuurafbeeldingsbestand is ongeldig. Selecteer een geldige afbeelding', 'Le fichier d\'image miniature est invalide. Veuillez sélectionner une image valide', 'Miniaturbilddatei ist ungültig. Bitte wählen Sie ein gültiges Bild', 'Недопустимый файл изображения миниатюр. Выберите действительное изображение', 'El archivo de imagen en miniatura no es válido. Seleccione una imagen válida', 'Küçük resim dosyası geçersiz. Lütfen geçerli bir resim seçin'),
(294, 'hide', '', 'Hide', 'إخفاء', 'Verbergen', 'Cacher', 'Verbergen', 'Спрятать', 'Esconder', 'Saklamak'),
(295, 'message', '', 'Message', 'رسالة', 'Bericht', 'Message', 'Botschaft', 'Сообщение', 'Mensaje', 'Mesaj'),
(296, 'notifications', '', 'Notifications', 'إخطارات', 'Varsler', 'Notifications', 'Benachrichtigungen', 'Уведомления', 'Notificaciones', 'Bildirimler'),
(297, 'subscribed_u', '', 'subscribed to your channel', 'مشترك في قناتك', 'abonnerer på kanalen din', 'abonné à votre chaîne', 'abonniert deinen Kanal', 'подписался на ваш канал', 'suscrito a tu canal', 'kanalınıza abone'),
(298, 'unsubscribed_u', '', 'unsubscribed from your channel', 'غير مشترك من قناتك', 'avmeldt fra kanalen din', 'désabonné de votre chaîne', 'von deinem Kanal abgemeldet', 'отписался с вашего канала', 'anulado de su canal', 'kanalınızdan aboneliğiniz iptal edildi'),
(299, 'liked_ur_video', '', 'liked your video', 'أعجبك الفيديو', 'likte videoen din', 'aimé votre vidéo', 'mochte dein Video', 'понравилось ваше видео', 'me gustó tu video', 'videonuzu beğendim'),
(300, 'disliked_ur_video', '', 'disliked your video', 'لم يعجبك الفيديو', 'Mislikte videoen din', 'n\'aimait pas votre vidéo', 'hat dein Video nicht gefallen', 'не понравилось ваше видео', 'disgustó tu video', 'videonun beğenilmediğini'),
(301, 'commented_ur_video', '', 'commented on your video', 'علق على الفيديو التابع لك', 'kommenterte videoen din', 'a commenté votre vidéo', 'hat dein Video kommentiert', 'прокомментировал ваше видео', 'comentó tu video', 'videonuza yorum yaptı'),
(302, 'liked_ur_comment', '', 'liked your comment', 'أحب تعليقك', 'likte din kommentar', 'aimé ton commentaire', 'mochte deinen Kommentar', 'понравился ваш комментарий', 'le gustó su comentario', 'Yorumu beğeniyor'),
(303, 'disliked_ur_comment', '', 'disliked your comment', 'لم يعجبك تعليقك', 'Mislikte din kommentar', 'n\'aimait pas ton commentaire', 'hat deinen Kommentar nicht gefallen', 'не понравился ваш комментарий', 'disgustado su comentario', 'yorumunu beğenmedi'),
(304, 'replied_2ur_comment', '', 'replied to your comment', 'أجاب على تعليقك', 'svarte på din kommentar', 'a répondu à votre commentaire', 'antwortete auf deinen Kommentar', 'ответил на ваш комментарий', 'respondió a tu comentario', 'senin yorumuna cevap verdi'),
(305, 'cancel_report', '', 'Cancel Report', 'إلغاء التقرير', 'Avbryt rapport', 'Annuler le rapport', 'Bericht abbrechen', 'Отменить отчет', 'Cancelar informe', 'Raporu İptal Et'),
(306, 'no_more_videos', '', 'No more videos found', 'لم يتم العثور على مزيد من مقاطع الفيديو', 'Ingen flere videoer funnet', 'Plus de vidéos trouvées', 'Keine weiteren Videos gefunden', 'Больше видео не найдено', 'No se encontraron más videos', 'Başka video bulunamadı'),
(307, 'load_more', '', 'Load more', 'تحميل المزيد', 'Last mer', 'Charger plus', 'Mehr laden', 'Показать больше', 'Carga más', 'Daha fazla yükle'),
(308, 'report_zs_video', '', 'Report this video', 'ابلغ عن هذا الفيديو', 'Rapporter denne videoen', 'Signaler cette vidéo', 'Melde dieses Video', 'Сообщить об этом видео', 'Reporta este video', 'Bu videoyu rapor et'),
(309, 'write_vr_summary', '', 'Please write a summary of what this video was about', 'يرجى كتابة ملخص عن هذا الفيديو', 'Vennligst skriv et sammendrag av hva denne videoen handlet om', 'S\'il vous plaît écrire un résumé de ce que cette vidéo était sur', 'Bitte schreibe eine Zusammenfassung darüber, worum es in diesem Video ging', 'Пожалуйста, напишите резюме того, о чем это видео было', 'Por favor, escribe un resumen de lo que este video fue sobre', 'Lütfen bu videonun neye ait olduğunu özetleyin'),
(310, 'submit', '', 'Submit', 'خضع', 'Sende inn', 'Soumettre', 'einreichen', 'Отправить', 'Enviar', 'Gönder'),
(311, 'thank_u', '', 'Thank you', 'شكرا لكم', 'Takk skal du ha', 'Je vous remercie', 'Vielen Dank', 'Спасибо', 'Gracias', 'teşekkür ederim'),
(312, 'we_received_ur_rep', '', 'We have received your report!', 'لقد تلقينا تقريرك!', 'Vi har mottatt din rapport!', 'Nous avons reçu votre rapport!', 'Wir haben Ihren Bericht erhalten!', 'Мы получили ваш отчет!', '¡Hemos recibido su informe!', 'Raporunuzu aldık!'),
(313, 'report_canceled', '', 'Your report has been canceled!', 'تم إلغاء تقريرك!', 'Rapporten din er kansellert!', 'Votre rapport a été annulé!', 'Ihr Bericht wurde storniert!', 'Ваш отчет отменен!', '¡Su informe ha sido cancelado!', 'Raporunuz iptal edildi!'),
(314, 'comment_pinned', '', 'Comment pinned to top', 'تم تعليق التعليق إلى الأعلى', 'Kommentar festet til toppen', 'Commentaire épinglé en haut', 'Kommentar nach oben gepinnt', 'Комментарий прикреплен к верхней части', 'Comentario anclado al principio', 'Yorum en üste sabitlendi'),
(315, 'comment_unpinned', '', 'Comment unpinned', 'تم إلغاء تثبيت التعليق', 'Kommentar unpinned', 'Commentaire détaché', 'Kommentar nicht gepinnt', 'Комментарий откреплен', 'Comentario sin fijar', 'Sabitsiz yorum'),
(316, 'porcessing_video', '', 'Processing your video - this may take a few minutes', 'معالجة الفيديو - قد يستغرق ذلك بضع دقائق', 'Je video verwerken - dit kan een paar minuten duren', 'Traitement de votre vidéo - cela peut prendre quelques minutes', 'Verarbeitung deines Videos - dies kann einige Minuten dauern', 'Обработка вашего видео - это может занять несколько минут', 'Procesando su video: esto puede demorar unos minutos', 'Videonuzu işlemek - bu birkaç dakika alabilir'),
(317, 'video_thumbs', '', 'Video thumbnails', 'الصور المصغرة الفيديو', 'Videominiaturen', 'vignettes vidéo', 'Video-Miniaturansichten', 'Видео эскизы', 'Miniaturas de vídeo', 'Video küçük resimleri'),
(318, 'ur_video_porcessing', '', 'This video is being converted to few resolutions, it may take a few minutes.', 'يتم تحويل الفيديو، قد يستغرق بضع دقائق', 'Video wordt geconverteerd, dit kan enkele minuten duren', 'La vidéo est convertie, cela peut prendre quelques minutes', 'Video wird konvertiert, es kann einige Minuten dauern', 'Видео конвертируется, это может занять несколько минут', 'El video se convierte, puede tomar unos minutos', 'Video dönüştürülür, birkaç dakika sürebilir.'),
(319, 'this_video_porcessing', '', 'This video is being processed, please come back in few minutes', 'تتم معالجة هذا الفيديو، يرجى العودة في غضون بضع دقائق', 'Deze video wordt verwerkt. Kom over een paar minuten terug', 'Cette vidéo est en cours de traitement, revenez dans quelques minutes', 'Dieses Video wird gerade bearbeitet. Bitte kommen Sie in ein paar Minuten zurück', 'Это видео обрабатывается, пожалуйста, вернитесь через несколько минут', 'Este video está siendo procesado, vuelve en unos minutos', 'Bu video işleniyor, lütfen birkaç dakika içinde geri dönün'),
(320, 'mode', '', 'Mode', 'الوضع', 'mode', 'Mode', 'Modus', 'Режим', 'Modo', 'kip'),
(321, 'day_mode', '', 'Day mode', 'وضع اليوم', 'Dagmodus', 'Mode jour', 'Tagesmodus', 'Дневной режим', 'Modo día', 'Gün modu'),
(322, 'night_mode', '', 'Night mode', 'الوضع الليلي', 'Nachtstand', 'Mode nuit', 'Nacht-Modus', 'Ночной режим', 'Modo nocturno', 'Gece modu'),
(323, 'sort_by', 'Sort By', 'Sort By', 'ترتيب حسب', 'Sorteer op', 'Trier par', 'Sortiere nach', 'Сортировать по', 'Ordenar por', 'Göre sırala'),
(324, 'top_commnets', '', 'Top Comments', 'أعلى تعليقات', 'Top Reacties', 'Meilleures Commentaires', 'Beste Kommentare', 'Лучшие комментарии', 'Top Comentarios', 'En Çok Yorumlananlar'),
(325, 'last_commnets', '', 'Latest comments', 'أحدث تعليقات', 'Laatste Reacties', 'Derniers Commentaires', 'Neueste Kommentare', 'Последние комментарии', 'Últimos comentarios', 'Son Yorumlar'),
(326, 'darg_drop_video', '', 'Drag & Drop video', 'سحب وإسقاط الفيديو', 'Video slepen en neerzetten', 'Drag & Drop vidéo', 'Video per Drag & Drop', 'Перетащите сюда видео', 'Arrastrar y soltar video', 'Sürükle ve Bırak video'),
(327, 'click_2choose_file', '', 'click to select a file', 'انقر لتحديد ملف', 'klik om een bestand te selecteren', 'cliquez pour sélectionner un fichier', 'Klicken Sie, um eine Datei auszuwählen', 'нажмите, чтобы выбрать файл', 'haga clic para seleccionar un archivo', 'bir dosya seçmek için tıklayın'),
(328, 'or', '', 'or', 'أو', 'of', 'ou', 'oder', 'или', 'o', 'veya'),
(329, 'contact_us', '', 'Contact us', 'اتصل بنا', 'Neem contact met ons op', 'Contactez nous', 'Kontaktiere uns', 'Свяжитесь с нами', 'Contáctenos', 'Bizimle iletişime geçin'),
(330, 'email', '', 'E-mail', 'البريد الإلكتروني', 'E-mail', 'E-mail', 'E-mail', 'E-mail', 'E-mail', 'E-mail'),
(331, 'added_new_video', '', 'added a new video', 'نشر فيديو جديد', 'nieuwe video toegevoegd', 'Ajout d&#039;une nouvelle vidéo', 'neues Video hinzugefügt', 'добавлено новое видео', 'video nuevo agregado', 'yeni video eklendi'),
(332, 'added_new_video', '', 'added a new video', 'نشر فيديو جديد', 'nieuwe video toegevoegd', NULL, 'neues Video hinzugefügt', 'добавлено новое видео', 'video nuevo agregado', 'yeni video eklendi'),
(333, 'messages', '', 'Messages', 'رسائل', 'berichten', 'messages', 'Mitteilungen', 'Сообщения', 'Mensajes', 'Mesajlar'),
(334, 'are_you_sure_you_want_delete_chat', '', 'Are you sure that you want to delete the conversation?', 'هل تريد بالتأكيد حذف المحادثة؟', 'Weet je zeker dat je het gesprek wilt verwijderen?', 'Êtes-vous sûr de vouloir supprimer la conversation?', 'Möchten Sie die Unterhaltung wirklich löschen?', 'Вы уверены, что хотите удалить разговор?', '¿Estás seguro de que quieres eliminar la conversación?', 'Sohbeti silmek istediğinizden emin misiniz?'),
(335, 'no_messages_found_hi', '', 'No messages were found, say Hi!', 'لم يتم العثور على رسائل، ويقول مرحبا!', 'Er zijn geen berichten gevonden, bijvoorbeeld Hallo!', NULL, 'Keine Nachrichten gefunden, sagen Hallo!', 'Сообщения не найдены, скажите Привет!', 'No se encontraron mensajes, decir Hola!', 'Mesaj bulunamadı, merhaba deyin!'),
(336, 'no_messages_found_channel', '', 'No messages were found, please choose a channel to chat.', 'لم يتم العثور على أية رسائل، يرجى اختيار قناة للدردشة.', 'Er zijn geen berichten gevonden. Kies een kanaal om te chatten.', NULL, 'Es wurden keine Nachrichten gefunden. Wähle einen Chat-Kanal aus.', 'Сообщения не найдены, выберите канал для чата.', 'No se encontraron mensajes, elija un canal para chatear.', 'Hiçbir mesaj bulunamadı, lütfen sohbet etmek için bir kanal seçin.'),
(337, 'no_match_found', '', 'No match found', 'لا يوجد تطابق', 'Geen overeenkomst gevonden', 'Pas de résultat trouvé', 'Keine Übereinstimmung gefunden', 'Не найдено совпадений', 'No se encontraron coincidencias', 'Eşleşme bulunamadı'),
(338, 'message', '', 'Message', 'رسالة', 'Bericht', 'Message', 'Botschaft', 'Сообщение', 'Mensaje', 'Mesaj'),
(339, 'write_message', '', 'Write a message...', 'اكتب رسالة...', 'Schrijf een bericht...', 'Écrire un message...', 'Eine Nachricht schreiben...', 'Напишите сообщение...', 'Escribe un mensaje...', 'Bir mesaj yaz...'),
(346, 'channels', '', 'Channels', 'قنوات', 'kanalen', 'Chaînes', 'Kanäle', 'каналы', 'Canales', 'Kanallar'),
(347, 'recent_articles', '', 'Most recent articles', 'أحدث المقالات', 'Meest recente artikelen', 'Articles les plus récents', 'Neueste Artikel', 'Последние статьи', 'Artículos más recientes', 'En yeni makaleler'),
(348, 'read_more', '', 'Read more', 'اقرأ أكثر', 'Lees verder', 'Lire la suite', 'Weiterlesen', 'Прочитайте больше', 'Lee mas', 'Daha fazla oku'),
(349, 'removed_history', '', 'Removed from History', 'تمت إزالته من السجل', 'Verwijderd uit de geschiedenis', NULL, 'Aus dem Verlauf entfernt', 'Удалено из истории', 'Eliminado de la historia', 'Geçmişten kaldırıldı'),
(350, 'show_less', '', 'Show less', 'عرض أقل', 'Vis mindre', 'Montre moins', 'Zeige weniger', 'Показывай меньше', 'Muestra menos', 'Daha az göster'),
(351, 'no_users_found', '', 'No users found', 'لم يتم العثور على أي مستخدم', 'Geen gebruikers gevonden', 'Aucun utilisateur trouvé', 'Keine Benutzer gefunden', 'Пользователи не найдены', 'No se encontraron usuarios', 'Kullanıcı bulunamadı'),
(352, 'social_links', '', 'Social links', 'روابط اجتماعية', 'Sociale links', 'Liens sociaux', 'Soziale Verbindungen', 'Социальные ссылки', 'Vínculos sociales', 'Sosyal bağlantılar'),
(353, 'cookie_message', '', 'This website uses cookies to ensure you get the best experience on our website.', 'يستخدم موقع الويب هذا ملفات تعريف الارتباط لضمان حصولك على أفضل تجربة على موقعنا.', 'Deze website maakt gebruik van cookies om ervoor te zorgen dat u de beste ervaring op onze website krijgt.', 'Ce site utilise des cookies pour vous assurer la meilleure expérience sur notre site.', 'Diese Website verwendet Cookies, um sicherzustellen, dass Sie die beste Erfahrung auf unserer Website erhalten.', 'На этом веб-сайте используются файлы cookie, чтобы вы могли получить лучший опыт на нашем веб-сайте.', 'Este sitio web utiliza cookies para garantizar que obtenga la mejor experiencia en nuestro sitio web.', 'Bu web sitesi, web sitemizde en iyi deneyimi yaşamanızı sağlamak için çerezleri kullanır.'),
(354, 'cookie_dismiss', '', 'Got It!', 'فهمتك!', 'Begrepen!', 'Je lai!', 'Ich habs!', 'Понял!', '¡Lo tengo!', 'Anladım!'),
(355, 'cookie_link', '', 'Learn More', 'أعرف أكثر', 'Kom meer te weten', 'Apprendre encore plus', 'Erfahren Sie mehr', 'Выучить больше', 'Aprende más', 'Daha fazla bilgi edin'),
(356, 'terms_accept', '', 'Please agree to the Terms of use & Privacy Policy', 'يرجى الموافقة على شروط الاستخدام وسياسة الخصوصية', 'Ga akkoord met de gebruiksvoorwaarden en het privacybeleid', 'Veuillez accepter les conditions dutilisation et la politique de confidentialité', 'Bitte stimme den Nutzungsbedingungen und Datenschutzrichtlinien zu', 'Пожалуйста, соглашайтесь с Условиями использования и Политикой конфиденциальности', 'Acepta los Términos de uso y la Política de privacidad', 'Lütfen Kullanım Koşulları ve Gizlilik Politikasını kabul edin'),
(357, 'terms_agreement', '', 'By creating your account, you agree to our', 'عن طريق إنشاء حسابك ، فإنك توافق على', 'Door uw account aan te maken, gaat u akkoord met onze', 'En créant votre compte, vous acceptez notre', 'Mit der Erstellung Ihres Benutzerkontos stimmen Sie unseren Nutzungsbedingungen zu', 'Создав свою учетную запись, вы соглашаетесь с нашими', 'Al crear su cuenta, usted acepta nuestra', 'Hesabınızı oluşturarak,'),
(358, 'no_notifications', '', 'You do not have any notifications', 'ليس لديك أي إخطارات', 'Je hebt geen meldingen', 'Vous navez aucune notification', 'Sie haben keine Benachrichtigungen', 'У вас нет уведомлений', 'No tienes ninguna notificación', 'Bildiriminiz yok'),
(359, 'no_notifications', '', 'You do not have any notifications', 'ليس لديك أي إخطارات', 'Je hebt geen meldingen', 'Vous navez aucune notification', 'Sie haben keine Benachrichtigungen', 'У вас нет уведомлений', 'No tienes ninguna notificación', 'Bildiriminiz yok'),
(360, 'cookie_message', '', 'This website uses cookies to ensure you get the best experience on our website.', 'يستخدم موقع الويب هذا ملفات تعريف الارتباط لضمان حصولك على أفضل تجربة على موقعنا.', 'Deze website maakt gebruik van cookies om ervoor te zorgen dat u de beste ervaring op onze website krijgt.', 'Ce site utilise des cookies pour vous assurer la meilleure expérience sur notre site.', 'Diese Website verwendet Cookies, um sicherzustellen, dass Sie die beste Erfahrung auf unserer Website erhalten.', 'На этом веб-сайте используются файлы cookie, чтобы вы могли получить лучший опыт на нашем веб-сайте.', 'Este sitio web utiliza cookies para garantizar que obtenga la mejor experiencia en nuestro sitio web.', 'Bu web sitesi, web sitemizde en iyi deneyimi yaşamanızı sağlamak için çerezleri kullanır.'),
(361, 'cookie_dismiss', '', 'Got It!', 'فهمتك!', 'Begrepen!', 'Je lai!', 'Ich habs!', 'Понял!', '¡Lo tengo!', 'Anladım!'),
(362, 'cookie_link', '', 'Learn More', 'أعرف أكثر', 'Kom meer te weten', 'Apprendre encore plus', 'Erfahren Sie mehr', 'Выучить больше', 'Aprende más', 'Daha fazla bilgi edin'),
(363, 'terms_accept', '', 'Please agree to the Terms of use & Privacy Policy', 'يرجى الموافقة على شروط الاستخدام وسياسة الخصوصية', 'Ga akkoord met de gebruiksvoorwaarden en het privacybeleid', 'Veuillez accepter les conditions dutilisation et la politique de confidentialité', 'Bitte stimme den Nutzungsbedingungen und Datenschutzrichtlinien zu', 'Пожалуйста, соглашайтесь с Условиями использования и Политикой конфиденциальности', 'Acepta los Términos de uso y la Política de privacidad', 'Lütfen Kullanım Koşulları ve Gizlilik Politikasını kabul edin'),
(364, 'terms_agreement', '', 'By creating your account, you agree to our', 'عن طريق إنشاء حسابك ، فإنك توافق على', 'Door uw account aan te maken, gaat u akkoord met onze', 'En créant votre compte, vous acceptez notre', 'Mit der Erstellung Ihres Benutzerkontos stimmen Sie unseren Nutzungsbedingungen zu', 'Создав свою учетную запись, вы соглашаетесь с нашими', 'Al crear su cuenta, usted acepta nuestra', 'Hesabınızı oluşturarak,'),
(365, 'no_notifications', '', 'You do not have any notifications', 'ليس لديك أي إخطارات', 'Je hebt geen meldingen', 'Vous navez aucune notification', 'Sie haben keine Benachrichtigungen', 'У вас нет уведомлений', 'No tienes ninguna notificación', 'Bildiriminiz yok'),
(366, 'unlisted', '', 'Unlisted', 'غير مدرج', 'geheim', 'Non listé', 'Nicht gelistet', 'Unlisted', 'No estante en la lista', 'Liste dışı'),
(367, 'video_private_text', '', 'This is video private, just the publisher can view it.', 'هذا فيديو خاص ، يمكن للناشر فقط مشاهدته.', 'Dit is video-privé, alleen de uitgever kan het bekijken.', 'C\'est de la vidéo privée, seul l\'éditeur peut le voir.', 'Dies ist Video privat, nur der Herausgeber kann es anzeigen.', 'Это видео конфиденциально, только издатель может его просмотреть.', 'Este es un video privado, solo el editor puede verlo.', 'Bu video özel, sadece yayıncı bunu görüntüleyebilir.'),
(368, 'instagram', '', 'Instagram', 'إينستاجرام', 'Instagram', 'Instagram', 'Instagram', 'Instagram', 'Instagram', 'Instagram'),
(369, 'original', '', 'Original', 'أصلي', 'origineel', 'Original', 'Original', 'оригинал', 'Original', 'orijinal'),
(370, 'age_restriction', '', 'Age Restriction', 'شرط العمر أو السن', 'Leeftijdsbeperking', 'Restriction d\'âge', 'Altersbeschränkung', 'Ограничение возраста', 'Restricción de edad', 'Yaş kısıtlaması'),
(371, 'all_ages', '', 'All ages can view this video', 'يمكن لجميع الأعمار مشاهدة هذا الفيديو', 'Alle leeftijden kunnen deze video bekijken', 'Tous les âges peuvent voir cette vidéo', 'Alle Altersgruppen können dieses Video ansehen', 'Все возрасты могут просматривать это видео', 'Todas las edades pueden ver este video', 'Her yaştan bu videoyu görüntüleyebilir'),
(372, 'only_18', '', 'Only +18', 'فقط +18', 'Alleen +18', 'Seulement +18', 'Nur +18', 'Только +18', 'Solo +18', 'Sadece +18'),
(373, 'not_allowed_change_age', '', 'You are not allowed to change your age more than one time', 'لا يسمح لك بتغيير عمرك أكثر من مرة', 'Het is niet toegestaan ​​om je leeftijd meer dan één keer te veranderen', 'Vous n\'êtes pas autorisé à changer votre âge plus d\'une fois', 'Sie dürfen Ihr Alter nicht mehr als einmal ändern', 'Вам не разрешается менять свой возраст более одного раза', 'No puedes cambiar tu edad más de una vez', 'Yaşınızı bir kereden fazla değiştiremezsiniz'),
(374, 'age_restrict_text', '', 'This video is age restricted for viewers under +18', 'هذا الفيديو مقيّد بالعمر للمشاهدين تحت +18', 'Deze video is leeftijdsbeperkend voor kijkers onder +18', 'Cette vidéo est limitée à l’âge pour les téléspectateurs de moins de 18 ans.', 'Dieses Video ist für Zuschauer unter +18 Altersbeschränkung', 'Это видео ограничено для зрителей под +18', 'Este video está restringido para menores de 18 años.', 'Bu video, +18 yaşın altındaki görüntüleyenler için kısıtlanmış'),
(375, 'age_restrcit_text_2', '', 'Create an account or login to confirm your age.', 'قم بإنشاء حساب أو تسجيل الدخول لتأكيد عمرك.', 'Maak een account aan of log in om uw leeftijd te bevestigen.', 'Créez un compte ou connectez-vous pour confirmer votre âge.', 'Erstelle ein Konto oder logge dich ein, um dein Alter zu bestätigen.', 'Создайте учетную запись или авторизуйтесь, чтобы подтвердить свой возраст.', 'Crea una cuenta o inicia sesión para confirmar tu edad.', 'Yaşınızı onaylamak için bir hesap oluşturun veya giriş yapın.'),
(376, 'donation_paypal_email', '', 'Donation PayPal Email', 'التبرع البريد الإلكتروني بأي بال', 'Donatie PayPal E-mail', 'Don PayPal Email', 'Spende PayPal E-Mail', 'Пожертвование PayPal Email', 'Donación Correo electrónico de PayPal', 'Bağış PayPal Email'),
(377, 'download', '', 'Download', 'تحميل', 'Download', 'Télécharger', 'Herunterladen', 'Скачать', 'Descargar', 'İndir'),
(378, 'donate', '', 'Donate', 'تبرع', 'schenken', 'Faire un don', 'Spenden', 'жертвовать', 'Donar', 'bağışlamak'),
(379, 'video_approve_text', '', 'This video is being reviewed, please check back later.', 'هذا الفيديو قيد المراجعة ، يرجى معاودة التحقق لاحقًا.', 'Deze video wordt beoordeeld. Kom later nog eens terug.', 'Cette vidéo est en cours de révision, veuillez vérifier plus tard.', 'Dieses Video wird gerade überprüft. Bitte schauen Sie später noch einmal vorbei.', 'Это видео просматривается, пожалуйста, зайдите позже.', 'Este video está siendo revisado, por favor revise más tarde.', 'Bu video inceleniyor, lütfen daha sonra tekrar kontrol edin.'),
(380, '_reached_upload_limit', '', 'You have reached your upload limit.', 'لقد وصلت إلى حد التحميل الخاص بك.', 'Je hebt je uploadlimiet bereikt.', 'Vous avez atteint votre limite de téléchargement.', 'Sie haben Ihr Upload-Limit erreicht.', 'Вы достигли предела загрузки.', 'Has alcanzado tu límite de carga.', 'Yükleme sınırınıza ulaştınız.'),
(381, 'delete_some_videos', '', 'Please delete some of your videos in able to upload more.', 'يرجى حذف بعض مقاطع الفيديو التابعة لك وقادرة على تحميل المزيد.', 'Verwijder enkele van je video\'s in staat om meer te uploaden.', 'Veuillez supprimer certaines de vos vidéos pour pouvoir en télécharger davantage.', 'Bitte lösche einige deiner Videos, um mehr hochladen zu können.', 'Пожалуйста, удалите некоторые из ваших видеороликов, которые могут загрузить больше.', 'Elimina algunos de tus videos para poder subir más.', 'Lütfen daha fazla yükleme yapabileceğiniz videolarınızın bir kısmını silin.'),
(382, 'unlisted', '', 'Unlisted', 'غير مدرج', 'geheim', 'Non listé', 'Nicht gelistet', 'Unlisted', 'No estante en la lista', 'Liste dışı'),
(383, 'video_private_text', '', 'This is video private, just the publisher can view it.', 'هذا فيديو خاص ، يمكن للناشر فقط مشاهدته.', 'Dit is video-privé, alleen de uitgever kan het bekijken.', 'C\'est de la vidéo privée, seul l\'éditeur peut le voir.', 'Dies ist Video privat, nur der Herausgeber kann es anzeigen.', 'Это видео конфиденциально, только издатель может его просмотреть.', 'Este es un video privado, solo el editor puede verlo.', 'Bu video özel, sadece yayıncı bunu görüntüleyebilir.'),
(384, 'instagram', '', 'Instagram', 'إينستاجرام', 'Instagram', 'Instagram', 'Instagram', 'Instagram', 'Instagram', 'Instagram'),
(385, 'original', '', 'Original', 'أصلي', 'origineel', 'Original', 'Original', 'оригинал', 'Original', 'orijinal'),
(386, 'age_restriction', '', 'Age Restriction', 'شرط العمر أو السن', 'Leeftijdsbeperking', 'Restriction d\'âge', 'Altersbeschränkung', 'Ограничение возраста', 'Restricción de edad', 'Yaş kısıtlaması'),
(387, 'all_ages', '', 'All ages can view this video', 'يمكن لجميع الأعمار مشاهدة هذا الفيديو', 'Alle leeftijden kunnen deze video bekijken', 'Tous les âges peuvent voir cette vidéo', 'Alle Altersgruppen können dieses Video ansehen', 'Все возрасты могут просматривать это видео', 'Todas las edades pueden ver este video', 'Her yaştan bu videoyu görüntüleyebilir'),
(388, 'only_18', '', 'Only +18', 'فقط +18', 'Alleen +18', 'Seulement +18', 'Nur +18', 'Только +18', 'Solo +18', 'Sadece +18'),
(389, 'not_allowed_change_age', '', 'You are not allowed to change your age more than one time', 'لا يسمح لك بتغيير عمرك أكثر من مرة', 'Het is niet toegestaan ​​om je leeftijd meer dan één keer te veranderen', 'Vous n\'êtes pas autorisé à changer votre âge plus d\'une fois', 'Sie dürfen Ihr Alter nicht mehr als einmal ändern', 'Вам не разрешается менять свой возраст более одного раза', 'No puedes cambiar tu edad más de una vez', 'Yaşınızı bir kereden fazla değiştiremezsiniz'),
(390, 'age_restrict_text', '', 'This video is age restricted for viewers under +18', 'هذا الفيديو مقيّد بالعمر للمشاهدين تحت +18', 'Deze video is leeftijdsbeperkend voor kijkers onder +18', 'Cette vidéo est limitée à l’âge pour les téléspectateurs de moins de 18 ans.', 'Dieses Video ist für Zuschauer unter +18 Altersbeschränkung', 'Это видео ограничено для зрителей под +18', 'Este video está restringido para menores de 18 años.', 'Bu video, +18 yaşın altındaki görüntüleyenler için kısıtlanmış'),
(391, 'age_restrcit_text_2', '', 'Create an account or login to confirm your age.', 'قم بإنشاء حساب أو تسجيل الدخول لتأكيد عمرك.', 'Maak een account aan of log in om uw leeftijd te bevestigen.', 'Créez un compte ou connectez-vous pour confirmer votre âge.', 'Erstelle ein Konto oder logge dich ein, um dein Alter zu bestätigen.', 'Создайте учетную запись или авторизуйтесь, чтобы подтвердить свой возраст.', 'Crea una cuenta o inicia sesión para confirmar tu edad.', 'Yaşınızı onaylamak için bir hesap oluşturun veya giriş yapın.'),
(392, 'donation_paypal_email', '', 'Donation PayPal Email', 'التبرع البريد الإلكتروني بأي بال', 'Donatie PayPal E-mail', 'Don PayPal Email', 'Spende PayPal E-Mail', 'Пожертвование PayPal Email', 'Donación Correo electrónico de PayPal', 'Bağış PayPal Email'),
(393, 'download', '', 'Download', 'تحميل', 'Download', 'Télécharger', 'Herunterladen', 'Скачать', 'Descargar', 'İndir'),
(394, 'donate', '', 'Donate', 'تبرع', 'schenken', 'Faire un don', 'Spenden', 'жертвовать', 'Donar', 'bağışlamak'),
(395, 'video_approve_text', '', 'This video is being reviewed, please check back later.', 'هذا الفيديو قيد المراجعة ، يرجى معاودة التحقق لاحقًا.', 'Deze video wordt beoordeeld. Kom later nog eens terug.', 'Cette vidéo est en cours de révision, veuillez vérifier plus tard.', 'Dieses Video wird gerade überprüft. Bitte schauen Sie später noch einmal vorbei.', 'Это видео просматривается, пожалуйста, зайдите позже.', 'Este video está siendo revisado, por favor revise más tarde.', 'Bu video inceleniyor, lütfen daha sonra tekrar kontrol edin.'),
(396, '_reached_upload_limit', '', 'You have reached your upload limit.', 'لقد وصلت إلى حد التحميل الخاص بك.', 'Je hebt je uploadlimiet bereikt.', 'Vous avez atteint votre limite de téléchargement.', 'Sie haben Ihr Upload-Limit erreicht.', 'Вы достигли предела загрузки.', 'Has alcanzado tu límite de carga.', 'Yükleme sınırınıza ulaştınız.'),
(397, 'delete_some_videos', '', 'Please delete some of your videos in able to upload more.', 'يرجى حذف بعض مقاطع الفيديو التابعة لك وقادرة على تحميل المزيد.', 'Verwijder enkele van je video\'s in staat om meer te uploaden.', 'Veuillez supprimer certaines de vos vidéos pour pouvoir en télécharger davantage.', 'Bitte lösche einige deiner Videos, um mehr hochladen zu können.', 'Пожалуйста, удалите некоторые из ваших видеороликов, которые могут загрузить больше.', 'Elimina algunos de tus videos para poder subir más.', 'Lütfen daha fazla yükleme yapabileceğiniz videolarınızın bir kısmını silin.'),
(398, 'unlisted', '', 'Unlisted', 'غير مدرج', 'geheim', 'Non listé', 'Nicht gelistet', 'Unlisted', 'No estante en la lista', 'Liste dışı'),
(399, 'video_private_text', '', 'This is video private, just the publisher can view it.', 'هذا فيديو خاص ، يمكن للناشر فقط مشاهدته.', 'Dit is video-privé, alleen de uitgever kan het bekijken.', 'C\'est de la vidéo privée, seul l\'éditeur peut le voir.', 'Dies ist Video privat, nur der Herausgeber kann es anzeigen.', 'Это видео конфиденциально, только издатель может его просмотреть.', 'Este es un video privado, solo el editor puede verlo.', 'Bu video özel, sadece yayıncı bunu görüntüleyebilir.'),
(400, 'instagram', '', 'Instagram', 'إينستاجرام', 'Instagram', 'Instagram', 'Instagram', 'Instagram', 'Instagram', 'Instagram'),
(401, 'original', '', 'Original', 'أصلي', 'origineel', 'Original', 'Original', 'оригинал', 'Original', 'orijinal'),
(402, 'age_restriction', '', 'Age Restriction', 'شرط العمر أو السن', 'Leeftijdsbeperking', 'Restriction d\'âge', 'Altersbeschränkung', 'Ограничение возраста', 'Restricción de edad', 'Yaş kısıtlaması'),
(403, 'all_ages', '', 'All ages can view this video', 'يمكن لجميع الأعمار مشاهدة هذا الفيديو', 'Alle leeftijden kunnen deze video bekijken', 'Tous les âges peuvent voir cette vidéo', 'Alle Altersgruppen können dieses Video ansehen', 'Все возрасты могут просматривать это видео', 'Todas las edades pueden ver este video', 'Her yaştan bu videoyu görüntüleyebilir'),
(404, 'only_18', '', 'Only +18', 'فقط +18', 'Alleen +18', 'Seulement +18', 'Nur +18', 'Только +18', 'Solo +18', 'Sadece +18'),
(405, 'not_allowed_change_age', '', 'You are not allowed to change your age more than one time', 'لا يسمح لك بتغيير عمرك أكثر من مرة', 'Het is niet toegestaan ​​om je leeftijd meer dan één keer te veranderen', 'Vous n\'êtes pas autorisé à changer votre âge plus d\'une fois', 'Sie dürfen Ihr Alter nicht mehr als einmal ändern', 'Вам не разрешается менять свой возраст более одного раза', 'No puedes cambiar tu edad más de una vez', 'Yaşınızı bir kereden fazla değiştiremezsiniz'),
(406, 'age_restrict_text', '', 'This video is age restricted for viewers under +18', 'هذا الفيديو مقيّد بالعمر للمشاهدين تحت +18', 'Deze video is leeftijdsbeperkend voor kijkers onder +18', 'Cette vidéo est limitée à l’âge pour les téléspectateurs de moins de 18 ans.', 'Dieses Video ist für Zuschauer unter +18 Altersbeschränkung', 'Это видео ограничено для зрителей под +18', 'Este video está restringido para menores de 18 años.', 'Bu video, +18 yaşın altındaki görüntüleyenler için kısıtlanmış'),
(407, 'age_restrcit_text_2', '', 'Create an account or login to confirm your age.', 'قم بإنشاء حساب أو تسجيل الدخول لتأكيد عمرك.', 'Maak een account aan of log in om uw leeftijd te bevestigen.', 'Créez un compte ou connectez-vous pour confirmer votre âge.', 'Erstelle ein Konto oder logge dich ein, um dein Alter zu bestätigen.', 'Создайте учетную запись или авторизуйтесь, чтобы подтвердить свой возраст.', 'Crea una cuenta o inicia sesión para confirmar tu edad.', 'Yaşınızı onaylamak için bir hesap oluşturun veya giriş yapın.'),
(408, 'donation_paypal_email', '', 'Donation PayPal Email', 'التبرع البريد الإلكتروني بأي بال', 'Donatie PayPal E-mail', 'Don PayPal Email', 'Spende PayPal E-Mail', 'Пожертвование PayPal Email', 'Donación Correo electrónico de PayPal', 'Bağış PayPal Email'),
(409, 'download', '', 'Download', 'تحميل', 'Download', 'Télécharger', 'Herunterladen', 'Скачать', 'Descargar', 'İndir'),
(410, 'donate', '', 'Donate', 'تبرع', 'schenken', 'Faire un don', 'Spenden', 'жертвовать', 'Donar', 'bağışlamak'),
(411, 'video_approve_text', '', 'This video is being reviewed, please check back later.', 'هذا الفيديو قيد المراجعة ، يرجى معاودة التحقق لاحقًا.', 'Deze video wordt beoordeeld. Kom later nog eens terug.', 'Cette vidéo est en cours de révision, veuillez vérifier plus tard.', 'Dieses Video wird gerade überprüft. Bitte schauen Sie später noch einmal vorbei.', 'Это видео просматривается, пожалуйста, зайдите позже.', 'Este video está siendo revisado, por favor revise más tarde.', 'Bu video inceleniyor, lütfen daha sonra tekrar kontrol edin.'),
(412, '_reached_upload_limit', '', 'You have reached your upload limit.', 'لقد وصلت إلى حد التحميل الخاص بك.', 'Je hebt je uploadlimiet bereikt.', 'Vous avez atteint votre limite de téléchargement.', 'Sie haben Ihr Upload-Limit erreicht.', 'Вы достигли предела загрузки.', 'Has alcanzado tu límite de carga.', 'Yükleme sınırınıza ulaştınız.'),
(413, 'delete_some_videos', '', 'Please delete some of your videos in able to upload more.', 'يرجى حذف بعض مقاطع الفيديو التابعة لك وقادرة على تحميل المزيد.', 'Verwijder enkele van je video\'s in staat om meer te uploaden.', 'Veuillez supprimer certaines de vos vidéos pour pouvoir en télécharger davantage.', 'Bitte lösche einige deiner Videos, um mehr hochladen zu können.', 'Пожалуйста, удалите некоторые из ваших видеороликов, которые могут загрузить больше.', 'Elimina algunos de tus videos para poder subir más.', 'Lütfen daha fazla yükleme yapabileceğiniz videolarınızın bir kısmını silin.'),
(414, 'other', 'Other', 'Other', 'آخر', 'anders', 'Autre', 'Andere', 'Другой', 'Otro', 'Diğer'),
(415, 'no_more_s_to_show', 'No more subscriptions', 'No more subscriptions', 'لا مزيد من الاشتراكات', 'Geen abonnementen meer', 'Pas plus d\'abonnements', 'Keine weiteren Abonnements', 'Нет больше подписок', 'No mas suscripciones', 'Başka abonelik yok'),
(416, 'sell_videos', 'Sell videos at any price', 'Sell videos at any price', 'بيع أشرطة الفيديو بأي ثمن', 'Verkoop video\'s voor elke prijs', 'Vendre des vidéos à tout prix', 'Verkaufen Sie Videos um jeden Preis', 'Продавать видео по любой цене', 'Vende videos a cualquier precio', 'Videoları herhangi bir fiyattan satmak'),
(417, 'set_p_v', 'Price (Leave empty for free videos)', 'Price (Leave empty for free videos)', 'حدد سعرًا للمشاهد', 'Stel een prijs in voor de kijker', 'Fixer un prix pour le spectateur', 'Legen Sie einen Preis für den Viewer fest', 'Установить цену для зрителя', 'Establecer un precio para el espectador', 'Görüntüleyici için bir fiyat belirleme'),
(418, 'p_m_than_', 'Minimum price you can set is', 'Minimum price you can set is', 'أقل سعر يمكنك تعيينه هو', 'Minimumprijs die u kunt instellen is', 'Le prix minimum que vous pouvez définir est', 'Mindestpreis, den Sie einstellen können, ist', 'Минимальная цена, которую вы можете установить,', 'El precio mínimo que puede establecer es', 'Ayarlayabileceğiniz minimum fiyat:'),
(419, 'pay_to_see', 'This video is being sold, you have to purchase the video to watch it.', 'This video is being sold, you have to purchase the video to watch it.', 'يتم بيع هذا الفيديو ، يجب عليك شراء الفيديو لمشاهدته.', 'Deze video wordt verkocht, je moet de video kopen om deze te bekijken.', 'Cette vidéo est en vente, vous devez acheter la vidéo pour la regarder.', 'Dieses Video wird verkauft, Sie müssen es kaufen, um es anzusehen.', 'Это видео продается, вы должны купить видео, чтобы посмотреть его.', 'Este video se está vendiendo, tienes que comprar el video para verlo.', 'Bu video satılıyor, izlemek için videoyu satın almanız gerekiyor.');
INSERT INTO `langs` (`id`, `lang_key`, `type`, `english`, `arabic`, `dutch`, `french`, `german`, `russian`, `spanish`, `turkish`) VALUES
(420, 'pay', 'Purchase', 'Purchase', 'دفع', 'Betalen', 'Payer', 'Zahlen', 'платить', 'Paga', 'ödeme'),
(421, 'paid_videos', 'Paid Videos', 'Paid Videos', 'مقاطع الفيديو المدفوعة', 'Betaalde video\'s', 'Vidéos payées', 'Bezahlte Videos', 'Платные видео', 'Videos de pago', 'Ücretli Videolar'),
(422, 'no_videos_found_paid', 'No paid videos found', 'No paid videos found', 'لم يتم العثور على مقاطع فيديو مدفوعة', 'Geen betaalde video\'s gevonden', 'Aucune vidéo payée trouvée', 'Keine bezahlten Videos gefunden', 'Платные видео не найдены', 'No se encontraron videos pagados', 'Ücretli video bulunamadı'),
(423, 'transactions', 'Transactions', 'Transactions', 'المعاملات', 'transacties', 'Transactions', 'Transaktionen', 'операции', 'Actas', 'işlemler'),
(424, 'id', 'ID', 'ID', 'هوية شخصية', 'ID kaart', 'ID', 'ICH WÜRDE', 'Я БЫ', 'CARNÉ DE IDENTIDAD', 'İD'),
(425, 'payer_name', 'Payer Name', 'Payer Name', 'اسم المدفوع', 'Naam betaler', 'Nom du payeur', 'Name des Zahlers', 'Имя плательщика', 'Nombre del pagador', 'Ödeme adı'),
(426, 'video', 'Video', 'Video', 'فيديو', 'Video', 'Vidéo', 'Video', 'видео', 'Vídeo', 'Video'),
(427, 'site_com', 'Site Commission', 'Site Commission', 'لجنة الموقع', 'Site Commissie', 'Commission de chantier', 'Standortkommission', 'Комиссия сайта', 'Comisión del sitio', 'Site Komisyonu'),
(428, 'time', 'Time', 'Time', 'زمن', 'Tijd', 'Temps', 'Zeit', 'Время', 'Hora', 'zaman'),
(429, 'paid_to_see', 'purchased your video', 'purchased your video', 'اشتريت الفيديو الخاص بك', 'heb je video gekocht', 'acheté votre vidéo', 'kaufte dein video', 'купил ваше видео', 'compré tu video', 'videonuzu satın aldı'),
(430, 'video_price', 'This video price is:', 'This video price is:', 'سعر الفيديو هذا هو:', 'Deze videoprijs is:', 'Le prix de cette vidéo est:', 'Dieser Videopreis beträgt:', 'Цена этого видео:', 'El precio de este video es:', 'Bu video fiyatı:'),
(431, 'purchased', 'Purchases', 'Purchases', 'اشترى', 'Gekocht', 'Acheté', 'Gekauft', 'купленный', 'Comprado', 'satın alındı'),
(432, 'balance_', 'Balance', 'Balance', 'توازن', 'Balans', 'Équilibre', 'Balance', 'Остаток средств', 'Equilibrar', 'Denge'),
(433, 'video_price_error', 'The video price should be numeric and greater than', 'The video price should be numeric and greater than', 'يجب أن يكون سعر الفيديو رقميًا وأكبر من', 'De videoprijs moet numeriek en groter zijn dan', 'Le prix de la vidéo doit être numérique et supérieur à', 'Der Videopreis sollte numerisch und größer als sein', 'Цена видео должна быть числовой и превышать', 'El precio del video debe ser numérico y mayor que', 'Video fiyatı sayısal ve daha büyük olmalıdır'),
(434, 'video_verified', 'This video is verified by our team', 'This video is verified by our team', 'تم التحقق من هذا الفيديو بواسطة فريقنا', 'Deze video wordt geverifieerd door ons team', 'Cette vidéo est vérifiée par notre équipe', 'Dieses Video wird von unserem Team überprüft', 'Это видео проверено нашей командой', 'Este video es verificado por nuestro equipo.', 'Bu video ekibimiz tarafından doğrulandı'),
(435, 'video_not_available', 'This video is no longer available', 'This video is no longer available', 'هذا المقطع لم يعد متوفرا', 'Deze video is niet langer beschikbaar', 'Cette vidéo n\'est plus disponible', 'Dieses Video ist nicht mehr verfügbar', 'Это видео больше не доступно', 'Este video ya no está disponible', 'Bu video artık mevcut değil'),
(436, 'admin_can_see', 'You have access to all videos, paid and free as you are an admin.', 'You have access to all videos, paid and free as you are an admin.', 'لديك حق الوصول إلى جميع مقاطع الفيديو ، مدفوعة ومجانية كما كنت مسؤولا.', 'Je hebt toegang tot alle video\'s, betaald en gratis als je een beheerder bent.', 'Vous avez accès à toutes les vidéos, payantes et gratuites, car vous êtes un administrateur.', 'Sie haben Zugriff auf alle Videos, bezahlt und kostenlos, da Sie ein Administrator sind.', 'У вас есть доступ ко всем видео, платным и бесплатным, поскольку вы являетесь администратором.', 'Tienes acceso a todos los videos, de pago y gratis como eres administrador.', 'Tüm videolara, yönetici olduğunuzdan ücretli ve ücretsiz erişebilirsiniz.'),
(437, 'net_earn', 'Net earnings', 'Net earnings', 'صافي الأرباح', 'Netto inkomen', 'Bénéfice net', 'Nettoverdienst', 'Чистая выручка', 'Ganancias netas', 'Net kazançlar'),
(438, 'user_upload_limit', 'User Upload Limit', 'User Upload Limit', 'حد تحميل المستخدم', 'Gebruikers upload limiet', 'Limite de téléchargement utilisateur', 'Benutzer-Upload-Limit', 'Предел загрузки пользователя', 'Límite de carga del usuario', 'Kullanıcı Yükleme Sınırı'),
(439, 'user_reached_upload_limit', 'You have reached your maximum upload limit, if you wish to increase it', 'You have reached your maximum upload limit, if you wish to increase it', 'لقد وصلت إلى الحد الأقصى للتحميل ، إذا كنت ترغب في زيادته', 'U heeft uw maximale uploadlimiet bereikt, als u deze wilt verhogen', 'Vous avez atteint votre limite maximale de téléchargement, si vous souhaitez l\'augmenter', 'Sie haben Ihr maximales Upload-Limit erreicht, wenn Sie es erhöhen möchten', 'Вы достигли максимального лимита загрузки, если хотите увеличить его', 'Has alcanzado tu límite máximo de carga, si deseas aumentarlo', 'Artırmak isterseniz, maksimum yükleme sınırınıza ulaştınız'),
(440, 'please_contact', 'please contact us', 'please contact us', 'الرجاء التواصل معنا', 'Gelieve ons te contacteren', 'Contactez nous s\'il vous plait', 'bitte kontaktieren Sie uns', 'пожалуйста свяжитесь с нами', 'por favor contáctenos', 'lütfen bizimle iletişime geçin'),
(441, '_reached_max_limit', 'You have reached your maximum upload limit', 'You have reached your maximum upload limit', 'لقد وصلت إلى الحد الأقصى للتحميل', 'U heeft uw maximale uploadlimiet bereikt', 'Vous avez atteint votre limite de téléchargement maximale', 'Sie haben Ihr maximales Upload-Limit erreicht', 'Вы достигли максимального ограничения загрузки', 'Has alcanzado tu límite máximo de subida.', 'Maksimum yükleme sınırınıza ulaştınız'),
(442, 'upload_up', 'Upload up to', 'Upload up to', 'تحميل حتى', 'Upload tot', 'Télécharger jusqu\'à', 'Laden Sie bis zu', 'Загрузить до', 'Subir hasta', 'Kadar yükle'),
(443, 'upload_up_no_limit', 'Upload unlimited videos', 'Upload unlimited videos', 'تحميل مقاطع فيديو غير محدودة', 'Upload onbeperkt video\'s', 'Télécharger des vidéos illimitées', 'Lade unbegrenzt Videos hoch', 'Загружайте неограниченное количество видео', 'Subir videos ilimitados', 'Sınırsız video yükle'),
(444, 'two_factor', 'Two-factor authentication', 'Two-factor authentication', 'توثيق ذو عاملين', 'Twee-factor-authenticatie', 'Authentification à deux facteurs', 'Zwei-Faktor-Authentifizierung', 'Двухфакторная аутентификация', 'Autenticación de dos factores', 'İki faktörlü kimlik doğrulama'),
(445, 'disable', 'Disable', 'Disable', 'تعطيل', 'onbruikbaar maken', 'Désactiver', 'Deaktivieren', 'запрещать', 'Inhabilitar', 'Devre dışı'),
(446, 'enable', 'Enable', 'Enable', 'مكن', 'in staat stellen', 'Activer', 'Aktivieren', 'включить', 'Habilitar', 'etkinleştirme'),
(447, 'sent_two_factor_email', 'We have sent you the confirmation code to your email address.', 'We have sent you the confirmation code to your email address.', 'لقد أرسلنا إليك رمز التأكيد إلى عنوان بريدك الإلكتروني.', 'We hebben je de bevestigingscode gestuurd naar je e-mailadres.', 'Nous vous avons envoyé le code de confirmation à votre adresse e-mail.', 'Wir haben Ihnen den Bestätigungscode an Ihre E-Mail-Adresse gesendet.', 'Мы отправили вам код подтверждения на ваш адрес электронной почты.', 'Le hemos enviado el código de confirmación a su dirección de correo electrónico.', 'Size e-posta adresinize onay kodunu gönderdik.'),
(448, 'confirm_code', 'Confirmation Code', 'Confirmation Code', 'تأكيد الكود', 'Bevestigingscode', 'Code de confirmation', 'Bestätigungscode', 'Код для подтверждения', 'Código de confirmación', 'Onay kodu'),
(449, 'wrong_confirm_code', 'Wrong confirmation code', 'Wrong confirmation code', 'رمز تأكيد خطأ', 'Foutieve bevestigingscode', 'Mauvais code de confirmation', 'Falscher Bestätigungscode', 'Неверный код подтверждения', 'Código de confirmación incorrecto', 'Yanlış onay kodu'),
(450, 'two_factor_description', 'Turn on 2-step login to level-up your account\'s security, Once turned on, you\'ll use both your passw', 'Turn on 2-step login to level-up your account\'s security, Once turned on, you\'ll use both your password and a 6-digit security code sent to your email to log in.', 'قم بتشغيل تسجيل الدخول المكوَّن من خطوتين لتحسين مستوى أمان حسابك ، وبمجرد تشغيله ، ستستخدم كل من كلمة المرور ورمز الحماية المكون من 6 أرقام والمرسلين إلى بريدك الإلكتروني لتسجيل الدخول.', 'Schakel login in 2 stappen in om de beveiliging van uw account te verbeteren. Als u eenmaal bent ingeschakeld, gebruikt u zowel uw wachtwoord als een uit 6 cijfers bestaande beveiligingscode die naar uw e-mailadres is gestuurd om u aan te melden.', 'Activez la connexion en deux étapes pour renforcer la sécurité de votre compte. Une fois activé, vous utiliserez votre mot de passe et un code de sécurité à 6 chiffres envoyé à votre adresse e-mail pour vous connecter.', 'Aktivieren Sie die Anmeldung in zwei Schritten, um die Sicherheit Ihres Kontos zu erhöhen. Nach dem Einschalten verwenden Sie sowohl Ihr Passwort als auch einen 6-stelligen Sicherheitscode, der an Ihre E-Mail gesendet wird, um sich anzumelden.', 'Включите двухэтапную регистрацию, чтобы повысить уровень безопасности своей учетной записи. После включения вы будете использовать для входа в свой пароль и 6-значный код безопасности, отправленный на вашу электронную почту.', 'Active el inicio de sesión en dos pasos para aumentar la seguridad de su cuenta. Una vez que lo haya activado, utilizará su contraseña y un código de seguridad de 6 dígitos enviado a su correo electrónico para iniciar sesión.', 'Hesabınızın güvenliğini artırmak için 2 adımlı giriş özelliğini açın. Açıldıktan sonra, giriş yapmak için e-postanıza gönderilen şifrenizi ve 6 basamaklı bir güvenlik kodunu kullanacaksınız.'),
(451, 'upload_date', 'Upload Date', 'Upload Date', 'تاريخ الرفع', 'Upload datum', 'Date de dépôt', 'Hochladedatum', 'Дата загрузки', 'Fecha de carga', 'Yükleme tarihi'),
(452, 'last_hour', 'Last hour', 'Last hour', 'الساعة الأخيرة', 'Laatste uur', 'Dernière heure', 'Letzte Stunde', 'Последний час', 'Ultima hora', 'Son saat'),
(453, 'today', 'Today', 'Today', 'اليوم', 'Vandaag', 'Aujourd\'hui', 'Heute', 'сегодня', 'Hoy', 'Bugün'),
(454, 'this_week', 'This week', 'This week', 'هذا الاسبوع', 'Deze week', 'Cette semaine', 'Diese Woche', 'На этой неделе', 'Esta semana', 'Bu hafta'),
(455, 'this_month', 'This month', 'This month', 'هذا الشهر', 'Deze maand', 'Ce mois-ci', 'Diesen Monat', 'Этот месяц', 'Este mes', 'Bu ay'),
(456, 'this_year', 'This year', 'This year', 'هذا العام', 'Dit jaar', 'Cette année', 'Dieses Jahr', 'В этом году', 'Este año', 'Bu yıl'),
(457, 'video_studio', 'Video Studio', 'Video Studio', 'فيديو ستوديو', 'Video Studio', 'Studio vidéo', 'Videostudio', 'Видеостудия', 'Estudio de video', 'Video Stüdyosu'),
(458, 'view_analytics', 'View Analytics', 'View Analytics', 'عرض التحليلات', 'Bekijk Analytics', 'Voir Analytics', 'Analytics anzeigen', 'Просмотр аналитики', 'Ver Analytics', 'Analytics\'i görüntüle'),
(459, 'likes', 'Likes', 'Likes', 'الإعجابات', 'sympathieën', 'Aime', 'Likes', 'Нравится', 'Gustos', 'Seviyor'),
(460, 'dislikes', 'Dislikes', 'Dislikes', 'يكره', 'Houdt niet van', 'N\'aime pas', 'Abneigungen', 'Не нравится', 'Aversiones', 'Beğenmeme'),
(461, 'video_analytics', 'Video Analytics', 'Video Analytics', 'تحليلات الفيديو', 'Video Analytics', 'Analyse vidéo', 'Video Analytics', 'Видео Аналитика', 'Video Analytics', 'Video Analizi'),
(462, 'total_likes', 'Total Likes', 'Total Likes', 'مجموع يحب', 'Totaal houdt van', 'Total de J\'aime', 'Likes insgesamt', 'Всего лайков', 'Me gusta en total', 'Toplam Beğeniler'),
(463, 'total_dislikes', 'Total Dislikes', 'Total Dislikes', 'مجموع يكره', 'Totaal houdt niet van', 'Total n\'aime pas', 'Total Abneigungen', 'Всего не нравится', 'Aversiones totales', 'Toplam Sevmediğim'),
(464, 'total_views', 'Total Views', 'Total Views', 'عدد المشاهدات', 'Totaal aantal weergaven', 'Vues totales', 'Gesamtansichten', 'Всего просмотров', 'Vistas totales', 'Toplam görüntülenme'),
(465, 'view_report', 'View report', 'View report', 'عرض التقرير', 'Bekijk rapport', 'Voir le rapport', 'Zeige Bericht', 'Посмотреть отчет', 'Vista del informe', 'Raporu görüntüle'),
(466, 'dashboard', 'Dashboard', 'Dashboard', 'لوحة القيادة', 'Dashboard', 'Tableau de bord', 'Instrumententafel', 'Приборная доска', 'Tablero', 'gösterge paneli'),
(467, 'latest_comments', 'Latest Comments', 'Latest Comments', 'أحدث تعليقات', 'laatste Reacties', 'Derniers Commentaires', 'neueste Kommentare', 'Последние комментарии', 'últimos comentarios', 'son Yorumlar'),
(468, 'total_comments', 'Total Comments', 'Total Comments', 'مجموع التعليقات', 'Totaal commentaar', 'Total des commentaires', 'Kommentare insgesamt', 'Всего комментариев', 'Total de comentarios', 'Toplam Yorumlar'),
(469, 'total_comments_today', 'Comments Today', 'Comments Today', 'مجموع التعليقات اليوم', 'Totaal aantal reacties vandaag', 'Total des commentaires aujourd\'hui', 'Kommentare heute insgesamt', 'Всего комментариев сегодня', 'Total de comentarios hoy', 'Bugün Toplam Yorum'),
(470, 'total_comments_month', 'Comments This Month', 'Comments This Month', 'مجموع التعليقات هذا الشهر', 'Totaal aantal reacties deze maand', 'Total des commentaires ce mois-ci', 'Kommentare insgesamt in diesem Monat', 'Всего комментариев в этом месяце', 'Total de comentarios este mes', 'Bu Ayın Toplam Yorumu'),
(471, 'total_comments_year', 'Comments This Year', 'Comments This Year', 'مجموع التعليقات هذا العام', 'Totaal aantal reacties dit jaar', 'Total des commentaires cette année', 'Kommentare insgesamt in diesem Jahr', 'Всего комментариев в этом году', 'Total de comentarios de este año', 'Bu Yanda Toplam Yorum'),
(472, 'edit_comment', 'Edit Comment', 'Edit Comment', 'تعديل التعليق', 'Commentaar bewerken', 'Modifier le commentaire', 'Kommentar bearbeiten', 'Редактировать комментарий', 'Editar comentario', 'Yorumu Düzenle'),
(473, 'channel_analytics', 'Channel Analytics', 'Channel Analytics', 'تحليلات القناة', 'Kanaalanalyses', 'Analyse de canal', 'Channel Analytics', 'Канальная аналитика', 'Analítica de canales', 'Kanal Analizi'),
(474, 'total_sub', 'Total Subscribers', 'Total Subscribers', 'مجموع المشتركين', 'Totaal aantal abonnees', 'Nombre total d\'abonnés', 'Abonnenten insgesamt', 'Всего подписчиков', 'Total de suscriptores', 'Toplam Aboneler'),
(475, 'the_most_viewed', 'Most Viewed Videos', 'Most Viewed Videos', 'معظم الفيديوهات التي تمت مشاهدتها', 'Meest bekeken video\'s', 'Vidéos les plus visionnées', 'Meistgesehene Videos', 'Самые популярные видео', 'Videos más vistos', 'En Çok İzlenen Videolar'),
(476, 'the_most_liked', 'Most Liked Videos', 'Most Liked Videos', 'أحب معظم الفيديوهات', 'Meest populaire video\'s', 'Vidéos les plus appréciées', 'Meistgeliebte Videos', 'Самые популярные видео', 'Videos que mas me gustaron', 'En Çok İzlenen Videolar'),
(477, 'the_most_disliked', 'Most Disliked Videos', 'Most Disliked Videos', 'مقاطع الفيديو الأكثر إعجابًا', 'Meest gehate video\'s', 'Vidéos les plus détestées', 'Beliebteste Videos', 'Самые популярные видео', 'Los videos más disgustados', 'En Beğenilmeyen Videolar'),
(478, 'the_most_commented', 'Most Commented Videos', 'Most Commented Videos', 'مقاطع الفيديو الأكثر تعليقًا', 'De meeste video\'s met commentaar', 'Vidéos les plus commentées', 'Meist kommentierte Videos', 'Самые комментируемые видео', 'Videos más comentados', 'En Çok Yorumlanan Videolar'),
(479, 'last_month', 'This month compared to last month', 'This month compared to last month', 'الشهر الماضي', 'Vorige maand', 'Le mois dernier', 'Im vergangenen Monat', 'Прошлый месяц', 'El mes pasado', 'Geçen ay'),
(480, 'subscribers', 'Subscribers', 'Subscribers', 'مشتركين', 'abonnees', 'Les abonnés', 'Abonnenten', 'Подписчики', 'Suscriptores', 'Aboneler'),
(481, 'total_earn', 'Total Earnings', 'Total Earnings', 'الأرباح الكلية', 'totale winst', 'Total des gains', 'Gesamteinnahmen', 'Общий доход', 'Ganancias Totales', 'toplam kazanç'),
(482, 'earnings', 'Earnings', 'Earnings', 'أرباح', 'verdiensten', 'Gains', 'Verdienste', 'прибыль', 'Ganancias', 'Kazanç'),
(483, 'ur_video_queue', 'Your video is being added to queue, please check back in few minutes.', 'Your video is being added to queue, please check back in few minutes.', 'تتم إضافة الفيديو الخاص بك إلى قائمة الانتظار ، يرجى التحقق مرة أخرى في غضون بضع دقائق.', 'Je video wordt aan de wachtrij toegevoegd. Probeer het over enkele minuten opnieuw.', 'Votre vidéo est en train d\'être ajoutée à la file d\'attente. Veuillez vérifier dans quelques minutes.', 'Ihr Video wird zur Warteschlange hinzugefügt. Bitte versuchen Sie es in wenigen Minuten noch einmal.', 'Ваше видео добавляется в очередь, пожалуйста, проверьте его через несколько минут.', 'Su video se está agregando a la cola, por favor, vuelva en unos minutos.', 'Videonuz sıraya ekleniyor, lütfen birkaç dakika içinde tekrar kontrol edin.'),
(484, 'this_video_queue', 'This video is being added to queue, please check back in few minutes.', 'This video is being added to queue, please check back in few minutes.', 'تتم إضافة هذا الفيديو إلى قائمة الانتظار ، يرجى التحقق مرة أخرى في غضون بضع دقائق.', 'Deze video wordt aan de wachtrij toegevoegd. Probeer het over enkele minuten opnieuw.', 'Cette vidéo est en train d\'être ajoutée à la file d\'attente. Veuillez vérifier à nouveau dans quelques minutes.', 'Dieses Video wird zur Warteschlange hinzugefügt. Bitte versuchen Sie es in wenigen Minuten noch einmal.', 'Это видео добавляется в очередь, пожалуйста, зайдите через несколько минут.', 'Este video se está agregando a la cola, por favor revise de nuevo en unos minutos.', 'Bu video kuyruğa ekleniyor, lütfen birkaç dakika içinde tekrar kontrol edin.'),
(485, 'sort_by', 'Sort By', 'Sort By', 'ترتيب حسب', 'Sorteer op', 'Trier par', 'Sortiere nach', 'Сортировать по', 'Ordenar por', 'Göre sırala'),
(486, 'assign_to_user', 'Assign To User', 'Assign To User', 'تعيين للمستخدم', 'Toewijzen aan gebruiker', 'Assigner à l\'utilisateur', 'Einem Benutzer zuweisen', 'Назначить пользователю', 'Asignar a usuario', 'Kullanıcıya Atama'),
(487, 'user_not_exists', 'User is not exist', 'User is not exist', 'المستخدم غير موجود', 'Gebruiker bestaat niet', 'L\'utilisateur n\'est pas exister', 'Benutzer ist nicht vorhanden', 'Пользователь не существует', 'El usuario no existe', 'Kullanıcı mevcut değil'),
(488, 'popular_channels', 'Popular Channels', 'Popular Channels', 'القنوات الشعبية', 'Populaire kanalen', 'Chaînes populaires', 'Beliebte Kanäle', 'Популярные каналы', 'Canales populares', 'Popüler Kanallar'),
(489, 'no_more_channels_to_show', 'No more channels to show', 'No more channels to show', 'لا مزيد من القنوات لإظهارها', 'Geen kanalen meer om te laten zien', 'Plus de chaînes à montrer', 'Keine Kanäle mehr zu zeigen', 'Нет больше каналов для показа', 'No hay más canales para mostrar.', 'Gösterilecek başka kanal yok'),
(490, 'no_channels_found_for_now', 'No channels found', 'No channels found', 'لم يتم العثور على قنوات', 'Geen kanalen gevonden', 'Aucune chaîne trouvée', 'Keine Channels gefunden', 'Каналы не найдены', 'No se encontraron canales', 'Kanal bulunamadı'),
(491, 'filter_by', 'Filter By', 'Filter By', 'مصنف بواسطة', 'Filteren op', 'Filtrer par', 'Filtern nach', 'Сортировать по', 'Filtrado por', 'Tarafından filtre'),
(492, 'sub_category', 'Sub Category', 'Sub Category', 'الفئة الفرعية', 'Subcategorie', 'Sous catégorie', 'Unterkategorie', 'Подкатегория', 'Subcategoría', 'Alt Kategori'),
(493, 'none', 'None', 'None', 'لا شيء', 'Geen', 'Aucun', 'Keiner', 'Никто', 'Ninguna', 'Yok'),
(494, 'all', 'All', 'All', 'الكل', 'Allemaal', 'Tout', 'Alles', 'Все', 'Todos', 'Herşey'),
(495, 'video_not_available_location', 'This video is not available in your location.', 'This video is not available in your location.', 'هذا الفيديو غير متوفر في موقعك.', 'Deze video is niet beschikbaar op jouw locatie.', 'Cette vidéo n\'est pas disponible dans votre région.', 'Dieses Video ist an Ihrem Standort nicht verfügbar.', 'Это видео недоступно в вашем регионе.', 'Este video no está disponible en tu ubicación.', 'Bu video bulunduğunuz yerde mevcut değil.'),
(496, 'geo_blocking', 'Geo Blocking', 'Geo Blocking', 'جيو الحظر', 'Geo-blokkering', 'Blocage géographique', 'Geo-Blocking', 'Geo Blocking', 'Bloqueo geográfico', 'Coğrafi Engelleme'),
(497, 'unknown_location', 'Your location is unknown, therefore this video was blocked.\\r\\nYou may try again later.', 'Your location is unknown, therefore this video was blocked.\\r\\nYou may try again later.', 'موقعك غير معروف ، لذا تم حظر هذا الفيديو.يجوز لك إعادة المحاولة لاحقًا.', 'Uw locatie is onbekend, dus deze video is geblokkeerd. kunt het later opnieuw proberen.', 'Votre position est inconnue, cette vidéo a donc été bloquée. Vous pouvez réessayer plus tard.', 'Ihr Standort ist unbekannt, daher wurde dieses Video gesperrt. Sie können es später erneut versuchen.', 'Ваше местоположение неизвестно, поэтому это видео было заблокировано. Вы можете попробовать позже.', 'Su ubicación es desconocida, por lo que este video fue bloqueado. Puedes intentarlo más tarde.', 'Konumunuz bilinmiyor, bu nedenle bu video engellendi. Daha sonra tekrar deneyebilirsiniz.'),
(498, 'ads_earnings', 'Ads Earnings', 'Ads Earnings', 'أرباح الإعلانات', 'Inkomsten uit advertenties', 'Revenu des annonces', 'Werbeeinnahmen', 'Доходы от рекламы', 'Ganancias de los anuncios', 'Reklam Kazançları'),
(499, 'videos_earnings', 'Video Earnings', 'Video sales earnings', 'أرباح الفيديو', 'Video-inkomsten', 'Vidéos Gains', 'Videos Einnahmen', 'Видео Заработок', 'Videos de ganancias', 'Videolar Kazançları'),
(500, 'sales_earnings', 'Sales Earning', 'Sales Earning', 'كسب المبيعات', 'Verkoop verdienen', 'Ventes', 'Verkäufe verdienen', 'Доход от продаж', 'Ventas ganando', 'Satış Kazançları'),
(501, 'ads_analytics', 'Ads Analytics', 'Ads Analytics', 'تحليلات الإعلانات', 'Analytics voor advertenties', 'Analyse des annonces', 'Anzeigenanalysen', 'Рекламная аналитика', 'Ads Analytics', 'Reklam Analizi'),
(502, 'all_time', 'All Time', 'All Time', 'كل الوقت', 'Altijd', 'Tout le temps', 'Alle zeit', 'Все время', 'Todo el tiempo', 'Her zaman'),
(503, 'analytics', 'Analytics', 'Analytics', 'تحليلات', 'Analytics', 'Analytique', 'Analytics', 'аналитика', 'Analítica', 'analitik'),
(504, '1', 'category', 'Film & Animation', 'فيلم والرسوم المتحركة', 'Film & Animatie', 'Film et animation', 'Film & Animation', 'Фильм и анимация', 'Cine y Animación', 'Film ve Animasyon'),
(505, '3', 'category', 'Music', 'موسيقى', 'Muziek', 'La musique', 'Musik', 'Музыка', 'Música', 'Müzik'),
(506, '4', 'category', 'Pets & Animals', 'الحيوانات الأليفة الحيوانات', 'Huisdieren en dieren', 'Animaux et animaux', 'Haustiere und Tiere', 'Домашние животные', 'Animales de compañía', 'Hayvanlar ve Hayvanlar'),
(507, '5', 'category', 'Sports', 'رياضات', 'Sport', 'Des sports', 'Sport', 'Виды спорта', 'Deportes', 'Spor Dalları'),
(508, '6', 'category', 'Travel & Events', 'السفر والأحداث', 'Reizen & Evenementen', 'Voyages et événements', 'Reise & Veranstaltungen', 'Путешествия и события', 'Viajes y Eventos', 'Seyahat ve Etkinlikler'),
(509, '7', 'category', 'Gaming', 'الألعاب', 'gaming', 'Gaming', 'Spiel', 'азартные игры', 'Juego de azar', 'kumar'),
(510, '8', 'category', 'People & Blogs', 'الناس والمدونات', 'Mensen & blogs', 'Personnes et Blogs', 'Leute & Blogs', 'Люди и блоги', 'Personas y blogs', 'Kişiler ve Bloglar'),
(511, '9', 'category', 'Comedy', 'كوميديا', 'Komedie', 'Comédie', 'Komödie', 'комедия', 'Comedia', 'Komedi'),
(512, '10', 'category', 'Entertainment', 'وسائل الترفيه', 'vermaak', 'Divertissement', 'Unterhaltung', 'Развлекательная программа', 'Entretenimiento', 'Eğlence'),
(513, '11', 'category', 'News & Politics', 'الأخبار والسياسة', 'Nieuws & Politiek', 'Nouvelles et politique', 'Nachrichten & Politik', 'Новости и политика', 'Noticias y Política', 'Haberler ve Politika'),
(514, '12', 'category', 'How-to & Style', 'كيف تصمم', 'How-To & Style', 'Comment styliser', 'How-To & Style', 'How-to & Style', 'Cómo hacer y estilo', 'Nasıl Yapılır ve Stil'),
(515, '13', 'category', 'Non-profits & Activism', 'غير الربحية والنشاط', 'Non-profit & Activisme', 'Organismes à but non lucratif et activisme', 'Non-Profits & Aktivismus', 'Неприбыль и активизм', 'Sin fines de lucro y activismo', 'Kâr amacı gütmeyenler & Aktivizm'),
(517, 'create_article', '', 'Create article', 'خلق المادة', 'Maak een artikel', 'Créer un article', 'Artikel erstellen', 'Создать статью', 'Crear articulo', 'Makale oluştur'),
(518, 'create_new_article', '', 'Create new article', 'إنشاء مقال جديد', 'Maak een nieuw artikel', 'Créer un nouvel article', 'Neuen Artikel erstellen', 'Создать новую статью', 'Crear nuevo articulo', 'Yeni makale oluştur'),
(519, 'descritpion', '', 'Description', 'Descritpion', 'descritpion', 'Description', 'Beschreibung', 'Смотреть подробное описание', 'Description', 'Descritpion'),
(520, 'the_article', '', 'The article', 'المقالة', 'Het artikel', 'L\'article', 'Der Artikel', 'Статья', 'El artículo', 'Makale'),
(521, 'short_title', '', 'The title should be more than 5 characters', 'يجب أن يكون العنوان أكثر من 5 أحرف', 'De titel moet uit meer dan 5 tekens bestaan', 'Le titre doit comporter plus de 5 caractères.', 'Der Titel sollte aus mehr als 5 Zeichen bestehen', 'Название должно быть более 5 символов', 'El título debe tener más de 5 caracteres.', 'Başlık 5 karakterden fazla olmalı'),
(522, 'short_description', '', 'The description should be more than 15 characters', 'يجب أن يكون الوصف أكثر من 15 حرفًا', 'De beschrijving moet uit meer dan 15 tekens bestaan', 'La description doit comporter plus de 15 caractères.', 'Die Beschreibung sollte mehr als 15 Zeichen umfassen', 'Описание должно быть более 15 символов', 'La descripción debe tener más de 15 caracteres.', 'Açıklama 15 karakterden fazla olmalı'),
(523, 'image_not_valid', '', 'The Image file is not valid, please select a valid image.', 'ملف الصورة غير صالح ، يرجى تحديد صورة صالحة.', 'Het beeldbestand is niet geldig, selecteer een geldige afbeelding.', 'Le fichier image n\'est pas valide, veuillez sélectionner une image valide.', 'Die Bilddatei ist nicht gültig. Bitte wählen Sie ein gültiges Bild aus.', 'Файл изображения недействителен, пожалуйста, выберите правильное изображение.', 'El archivo de imagen no es válido, seleccione una imagen válida.', 'Resim dosyası geçerli değil, lütfen geçerli bir resim seçin.'),
(524, 'category_not_valid', '', 'Invalid category, Please check your details.', 'فئة غير صالحة ، يرجى التحقق من التفاصيل الخاصة بك.', 'Ongeldige categorie, controleer uw gegevens.', 'Catégorie non valide, veuillez vérifier vos coordonnées.', 'Ungültige Kategorie. Bitte überprüfen Sie Ihre Angaben.', 'Неверная категория, пожалуйста, проверьте ваши данные.', 'Categoría no válida, por favor revise sus detalles.', 'Geçersiz kategori, Lütfen bilgilerinizi kontrol ediniz.'),
(525, 'reviewed_article', '', 'Thank you, your article has been submitted, and it\'s being reviewed, please check back later.', 'شكرًا ، تم إرسال مقالك ، وهو قيد المراجعة ، يرجى التحقق مرة أخرى لاحقًا.', 'Bedankt, uw artikel is verzonden en het wordt beoordeeld. Kom later nog eens terug.', 'Merci, votre article a été soumis et il est en train d\'être revu, revenez plus tard.', 'Vielen Dank, Ihr Artikel wurde eingereicht, und er wird überprüft. Bitte versuchen Sie es später erneut.', 'Спасибо, ваша статья была отправлена, и она проверяется, пожалуйста, зайдите позже.', 'Gracias, su artículo fue enviado y está siendo revisado, por favor, vuelva más tarde.', 'Teşekkürler, makaleniz gönderildi ve inceleniyor, lütfen daha sonra tekrar kontrol edin.'),
(526, 'my_articles', '', 'My articles', 'مقالاتي', 'Mijn artikelen', 'Mes articles', 'Meine Artikel', 'Мои статьи', 'Mis articulos', 'Makalelerim'),
(527, 'delete_article_text', '', 'Are you sure you want to delete this article? This action can\'t be undo', 'هل أنت متأكد أنك تريد حذف هذه المقالة؟ لا يمكن التراجع عن هذا الإجراء', 'Weet je zeker dat je dit artikel wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt', 'Êtes-vous sûr de vouloir supprimer cet article? Cette action ne peut pas être annulée', 'Möchten Sie diesen Artikel wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden', 'Вы уверены, что хотите удалить эту статью? Это действие не может быть отменено', '¿Estás seguro de que quieres eliminar este artículo? Esta acción no se puede deshacer.', 'Bu makaleyi silmek istediğinize emin misiniz? Bu işlem geri alınamaz'),
(528, 'edit_article', '', 'Edit article', 'تحرير المادة', 'Bewerk artikel', 'Modifier l\'article', 'Artikel bearbeiten', 'Редактировать статью', 'Editar artículo', 'Makaleyi düzenle'),
(529, 'movies', '', 'Movies', 'أفلام', 'Films', 'Films', 'Filme', 'Фильмы', 'Películas', 'filmler'),
(530, 'is_movie', '', 'Is it a movie?', 'هل هو فيلم؟', 'Is het een film?', 'Est-ce un film?', 'Ist es ein Film?', 'Это фильм?', '¿Es una película?', 'Bu bir film mi'),
(531, 'yes', '', 'Yes', 'نعم فعلا', 'Ja', 'Oui', 'Ja', 'да', 'Sí', 'Evet'),
(532, 'no', '', 'No', 'لا', 'Nee', 'Non', 'Nein', 'нет', 'No', 'Yok hayır'),
(533, 'movie_title', '', 'Movie title', 'عنوان الفيلم', 'Film titel', 'Titre du film', 'Filmtitel', 'Название фильма', 'Título de la película', 'Film başlığı'),
(534, 'stars', '', 'Stars', 'نجوم', 'Stars', 'Étoiles', 'Sterne', 'Звезды', 'Estrellas', 'Yıldızlar'),
(535, 'by_comma', '', 'Separated by comma,', 'مفصولة بفاصلة ،', 'Gescheiden door komma,', 'Séparé par une virgule,', 'Durch Komma getrennt,', 'Разделенные запятой,', 'Separados por comas,', 'Virgülle ayrılmış,'),
(536, 'producer', '', 'Producer', 'منتج', 'Producent', 'Producteur', 'Hersteller', 'Режиссер', 'Productor', 'yapımcı'),
(537, 'release', '', 'Release', 'إطلاق سراح', 'Vrijlating', 'Libération', 'Veröffentlichung', 'Релиз', 'Lanzamiento', 'Serbest bırakmak'),
(538, 'rating_btween', '', '(Between 1 -> 10)', '(بين 1 -> 10)', '(Tussen 1 -> 10)', '(Entre 1 -> 10)', '(Zwischen 1 -> 10)', '(От 1 до 10)', '(Entre 1 -> 10)', '(1 -> 10 arası)'),
(539, 'duration', '', 'Duration', 'المدة الزمنية', 'Looptijd', 'Durée', 'Dauer', 'продолжительность', 'Duración', 'süre'),
(540, 'quality', '', 'Quality', 'جودة', 'Kwaliteit', 'Qualité', 'Qualität', 'Качественный', 'Calidad', 'Kalite'),
(541, 'rating', '', 'Rating', 'تقييم', 'Beoordeling', 'Évaluation', 'Bewertung', 'Рейтинг', 'Clasificación', 'Değerlendirme'),
(542, 'rent_price', '', 'Rent price', 'سعر الايجار', 'Huurprijs', 'Prix ​​de location', 'Mietpreis', 'Стоимость аренды', 'Precio de alquiler', 'Kira bedeli'),
(543, 'rent_text', '', 'Or you can rent it for 24 hour', 'أو يمكنك استئجاره لمدة 24 ساعة', 'Of u kunt het voor 24 uur huren', 'Ou vous pouvez le louer pour 24 heures', 'Oder Sie können es für 24 Stunden mieten', 'Или вы можете арендовать его на 24 часа', 'O puedes alquilarlo por 24 horas.', 'Veya 24 saatliğine kiralayabilirsiniz'),
(544, 'rent', '', 'Rent', 'تأجير', 'Huur', 'Location', 'Miete', 'Арендная плата', 'Alquilar', 'Kira'),
(545, 'video_expire', '', 'This video will expire at ', 'سينتهي هذا الفيديو في', 'Deze video verloopt om', 'Cette vidéo expirera le', 'Dieses Video läuft am um', 'Это видео истекает в', 'Este video expirará en', 'Bu videonun süresi bitecek'),
(546, 'rent_video', '', 'Rent this movie', 'استئجار هذا الفيلم', 'Huur deze film', 'Louez ce film', 'Mieten Sie diesen Film', 'Прокат этого фильма', 'Alquilar esta pelicula', 'Bu filmi kirala'),
(547, 'cover_size', '', 'For movies, the cover size should not be more than 400x570.', 'بالنسبة للأفلام ، يجب ألا يزيد حجم الغطاء عن 400 × 570.', 'Voor films mag de omslag niet groter zijn dan 400x570.', 'Pour les films, la taille de la couverture ne doit pas dépasser 400x570.', 'Bei Filmen sollte die Covergröße nicht größer als 400 x 570 sein.', 'Для фильмов размер обложки не должен превышать 400х570.', 'Para películas, el tamaño de la cubierta no debe ser más de 400x570.', 'Filmler için kapak boyutu 400x570\'den fazla olmamalıdır.'),
(548, 'movies_text', '', 'To watch this movie, you have to purchase it.', 'لمشاهدة هذا الفيلم ، عليك شراءه.', 'Om deze film te bekijken, moet je hem kopen.', 'Pour regarder ce film, vous devez l\'acheter.', 'Um diesen Film anzusehen, müssen Sie ihn kaufen.', 'Чтобы посмотреть этот фильм, вы должны приобрести его.', 'Para ver esta película, tienes que comprarla.', 'Bu filmi izlemek için satın almanız gerekir.'),
(549, 'transfer_earnings', '', 'Transfer earnings to wallet', 'تحويل الأرباح إلى المحفظة', 'Overdracht van inkomsten naar portemonnee', 'Transférer les revenus dans un portefeuille', 'Übertragen Sie die Einnahmen in die Brieftasche', 'Перевести заработок на кошелек', 'Transferencia de ganancias a la billetera', 'Kazançları cüzdanınıza aktarın'),
(550, 'transfer_money', '', 'Transfer money to wallet, so you would be able to use them for ads.', 'قم بتحويل الأموال إلى المحفظة ، حتى تتمكن من استخدامها للإعلانات.', 'Geld overboeken naar de portemonnee, zodat u ze voor advertenties kunt gebruiken.', 'Transférez de l\'argent dans un portefeuille afin que vous puissiez les utiliser pour des publicités.', 'Überweisen Sie Geld in die Brieftasche, damit Sie sie für Anzeigen verwenden können.', 'Переведите деньги на кошелек, чтобы вы могли использовать их для рекламы.', 'Transfiera dinero a la billetera, para que pueda utilizarlos para anuncios.', 'M-cüzdanınıza para aktarın, böylece reklamlar için kullanabilirsiniz.'),
(551, 'withdrawal_earnings', '', 'Once the amount is transferred, you won\'t be able to withdrawal them.', 'بمجرد تحويل المبلغ ، لن تتمكن من سحبه.', 'Zodra het bedrag is overgemaakt, kunt u ze niet meer opnemen.', 'Une fois le montant transféré, vous ne pourrez plus les retirer.', 'Sobald der Betrag überwiesen ist, können Sie ihn nicht mehr abheben.', 'Как только сумма переведена, вы не сможете ее снять.', 'Una vez que la cantidad se transfiere, no podrá retirarlas.', 'Tutar bir kez transfer edildiğinde, onları çekemezsiniz.'),
(552, 'cant_transfer', '', 'Your balance is {{balance}}, You can\'t transfer', 'رصيدك هو {{balance}} ، لا يمكنك التحويل', 'Uw saldo is {{balance}}, u kunt niet overschrijven', 'Votre solde est {{balance}}, vous ne pouvez pas transférer', 'Ihr Guthaben ist {{Guthaben}}. Sie können nicht übertragen', 'Ваш баланс {{баланс}}, Вы не можете перевести', 'Tu saldo es {{balance}}, no puedes transferir', 'Bakiyeniz {{balance}}, Transfer edemezsiniz.'),
(553, 'transfer', '', 'Transfer', 'نقل', 'Overdracht', 'Transfert', 'Transfer', 'Перечислить', 'Transferir', 'Aktar'),
(554, 'balance_transferred', '', 'Your balance was transferred.', 'تم تحويل رصيدك', 'Je saldo is overgedragen.', 'Votre solde a été transféré.', 'Ihr Guthaben wurde übertragen.', 'Ваш баланс был переведен.', 'Su saldo fue transferido.', 'Bakiyeniz devredildi.'),
(555, 'max_can_transfer', '', 'The maximum amount that you can transfer is', 'الحد الأقصى للمبلغ الذي يمكنك نقله هو', 'Het maximale bedrag dat u kunt overboeken is', 'Le montant maximum que vous pouvez transférer est de', 'Der Höchstbetrag, den Sie überweisen können, ist', 'Максимальная сумма, которую вы можете перевести', 'La cantidad máxima que puede transferir es', 'Aktarabileceğiniz maksimum tutar'),
(556, 'most_active', '', 'Most active', 'أكثر نشاطا', 'Meest actief', 'Le plus actif', 'Am aktivsten', 'Наиболее активны', 'Mas activo', 'En aktif'),
(557, 'no_movies_found', '', 'No movies found', 'لم يتم العثور على أفلام', 'Geen films gevonden', 'Aucun film trouvé', 'Keine Filme gefunden', 'Фильмы не найдены', 'No se encontraron peliculas', 'Film bulunamadı'),
(558, 'movies_page_search', '', 'What you would like to watch?', 'ماذا تريد أن تشاهد؟', 'Wat zou je willen zien?', 'Que voudriez-vous regarder?', 'Was würdest du gerne sehen?', 'Что бы вы хотели посмотреть?', '¿Qué te gustaría ver?', 'Ne izlemek istersin?'),
(559, 'pay_to_see_video', '', 'More to watch! to continue watching this video, you have to purchase it.', 'أكثر لمشاهدة! لمتابعة مشاهدة هذا الفيديو ، عليك شراءه.', 'Meer om te zien! om deze video te blijven bekijken, moet je hem kopen.', 'Plus à regarder! pour continuer à regarder cette vidéo, vous devez l\'acheter.', 'Mehr zu sehen! Um dieses Video weiter anzusehen, müssen Sie es kaufen.', 'Больше смотреть! Чтобы продолжить просмотр этого видео, вы должны приобрести его.', '¡Más para ver! Para seguir viendo este video, debes comprarlo.', 'İzlemek için daha fazlası! Bu videoyu izlemeye devam etmek için satın almalısınız.'),
(560, 'ad_day_limit', '', 'Spending limit per day', 'حد الإنفاق في اليوم', 'Bestedingslimiet per dag', 'Limite de dépenses par jour', 'Ausgabenlimit pro Tag', 'Лимит расходов в день', 'Límite de gasto por día', 'Günlük harcama limiti'),
(561, 'email_provider_banned', '', 'The email provider is blacklisted and not allowed, please choose another email provider.', 'مزود البريد الإلكتروني مدرج في القائمة السوداء وغير مسموح به ، يرجى اختيار مزود بريد إلكتروني آخر.', 'De e-mailprovider staat op de zwarte lijst en is niet toegestaan, kies een andere e-mailprovider.', 'Le fournisseur de messagerie est sur la liste noire et non autorisé. Veuillez choisir un autre fournisseur de messagerie.', 'Der E-Mail-Anbieter ist auf der schwarzen Liste und nicht zulässig. Bitte wählen Sie einen anderen E-Mail-Anbieter.', 'Поставщик электронной почты находится в черном списке и не допускается, выберите другого поставщика электронной почты.', 'El proveedor de correo electrónico está en la lista negra y no está permitido, elija otro proveedor de correo electrónico.', 'E-posta sağlayıcı kara listeye alındı ve izin verilmedi, lütfen başka bir e-posta sağlayıcısı seçin.'),
(562, 'age_block_text', '', 'You are under 18 you can\'t access this site for {hour} hour(s).', 'أنت أقل من 18 عامًا ولا يمكنك الوصول إلى هذا الموقع لمدة {ساعة} (ساعات).', 'U bent jonger dan 18 jaar, u hebt gedurende {uur} uur (uren) geen toegang tot deze site.', 'Vous avez moins de 18 ans, vous ne pouvez pas accéder à ce site pendant {heure} heure (s).', 'Sie sind jünger als 18 Jahre und können für {hour} hour (s) nicht auf diese Site zugreifen.', 'Вам не исполнилось 18 лет, и вы не можете получить доступ к этому сайту в течение {часов} часов.', 'Tiene menos de 18 años, no puede acceder a este sitio durante {hora} hora (s).', '18 yaşından küçüksünüz, bu siteye {hour} saat boyunca erişemezsiniz.'),
(563, 'age_block_modal', '', 'Are you 18 years old or above?', 'هل عمرك 18 سنة فما فوق؟', 'Ben je 18 jaar of ouder?', 'Avez-vous 18 ans ou plus?', 'Bist du 18 Jahre alt oder älter?', 'Вам 18 лет или больше?', '¿Tienes 18 años o más?', '18 yaşında veya daha büyük müsünüz?'),
(564, 'porcessing_image', '', 'Processing - this may take a few minutes', 'المعالجة - قد يستغرق هذا بضع دقائق', 'Verwerking - dit kan een paar minuten duren', 'Traitement - cela peut prendre quelques minutes', 'Verarbeitung - Dies kann einige Minuten dauern', 'Обработка - это может занять несколько минут', 'Procesamiento - esto puede tardar unos minutos', 'İşlem - bu birkaç dakika sürebilir'),
(565, 'block', '', 'Block', 'منع', 'Blok', 'Bloc', 'Block', 'блок', 'Bloquear', 'Blok'),
(566, 'unblock', '', 'Unblock', 'رفع الحظر', 'deblokkeren', 'Débloquer', 'Entsperren', 'открыть', 'Desatascar', 'engeli kaldırmak'),
(567, 'blocked_users', '', 'Blocked Users', 'مستخدمين محجوبين', 'Geblokkeerde gebruikers', 'Utilisateurs bloqués', 'Blockierte Benutzer', 'Заблокированные пользователи', 'Usuarios bloqueados', 'Engellenmiş kullanıcılar'),
(568, 'custom_page', '', 'Custom Page', 'صفحة مخصص', 'Aangepaste pagina', 'Page personnalisée', 'Benutzerdefinierte Seite', 'Пользовательская страница', 'Pagina personalizada', 'Özel sayfa'),
(569, 'manage_sessions', '', 'Manage Sessions', 'إدارة الجلسات', 'Sessies beheren', 'Gérer les sessions', 'Sitzungen verwalten', 'Управление сессиями', 'Gestionar sesiones', 'Oturumları Yönet'),
(570, 'browser', '', 'Browser', 'المتصفح', 'browser', 'Navigateur', 'Browser', 'браузер', 'Navegador', 'Tarayıcı'),
(571, 'last_seen', '', 'Last Seen', 'اخر ظهور', 'Laatst gezien', 'Dernier vu', 'Zuletzt gesehen', 'Последнее посещение', 'Ultima vez visto', 'Son görülen'),
(572, 'ip_address', '', 'IP Address', 'عنوان IP', 'IP adres', 'Adresse IP', 'IP Adresse', 'Айпи адрес', 'Dirección IP', 'IP adresi'),
(573, 'choose_payment_method', '', 'Choose a payment method', 'اختيار طريقة الدفع', 'Kies een betaal methode', 'Choisissez une méthode de paiement', 'Wählen Sie eine Bezahlungsart', 'Выберите способ оплаты', 'Elija un método de pago', 'Bir ödeme yöntemi seçin'),
(574, 'paypal', '', 'PayPal', 'باي بال', 'PayPal', 'Pay Pal', 'PayPal', 'PayPal', 'PayPal', 'PayPal'),
(575, 'checkout_text', '', '2Checkout', '2Checkout', '2Checkout', '2Checkout', '2Kasse', '2Checkout', '2 Checkout', '2Checkout'),
(576, 'address', '', 'Address', 'عنوان', 'Adres', 'Adresse', 'Adresse', 'Адрес', 'Dirección', 'Adres'),
(577, 'city', '', 'City', 'مدينة', 'stad', 'Ville', 'Stadt', 'город', 'Ciudad', 'Kent'),
(578, 'state', '', 'State', 'حالة', 'Staat', 'Etat', 'Zustand', 'государственный', 'Estado', 'Belirtmek, bildirmek'),
(579, 'zip', '', 'Zip', 'الرمز البريدي', 'ritssluiting', 'Zip *: français', 'Postleitzahl', 'застежка-молния', 'Cremallera', 'Zip'),
(580, 'phone_number', '', 'Phone', 'هاتف', 'Telefoon', 'Téléphone', 'Telefon', 'Телефон', 'Teléfono', 'Telefon'),
(581, 'card_number', '', 'Card Number', 'رقم البطاقة', 'Kaartnummer', 'Numéro de carte', 'Kartennummer', 'Номер карты', 'Número de tarjeta', 'Kart numarası'),
(582, 'checkout_declined', '', 'Your payment was declined, please contact your bank or card issuer and make sure you have the required funds.', 'تم رفض دفعتك ، يرجى الاتصال بالمصرف أو مصدر البطاقة والتأكد من أن لديك الأموال المطلوبة.', 'Uw betaling is geweigerd. Neem contact op met uw bank of creditcardmaatschappij en zorg dat u over het benodigde geld beschikt.', 'Votre paiement a été refusé, veuillez contacter votre banque ou votre émetteur de carte et assurez-vous de disposer des fonds nécessaires.', 'Ihre Zahlung wurde abgelehnt. Wenden Sie sich an Ihre Bank oder Ihren Kartenaussteller, und vergewissern Sie sich, dass Sie über das erforderliche Guthaben verfügen.', 'Ваш платеж был отклонен, пожалуйста, свяжитесь с банком или эмитентом карты и убедитесь, что у вас есть необходимые средства.', 'Su pago fue rechazado, póngase en contacto con su banco o con el emisor de la tarjeta y asegúrese de tener los fondos necesarios.', 'Ödemeniz reddedildi, lütfen bankanıza veya kart düzenleyicinize başvurun ve gerekli paranın olduğundan emin olun.'),
(583, 'credit_card', '', 'Credit Card', 'بطاقة الائتمان', 'Kredietkaart', 'Carte de crédit', 'Kreditkarte', 'Кредитная карта', 'Tarjeta de crédito', 'Kredi kartı'),
(584, 'c_payment', '', 'Confirming your payment, please wait..', 'لتأكيد الدفع ، يرجى الانتظار ..', 'Bevestiging van uw betaling, even geduld aub ..', 'Confirmant votre paiement, veuillez patienter ..', 'Bitte warten Sie, bis die Zahlung bestätigt wurde.', 'Подтверждение оплаты, пожалуйста, подождите ..', 'Confirmando su pago, por favor espere ..', 'Ödemenizi onaylayın, lütfen bekleyin ..'),
(585, 'payment_declined', '', 'Payment declined, please try again later.', 'تم رفض الدفع ، يرجى المحاولة مرة أخرى لاحقًا.', 'Betaling geweigerd. Probeer het later opnieuw.', 'Paiement refusé, veuillez réessayer plus tard.', 'Zahlung abgelehnt. Bitte versuchen Sie es später erneut.', 'Платеж отклонен, повторите попытку позже.', 'Pago rechazado, inténtalo de nuevo más tarde.', 'Ödeme reddedildi, lütfen daha sonra tekrar deneyin.'),
(586, 'bank_transfer', '', 'Bank transfer', 'تحويل مصرفي', 'Bankoverschrijving', 'Virement bancaire', 'Überweisung', 'Банковский перевод', 'Transferencia bancaria', 'Banka havalesi'),
(587, 'browse_to_upload', '', 'Browse To Upload', 'استعرض لتحميل', 'Blader naar uploaden', 'Parcourir pour télécharger', 'Zum Hochladen durchsuchen', 'Обзор для загрузки', 'Navegar para subir', 'Yüklemeye Göz At'),
(588, 'bank_transfer_request', '', 'Your request has been successfully sent, we will notify you once it\'s approved', 'تم إرسال طلبك بنجاح ، وسوف نخطرك بمجرد الموافقة عليه', 'Uw verzoek is succesvol verzonden, wij zullen u op de hoogte brengen zodra het is goedgekeurd', 'Votre demande a été envoyée avec succès, nous vous en informerons une fois approuvée', 'Ihre Anfrage wurde erfolgreich gesendet. Wir werden Sie benachrichtigen, sobald sie genehmigt wurde', 'Ваш запрос был успешно отправлен, мы сообщим вам, как только он будет одобрен', 'Su solicitud ha sido enviada exitosamente, le notificaremos una vez que sea aprobada.', 'İsteğiniz başarıyla gönderildi, onaylandıktan sonra sizi bilgilendireceğiz'),
(589, 'bank_decline', '', 'Your bank receipt has been declined!', 'تم رفض إيصالك المصرفي!', 'Uw bankbewijs is geweigerd!', 'Votre ticket de banque a été refusé!', 'Ihre Bankquittung wurde abgelehnt!', 'Ваша банковская квитанция была отклонена!', 'Su recibo bancario ha sido rechazado!', 'Banka dekontunuz reddedildi!'),
(590, 'bank_pro', '', 'Your bank receipt has been approved!', 'تمت الموافقة على إيصالك المصرفي!', 'Uw bank-factuur is goedgekeurd!', 'Votre reçu de banque a été approuvé!', 'Ihre Bankquittung wurde genehmigt!', 'Ваша банковская квитанция была подтверждена!', 'Su recibo bancario ha sido aprobado!', 'Banka dekontunuz onaylandı!'),
(591, 'upgrade_account', '', 'Please upgrade your account to upload videos', 'يرجى ترقية حسابك لتحميل مقاطع الفيديو', 'Voer een upgrade van uw account uit om video\'s te uploaden', 'Veuillez mettre à jour votre compte pour télécharger des vidéos.', 'Bitte aktualisiere dein Konto, um Videos hochzuladen', 'Пожалуйста, обновите свой аккаунт, чтобы загружать видео', 'Por favor actualice su cuenta para subir videos', 'Video yüklemek için lütfen hesabınızı yükseltin'),
(592, 'duration_fromat', '', 'Duration format must be like 03:33', 'يجب أن يكون تنسيق المدة مثل 03:33', 'Duurindeling moet ongeveer 03:33 zijn', 'Le format de la durée doit être comme 03:33', 'Das Dauerformat muss 03:33 sein', 'Формат продолжительности должен быть как 03:33', 'Formato de duración debe ser como 03:33', 'Süre biçimi, 03:33 gibi olmalıdır'),
(593, 'age_block_extra', '', 'Please note that if you are under 18, you won\'t be able to access this site. ', 'يرجى ملاحظة أنه إذا كان عمرك أقل من 18 عامًا ، فلن تتمكن من الوصول إلى هذا الموقع.', 'Houd er rekening mee dat als u jonger bent dan 18 jaar, u geen toegang kunt krijgen tot deze site.', 'Veuillez noter que si vous avez moins de 18 ans, vous ne pourrez pas accéder à ce site.', 'Bitte beachten Sie, dass Sie unter 18 Jahren nicht auf diese Website zugreifen können.', 'Обратите внимание, что если вам не исполнилось 18 лет, вы не сможете получить доступ к этому сайту.', 'Tenga en cuenta que si es menor de 18 años, no podrá acceder a este sitio.', 'Lütfen 18 yaşın altındaysanız bu siteye erişemeyeceğinizi unutmayın.'),
(594, 'subscriber_price', '', 'Subscription Price (How much users will pay to subscribe to your channel?)', 'سعر الاشتراك (كم يدفع المستخدمون للاشتراك في قناتك؟)', 'Abonnementsprijs (Hoeveel gebruikers betalen zich om zich te abonneren op je kanaal?)', 'Prix de l\'abonnement (Combien d\'utilisateurs paieront-ils pour s\'abonner à votre chaîne?)', 'Abonnementpreis (Wie viel Nutzer zahlen, um Ihren Kanal zu abonnieren?)', 'Цена подписки (сколько пользователи будут платить за подписку на ваш канал?)', 'Precio de suscripción (¿Cuánto pagarán los usuarios para suscribirse a tu canal?)', 'Abonelik Fiyatı (Kanalınıza abone olmak için ne kadar kullanıcı ödeyecek?)'),
(595, 'subscribe_earnings', '', 'Subscription Earnings', 'أرباح الاشتراك', 'Abonnementswinst', 'Gains d\'abonnement', 'Abo-Einnahmen', 'Доход от подписки', 'Ingresos de suscripción', 'Abonelik Kazançları'),
(596, 'buy_or_subscribe', '', 'Buy now, OR unlock all content of {{USERNAME}} for just {{PRICE}} a month!', 'اشتر الآن ، أو افتح جميع محتويات {{USERNAME}} لمجرد {{PRICE}} في الشهر فقط!', 'Koop nu, OF ontgrendel alle content van {{USERNAME}} voor slechts {{PRICE}} per maand!', 'Achetez maintenant OU déverrouillez tout le contenu de {{USERNAME}} pour seulement {{PRICE}} un mois!', 'Kaufen Sie jetzt oder schalten Sie den gesamten Inhalt von {{USERNAME}} für nur {{PRICE}} einen Monat frei!', 'Купите сейчас, ИЛИ разблокируйте весь контент {{USERNAME}} всего за {{PRICE}} месяц!', '¡Compre ahora, O desbloquee todo el contenido de {{USERNAME}} por solo {{PRICE}} al mes!', 'Hemen satın alın VEYA bir ay boyunca {{PRICE}} için {{USERNAME}} içeriğinin tüm kilidini açın!'),
(597, 'subscribe_to_see', '', 'Subscribe for {{PRICE}} and unlock all the videos.', 'اشترك في {{PRICE}} واطلق العنان لجميع مقاطع الفيديو.', 'Abonneer je op {{PRICE}} en ontgrendel alle video\'s.', 'Abonnez-vous à {{PRICE}} et déverrouillez toutes les vidéos.', 'Abonniere {{PRICE}} und schalte alle Videos frei.', 'Подпишитесь на {{PRICE}} и разблокируйте все видео.', 'Suscríbete para {{PRICE}} y desbloquea todos los videos.', '{{PRICE}} için abone olun ve tüm videoların kilidini açın.'),
(598, 'video_purchase', '', 'Video purchases', 'مشتريات الفيديو', 'Video-aankopen', 'Achat de vidéos', 'Videokäufe', 'Видео покупки', 'Compras de video', 'Video alımları'),
(599, 'unsubscribe_from_channel', '', 'Are you sure you want to unsubscribe? This action can\'t be undo.', 'هل أنت متأكد أنك تريد إلغاء الاشتراك؟ هذا الإجراء لا يمكن التراجع.', 'Weet je zeker dat je je wilt afmelden? Deze actie kan niet ongedaan maken.', 'Êtes-vous sûr de vouloir résilier votre abonnement? Cette action ne peut pas être annuler.', 'Sind Sie sicher, dass Sie sich abmelden wollen? Diese Aktion kann nicht rückgängig gemacht werden.', 'Вы уверены, что хотите отказаться от подписки? Это действие не может быть отмена.', '¿Seguro que desea darse de baja? Esta acción no se puede deshacer.', 'Eğer aboneliğinizi iptal etmek istediğinizden emin misiniz? Bu eylem geri alınamaz.');
INSERT INTO `langs` (`id`, `lang_key`, `type`, `english`, `arabic`, `dutch`, `french`, `german`, `russian`, `spanish`, `turkish`) VALUES
(600, 'file_not_supported', '', 'File format is not supported', 'لا يتم اعتماد تنسيق الملف', 'Bestandsformaat wordt niet ondersteund', 'Format de fichier non pris en charge', 'Datei-Format wird nicht unterstützt', 'Формат файла не поддерживается', 'Formato de archivo no es compatible', 'Dosya biçimi desteklenmiyor'),
(601, 'report_copyright', '', 'Report Copyright', 'تقرير حقوق الطبع والنشر', 'rapport Copyright', 'rapport droit d\'auteur', 'Bericht Urheberrecht', 'Отчет Copyright', 'informe de Derechos de autor', 'Hakkı bildir'),
(602, 'create_notice', '', 'Create DMCA take down notice', 'خلق اتخاذ DMCA أسفل إشعار', 'Maak DMCA take down kennisgeving', 'Créer DMCA abattre avis', 'Erstellen DMCA take down Ankündigung', 'Создание DMCA снимать уведомления', 'Crear DMCA acabar aviso', 'haber aşağı çekmek DMCA Oluştur'),
(603, 'describe_notice', '', 'Please describe your request carefully and as much as you can, note that false DMCA requests can lead to account termination.', 'يرجى وصف طلبك بعناية وبقدر ما يمكن، لاحظ أن طلبات DMCA كاذبة يمكن أن يؤدي إلى إنهاء الحساب.', 'Beschrijf uw verzoek zorgvuldig en zoveel als je kunt, er rekening mee dat valse DMCA verzoeken kunnen leiden tot beëindiging van het account.', 'S\'il vous plaît décrire votre demande avec soin et autant que vous le pouvez, notez que les fausses demandes DMCA peuvent conduire à la résiliation du compte.', 'Bitte beschreiben Sie Ihre Anfrage sorgfältig und so viel Sie können, beachten Sie, dass falsche DMCA-Anfragen zur Kündigung des Kontos führen kann.', 'Пожалуйста, опишите вашу просьбу тщательно и столько, сколько вы можете, обратите внимание, что ложные DMCA запросы могут привести к блокировке аккаунта.', 'Por favor describa su solicitud con cuidado y lo más que puede, tenga en cuenta que las solicitudes DMCA falsas pueden dar lugar a la cancelación de cuenta.', 'Eğer yanlış DMCA istekleri hesabın kapatılmasına yol unutmayınız gibi dikkatle ve kadar isteğinizi anlatın.'),
(604, 'confirm_1_text', '', 'I have a good faith belief that use of the copyrighted work described above is not authorized by the copyright owner, its agent or the law', 'لدي اعتقاد راسخ بأن استخدام من الطبع والنشر المذكورة أعلاه غير مخول من قبل صاحب حق المؤلف أو وكيله أو القانون', 'Ik heb een goed vertrouwen geloven dat het gebruik van het auteursrechtelijk beschermde werk hiervoor geen toestemming is verleend door de auteursrechthebbende, diens vertegenwoordiger of de wet', 'J\'ai une bonne foi que l\'utilisation de l\'œuvre protégée décrite ci-dessus ne sont pas autorisée par le titulaire du droit d\'auteur, son agent ou la loi', 'Ich habe einen guten Glauben, die oben beschrieben der urheberrechtlich geschützten Arbeit verwenden wird nicht vom Inhaber des Urheberrechts, dessen Agenten oder per Gesetz', 'У меня есть добросовестное предположение, что использование защищенных авторским правом работ, описанных выше, не разрешено владельцем авторского права, его агентом или законом', 'Tengo una buena fe que el uso de la obra con derechos de autor descrito anteriormente no está autorizado por el propietario del copyright, su agente o la ley', 'Telif hakkı sahibi, temsilcisi veya yasalar tarafından izin verilmediğine Yukarıda açıklanan telif hakkı eserin kullanmak bir samimiyetle inanıyorum'),
(605, 'confirm_2_text', '', 'I confirm that I am the copyright owner or am authorised to act on behalf of the owner of an exclusive right that is allegedly infringed.', 'أؤكد أنني صاحب حق المؤلف أو مرخص لي بالتصرف نيابة عن صاحب الحق الحصري الذي يزعم انتهاكه.', 'Ik bevestig dat ik de eigenaar van het auteursrecht of bevoegd ben te handelen namens de eigenaar van een exclusief recht dat de vermeende inbreuk.', 'Je confirme que je suis le propriétaire du droit d\'auteur ou autorisé à agir au nom du propriétaire d\'un droit exclusif qui aurait été violé.', 'Ich bestätige, dass ich der Inhaber des Urheberrechts bin oder bin, im Namen des Inhabers eines exklusiven Rechts zu handeln, das angeblich verletzt wird.', 'Я подтверждаю, что я являюсь владельцем авторского права или имею право действовать от имени владельца исключительного права, которое предположительно было нарушено.', 'Confirmo que soy el propietario del copyright o estoy autorizado a actuar en nombre del propietario de un derecho exclusivo que presuntamente se ha infringido.', 'Ben telif hakkı sahibi olduğuma veya ihlal edildiği iddia edilen münhasır hakkın sahibi adına hareket etmeye yetkili doğruluyorum.'),
(606, 'confirm_check_text', '', 'Please select the checkboxs below if you own the copyright.', 'يرجى تحديد مربعات الاختيار أدناه إذا كنت تملك حقوق التأليف والنشر.', 'Selecteer de vakjes hieronder als u het copyright bezit.', 'S\'il vous plaît cocher les cases ci-dessous si vous possédez le droit d\'auteur.', 'Bitte wählen Sie die Kontrollkästchen unten, wenn Sie das Urheberrecht besitzen.', 'Пожалуйста, отметьте флажки ниже, если вы являетесь владельцем авторских прав.', 'Por favor, seleccione las casillas de verificación a continuación si es el propietario del derecho de autor.', 'telif hakkına sahip olmadığını aşağıdaki onay kutularını seçin.'),
(607, 'personal_photo', '', 'Your Personal Photo', 'صورتك الشخصية', 'Uw Personal Photo', 'Votre Photo personnelle', 'Ihr persönliches Foto', 'Ваша Фотография', 'Su foto personal', 'Kişisel Fotoğraf'),
(608, 'passport_id', '', 'Passport / ID card', 'جواز السفر / بطاقة الهوية', 'Paspoort / ID-kaart', 'Passeport / carte d\'identité', 'Reisepass / Personalausweis', 'Паспорт / удостоверение личности', 'Pasaporte / tarjeta de ID', 'Pasaport / kimlik kartı'),
(609, 'additional_details', '', 'Additional details about your self (Optional)', 'تفاصيل إضافية حول نفسك (اختياري)', 'Aanvullende informatie over jezelf (optioneel)', 'Des détails supplémentaires au sujet de votre auto (en option)', 'Weitere Einzelheiten über sich selbst (Optional)', 'Дополнительные сведения о вашей собственной личности (необязательно)', 'Detalles adicionales acerca de su auto (opcional)', 'sizin kendi hakkında ek ayrıntılar (İsteğe bağlı)'),
(610, 'submit_monetization_request_error', '', 'You can not submit monetization request until the previous request has been accepted / rejected.', 'لا يمكنك تقديم طلب تسييل حتى تم قبول الطلب السابق / رفض.', 'U kunt inkomsten geen verzoek indienen tot de vorige aanvraag is geaccepteerd / verworpen.', 'Vous ne pouvez pas soumettre la demande de monétisation jusqu\'à ce que la demande précédente a été acceptée / refusée.', 'Sie können nicht Monetisierung Anfrage, bis die vorherige Anfrage wurde akzeptiert / abgelehnt einreichen.', 'Вы не можете отправить запрос о монетизации, пока предыдущий запрос не был принят / отклонен.', 'No se puede enviar la solicitud de monetización hasta que la solicitud anterior ha sido aceptado / rechazado.', 'Bir önceki isteği kabul edilinceye kadar para kazanma isteği gönderemezsiniz / reddetmiştir.'),
(611, 'monetization_accept', '', 'Your monetization request has been approved!', 'تمت الموافقة على طلب تسييل الخاص بك!', 'Je verzoek is goedgekeurd!', 'Votre demande de monétisation a été approuvée!', 'Ihre Monetisierung Anfrage wurde genehmigt!', 'Ваша заявка на монетизацию была одобрена!', 'Su solicitud de monetización ha sido aceptado!', 'Para kazanma isteğiniz onaylandı!'),
(612, 'monetization_decline', '', 'Your monetization request has been declined!', 'تم رفض طلب تسييل الخاص بك!', 'Je verzoek is afgewezen!', 'Votre demande de monétisation a été refusée!', 'Ihre Monetisierung Anfrage wurde abgelehnt!', 'Ваш запрос монетизация отклонен!', 'Su solicitud ha sido rechazada monetización!', 'Para kazanma isteği reddedildi!'),
(613, 'unverified', '', 'Unverified', 'غير مثبت عليه', 'geverifieerde', 'Non vérifié', 'Ungeprüft', 'непроверенный', 'Inconfirmado', 'doğrulanmamış'),
(614, 'confirmation_message_email_sent', '', 'A confirmation email has been sent.', 'تم إرسال رسالة تأكيد بالبريد الإلكتروني.', 'Een bevestigings e-mail is verzonden.', 'Un e-mail de confirmation a été envoyé.', 'Eine Bestätigungs-Mail wurde abgeschickt.', 'Подтверждение по электронной почте было отправлено.', 'Un correo electrónico de confirmación ha sido enviado.', 'Bir onay e-postası gönderildi.'),
(615, 'wrong_code', '', 'Wrong code', 'رمز خاطئ', 'Verkeerde code', 'Mauvais code', 'Falscher Code', 'Неверный код', 'Codigo erroneo', 'Yanlış kod'),
(616, 'new_email_verified', '', 'Congratulations, your email is verified. ', 'تهانينا، يتم التحقق من بريدك الإلكتروني.', 'Gefeliciteerd, uw e-mail geverifieerd.', 'Félicitations, votre e-mail est vérifiée.', 'Gratulation, Ihre E-Mail bestätigt.', 'Поздравляем, ваша электронная почта проверяется.', 'Felicitaciones, su correo electrónico se verifica.', 'Tebrikler, e-posta doğrulandı.'),
(617, 'rentals', '', 'Rentals', 'الإيجارات', 'Rentals', 'Les locations', 'Vermietungen', 'Аренда', 'Alquileres', 'kiralama'),
(618, 'rented', '', 'Rented', 'مؤجر', 'verhuurd', 'Loué', 'Gemietet', 'арендованный', 'Alquilado', 'kiralanmış'),
(619, 'expiry', '', 'Expiry', 'انقضاء', 'verstrijken', 'Expiration', 'Ablauf', 'истечение', 'Expiración', 'vade'),
(620, 'paid', '', 'Paid', 'دفع', 'Betaald', 'Payé', 'Bezahlt', 'оплаченный', 'Pagado', 'Ücretli'),
(621, 'rented_movies', '', 'Rented Movies', 'أفلام مستأجرة', 'Gehuurde films', 'Films loués', 'Leihfilme', 'Арендованные фильмы', 'Películas alquiladas', 'Kiralanan Filmler'),
(622, 'rented_videos', '', 'Rented Videos', 'مقاطع الفيديو المستأجرة', 'Gehuurde video&#39;s', 'Vidéos louées', 'Gemietete Videos', 'Арендованные видео', 'Videos alquilados', 'Kiralanan Videolar'),
(623, 'you_have_to_rent_video', '', 'This video is not available, you have to rent the video to watch it.', 'هذا الفيديو غير متاح ، يجب عليك استئجار الفيديو لمشاهدته.', 'Deze video is niet beschikbaar, je moet de video huren om hem te bekijken.', 'Cette vidéo n&#39;est pas disponible, vous devez louer la vidéo pour la regarder.', 'Dieses Video ist nicht verfügbar. Sie müssen das Video ausleihen, um es anzusehen.', 'Это видео не доступно, вы должны арендовать видео, чтобы посмотреть его.', 'Este video no está disponible, debe alquilar el video para verlo.', 'Bu video kullanılamıyor, videoyu izlemek için kiralamanız gerekiyor.'),
(624, 'your_ads_will_stop', '', 'Your ads will stop running once you reach this amount.', 'سيتوقف عرض إعلاناتك بمجرد وصولك إلى هذا المبلغ.', '', 'Vos annonces ne seront plus diffusées une fois ce montant atteint.', 'Ihre Anzeigen werden nicht mehr geschaltet, sobald Sie diesen Betrag erreicht haben.', 'Ваши объявления прекратят показ, как только вы достигнете этой суммы.', 'Sus anuncios dejarán de publicarse una vez que alcance esta cantidad.', 'Bu miktara ulaştığınızda reklamlarınızın yayını durdurulur.'),
(625, 'commented_ur_actvity', '', 'commented on your activity.', '', 'heeft gereageerd op je activiteit.', 'a commenté votre activité.', 'hat Ihre Aktivität kommentiert.', 'прокомментировал вашу деятельность.', 'comentó tu actividad.', 'etkinliğiniz hakkında yorum yaptı.'),
(626, 'choose_which_categories', '', 'Choose which categories you would like to see on your home page.', 'اختر الفئات التي ترغب في رؤيتها على صفحتك الرئيسية.', 'Kies welke categorieën u op uw startpagina wilt zien.', 'Choisissez les catégories que vous souhaitez voir sur votre page d&#39;accueil.', 'Wählen Sie aus, welche Kategorien Sie auf Ihrer Homepage sehen möchten.', 'Выберите, какие категории вы хотели бы видеть на своей домашней странице.', 'Elija qué categorías le gustaría ver en su página de inicio.', 'Ana sayfanızda görmek istediğiniz kategorileri seçin.'),
(627, 'commented_ur_activity', '', 'commented on your activity.', 'علق على نشاطك.', 'heeft gereageerd op je activiteit.', 'a commenté votre activité.', 'hat Ihre Aktivität kommentiert.', 'прокомментировал вашу деятельность.', 'comentó tu actividad.', 'etkinliğiniz hakkında yorum yaptı.'),
(628, 'no_more_activity', '', 'No activities to view', 'لا توجد أنشطة للعرض', 'Geen activiteiten om te bekijken', 'Aucune activité à voir', 'Keine Aktivitäten zum Anzeigen', 'Нет действий для просмотра', 'No hay actividades para ver', 'Görüntülenecek etkinlik yok'),
(629, 'delete_activity_confirmation', '', 'Are you sure you want to delete this activity? This action can\'t be undo.', 'هل أنت متأكد أنك تريد حذف هذا النشاط؟ لا يمكن التراجع عن هذا الإجراء.', 'Weet u zeker dat u deze activiteit wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.', 'Voulez-vous vraiment supprimer cette activité? Cette action ne peut pas être annulée.', 'Möchten Sie diese Aktivität wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.', '', '¿Estás seguro de que deseas eliminar esta actividad? Esta acción no se puede deshacer.', 'Bu etkinliği silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.'),
(630, 'post_edited', '', 'Your post has been successfully updated.', 'تم تحديث مشاركتك بنجاح.', 'Uw bericht is succesvol bijgewerkt.', 'Votre message a été mis à jour avec succès.', 'Ihr Beitrag wurde erfolgreich aktualisiert.', 'Ваш пост был успешно обновлен.', 'Su publicación ha sido actualizada con éxito.', 'Yayınınız başarıyla güncellendi.'),
(631, 'edit_activity', '', 'Edit Activity', 'تحرير النشاط', 'Activiteit bewerken', 'Modifier l&#39;activité', 'Aktivität bearbeiten', 'Редактировать активность', 'Editar actividad', 'Etkinliği Düzenle'),
(632, 'disliked_ur_activity', '', 'disliked your activity', 'لم يعجبك نشاطك', 'vond je activiteit niet leuk', 'n&#39;a pas aimé votre activité', 'mochte deine Aktivität nicht', 'не понравилась ваша деятельность', 'no me gustó tu actividad', 'aktiviteni beğenmedim'),
(633, 'liked_ur_activity', '', 'liked your activity', 'اعجبني نشاطك', 'vond je activiteit leuk', 'aimé votre activité', 'mochte Ihre Aktivität', 'понравилась твоя деятельность', 'me gustó tu actividad', 'aktiviteni beğendim'),
(634, 'activities', '', 'Activities', 'أنشطة', 'Activiteiten', 'Activités', 'Aktivitäten', 'мероприятия', 'Ocupaciones', 'faaliyetler'),
(635, 'no_activities_found_for_now', '', 'No activities found for now.', 'لم يتم العثور على أنشطة في الوقت الحالي.', 'Momenteel geen activiteiten gevonden.', 'Aucune activité trouvée pour l&#39;instant.', 'Derzeit wurden keine Aktivitäten gefunden.', 'На данный момент никаких действий не найдено.', 'No se han encontrado actividades por ahora.', 'Şimdilik etkinlik bulunamadı.'),
(636, 'create_post', '', 'Create Post', 'إنشاء مشاركة', 'Maak bericht', 'Créer une publication', 'Beitrag erstellen', 'Создать сообщение', 'Crear publicación', 'Gönderi Oluştur'),
(637, 'create_new_post', '', 'Create new post', 'إنشاء منشور جديد', 'Nieuw bericht maken', 'Créer un nouveau message', 'Neuen Beitrag erstellen', 'Создать новый пост', 'Crear nueva publicación', 'Yeni yayın oluştur'),
(638, 'image', '', 'Image', 'صورة', 'Beeld', 'Image', 'Bild', 'Образ', 'Imagen', 'görüntü'),
(639, 'write_message', '', 'Write a message...', 'اكتب رسالة...', 'Schrijf een bericht...', 'Écrire un message...', 'Eine Nachricht schreiben...', 'Напишите сообщение...', 'Escribe un mensaje...', 'Bir mesaj yaz...'),
(640, 'post_created', '', 'Your post has been successfully created.', 'تم إنشاء مشاركتك بنجاح.', 'Uw bericht is succesvol aangemaakt.', 'Votre message a été créé avec succès.', 'Ihr Beitrag wurde erfolgreich erstellt.', 'Ваш пост был успешно создан.', 'Tu publicación ha sido creada con éxito.', 'Yayınınız başarıyla oluşturuldu.'),
(641, 'recent_activities', '', 'Most recent activities', 'أحدث الأنشطة', 'Meest recente activiteiten', 'Activités les plus récentes', 'Letzte Aktivitäten', 'Самые последние мероприятия', 'Actividades mas recientes', 'En son etkinlikler'),
(642, 'total_ads_limit', '', 'Max limit for your ads campaign', 'الحد الأقصى لحملتك الإعلانية', 'Maximumlimiet voor uw advertentiecampagne', 'Limite maximale pour votre campagne d&#39;annonces', 'Maximales Limit für Ihre Werbekampagne', 'Максимальный лимит для вашей рекламной кампании', 'Límite máximo para su campaña publicitaria', 'Reklam kampanyanız için maksimum sınır'),
(643, 'notification_sent', '', 'Your notification has been successfully sent', 'تم إرسال الإشعار الخاص بك بنجاح', 'Uw melding is succesvol verzonden', 'Votre notification a bien été envoyée', 'Ihre Benachrichtigung wurde erfolgreich gesendet', 'Ваше уведомление было успешно отправлено', 'Su notificación ha sido enviada exitosamente', 'Bildiriminiz başarıyla gönderildi'),
(644, 'ad_lifetime_limit', '', 'Total ads spending limit', 'إجمالي الإنفاق الإنفاق الحد', 'Totale uitgavenlimiet voor advertenties', 'Limite totale des dépenses publicitaires', '', 'Общий лимит расходов на рекламу', 'Límite de gasto total en anuncios', 'Toplam reklam harcama sınırı'),
(645, 'added_video_playlist', '', 'added a new video to their playlist', 'إضافة مقطع فيديو جديد إلى قائمة التشغيل الخاصة بهم', 'heeft een nieuwe video toegevoegd aan hun afspeellijst', 'a ajouté une nouvelle vidéo à sa playlist', 'hat ein neues Video zu ihrer Wiedergabeliste hinzugefügt', 'добавил новое видео в свой плейлист', 'agregó un nuevo video a su lista de reproducción', 'oynatma listesine yeni bir video ekledi'),
(646, 'fav_category', '', 'Favourite category', 'الفئة المفضلة', 'Favoriete categorie', 'Catégorie préférée', 'Lieblingskategorie', 'Любимая категория', 'Categoría favorita', 'Favori kategori'),
(647, 'unsubscribed_u_playlist', '', 'unsubscribed from your playlist', 'ألغيت اشتراكك في قائمة التشغيل', 'afgemeld bij uw afspeellijst', 'désabonné de votre playlist', 'von Ihrer Wiedergabeliste abgemeldet', '', 'darse de baja de su lista de reproducción', 'oynatma listesinden çıkıldı'),
(648, 'subscribed_u_playlist', '', 'subscribed to your playlist', 'مشترك في قائمة التشغيل الخاصة بك', 'geabonneerd op je afspeellijst', 'abonné à votre playlist', 'Abonniert Ihre Wiedergabeliste', 'подписался на ваш плейлист', 'suscrito a tu lista de reproducción', 'oynatma listenize abone oldu'),
(649, 'subscribe_to_playlist', '', 'Subscribe for Notifications', 'اشترك للحصول على الإخطارات', 'Meld u aan voor meldingen', 'Abonnez-vous aux notifications', 'Benachrichtigungen abonnieren', 'Подписаться на уведомления', 'Suscríbase para recibir notificaciones', 'Bildirimler için Abone Olun'),
(650, 'subscribed_to_playlist', '', 'Subscribed to Playlist Notifications', 'مشترك في إخطارات قائمة التشغيل', 'Geabonneerd op meldingen voor afspeellijsten', 'Abonné aux notifications de playlist', 'Playlist-Benachrichtigungen abonniert', 'Подписка на уведомления о плейлисте', 'Suscrito a notificaciones de listas de reproducción', 'Oynatma Listesi Bildirimlerine Abone Oldu'),
(651, 'rent_price', '', 'Rent price', 'سعر الايجار', 'Huurprijs', 'Prix ​​de location', 'Mietpreis', 'Стоимость аренды', 'Precio de alquiler', 'Kira bedeli'),
(652, 'video_rent_price_error', '', 'The video rent price should be numeric and greater than', 'يجب أن يكون سعر إيجار الفيديو رقميًا وأكبر من', 'De huurprijs van de video moet numeriek zijn en groter dan', 'Le prix de location de la vidéo doit être numérique et supérieur à', 'Der Videomietpreis sollte numerisch und höher als sein', 'Стоимость аренды видео должна быть числовой и превышать', 'El precio del alquiler del video debe ser numérico y mayor que', 'Video kira fiyatı sayısal olmalı ve daha yüksek olmalıdır'),
(653, 'video_rent_price', '', 'This video rent price is:', 'سعر إيجار الفيديو هذا هو:', 'Deze video huurprijs is:', 'Le prix de location de cette vidéo est:', 'Dieser Videomietpreis ist:', 'Стоимость аренды этого видео:', 'Este precio de alquiler de video es:', 'Bu video kira fiyatı:'),
(654, 'rent_to_see', '', 'rented your video', 'استأجر الفيديو الخاص بك', 'je video gehuurd', 'loué votre vidéo', 'habe dein Video ausgeliehen', 'арендовал ваше видео', 'alquiló su video', 'videonuzu kiraladı'),
(655, 'rent_time_will', '', 'Rent period will end at', 'فترة الإيجار ستنتهي في', 'Huurperiode eindigt om', 'La période de location se terminera à', 'Die Mietzeit endet um', 'Срок аренды заканчивается', 'El período de alquiler finalizará a las', 'Kira süresi şu tarihte sona erecek:'),
(656, 'please_login_to_see_video', '', 'Please login to watch this video', 'الرجاء تسجيل الدخول لمشاهدة هذا الفيديو', 'Log in om deze video te bekijken', 'Veuillez vous connecter pour regarder cette vidéo', 'Bitte loggen Sie sich ein, um dieses Video anzusehen', 'Пожалуйста, войдите, чтобы посмотреть это видео', 'Inicia sesión para ver este video', 'Bu videoyu izlemek için lütfen giriş yapın'),
(657, 'suspend_upload', '', 'Suspend Upload', 'تعليق التحميل', 'Onderbreken van uploaden', 'Suspendre le téléchargement', 'Upload anhalten', 'Приостановить загрузку', 'Suspender carga', 'Yüklemeyi Askıya Al'),
(658, 'suspend_import', '', 'Suspend Import', 'تعليق الاستيراد', 'Importeren onderbreken', 'Suspendre l\'importation', 'Import anhalten', 'Приостановить импорт', 'Suspender importación', 'İçe Aktarmayı Askıya Al'),
(659, 'live', '', 'Live', 'حي', 'Leven', 'Vivre', 'Leben', 'Жить', 'En Vivo', 'Canlı'),
(660, 'end_live', '', 'End live', 'إنهاء العيش', 'Einde live', 'Terminer en direct', 'Live beenden', 'Конец жизни', 'Terminar en vivo', 'Yayını bitir'),
(661, 'go_live', '', 'Go live', 'انطلق مباشرة', 'Ga leven', 'Allez vivre', 'Geh Leben', 'Жить', 'Ir a vivir', 'Canlı yayına geç'),
(662, 'offline', '', 'Offline', 'غير متصل على الانترنت', 'Offline', 'Hors ligne', 'Offline', 'Не в сети', 'Desconectado', 'Çevrimdışı'),
(663, 'stream_has_ended', '', '{user} stream has ended.', 'انتهى دفق {user}.', '{user} stream is beëindigd.', 'Le flux de {utilisateur} est terminé.', 'Der {Benutzer} Stream wurde beendet.', 'Поток {user} закончился.', 'La transmisión de {user} ha finalizado.', '{user} akışı sona erdi.'),
(664, 'was_live', '', 'was live', 'كان حيا', 'was live', 'était en direct', 'war live', 'был жив', 'estaba en vivo', 'canlıydı'),
(665, 'joined_live_video', '', 'joined live stream', 'انضم إلى البث المباشر', 'is lid geworden van livestream', 'rejoint la diffusion en direct', 'Live-Stream beigetreten', 'присоединился к прямой трансляции', 'se unió a la transmisión en vivo', 'canlı yayına katıldı'),
(666, 'left_live_video', '', 'left live stream', 'غادر البث المباشر', 'live stream verlaten', 'diffusion en direct gauche', 'Live-Stream verlassen', 'покинул прямую трансляцию', 'dejó la transmisión en vivo', 'canlı yayından ayrıldı'),
(667, 'started_live_video', '', 'started a live stream.', 'بدأ البث المباشر.', 'startte een livestream.', 'a commencé une diffusion en direct.', 'startete einen Live-Stream.', 'начал прямую трансляцию.', 'comenzó una transmisión en vivo.', 'canlı yayın başlattı.'),
(668, 'live_videos', '', 'Live videos', 'مقاطع فيديو حية', 'Live video\'s', 'Vidéos en direct', 'Live-Videos', 'Живое видео', 'Videos en vivo', 'Canlı videolar'),
(669, 'paystack', '', 'Paystack', 'Paystack', 'Paystack', 'Paystack', 'Paystack', 'Paystack', 'Pila de pagos', 'Paystack'),
(670, 'cashfree', '', 'cashfree', 'كاش فري', 'zonder contant geld', 'sans argent', 'bargeldlos', 'безналичный', 'sin efectivo', 'nakitsiz'),
(671, 'razorpay', '', 'Razorpay', 'رازورباي', 'Razorpay', 'Razorpay', 'Razorpay', 'Razorpay', 'Razorpay', 'Razorpay'),
(672, 'paysera', '', 'Paysera', 'Paysera', 'Paysera', 'Paysera', 'Paysera', 'Paysera', 'Paysera', 'Paysera'),
(673, 'iyzipay', '', 'Iyzipay', 'إيزيباي', 'Iyzipay', 'Iyzipay', 'Iyzipay', 'Айзипай', 'Iyzipay', 'İyzipay'),
(674, 'move_balance_to_wallet', '', 'Move your balance to your wallet so you can use it to create ads and use other features.', 'انقل رصيدك إلى محفظتك حتى تتمكن من استخدامه لإنشاء إعلانات واستخدام ميزات أخرى.', 'Verplaats uw saldo naar uw portemonnee, zodat u deze kunt gebruiken om advertenties te maken en andere functies te gebruiken.', 'Déplacez votre solde vers votre portefeuille afin de pouvoir l\'utiliser pour créer des publicités et utiliser d\'autres fonctionnalités.', 'Verschieben Sie Ihr Guthaben in Ihre Brieftasche, damit Sie damit Anzeigen erstellen und andere Funktionen verwenden können.', 'Переместите свой баланс в кошелек, чтобы вы могли использовать его для создания рекламы и других функций.', 'Mueva su saldo a su billetera para que pueda usarlo para crear anuncios y usar otras funciones.', 'Bakiyenizi cüzdanınıza taşıyın, böylece reklam oluşturmak ve diğer özellikleri kullanmak için kullanabilirsiniz.'),
(675, 'more_than_balance', '', 'Amount can`t be greater than your balance', 'لا يمكن أن يكون المبلغ أكبر من رصيدك', 'Het bedrag kan niet hoger zijn dan uw saldo', 'Le montant ne peut pas être supérieur à votre solde', 'Der Betrag kann nicht höher sein als Ihr Guthaben', 'Сумма не может быть больше вашего баланса', 'La cantidad no puede ser mayor que su saldo', 'Tutar, bakiyenizden büyük olamaz'),
(676, 'no_balance_to_move', '', 'You don`t have enough balance to transfer', 'ليس لديك رصيد كافي للتحويل', 'U heeft niet genoeg saldo om over te boeken', 'Vous n\'avez pas assez de solde pour transférer', 'Sie haben nicht genug Guthaben, um zu übertragen', 'У вас недостаточно средств для перевода', 'No tienes saldo suficiente para transferir', 'Transfer etmek için yeterli bakiyeniz yok'),
(677, 'points', '', 'Points', 'نقاط', 'Punten', 'Points', 'Punkte', 'Точки', 'Puntos', 'Puanlar'),
(678, 'comment_video', '', 'Earn {point} points by commenting any video', 'اربح {point} نقطة عن طريق التعليق على أي فيديو', 'Verdien {punt} punten door op een video te reageren', 'Gagnez {point} points en commentant n\'importe quelle vidéo', 'Sammeln Sie {Punkte} Punkte, indem Sie ein Video kommentieren', 'Зарабатывайте {point} баллов, комментируя любое видео', 'Gana {point} puntos comentando cualquier video', 'Herhangi bir videoya yorum yaparak {point} puan kazanın'),
(679, 'like_video_point', '', 'Earn {point} points by like any video', 'اربح {point} نقطة مثل أي فيديو', 'Verdien {punt} punten door zoals elke video', 'Gagnez {point} points comme n\'importe quelle vidéo', 'Verdiene {Punkt} Punkte wie in jedem Video', 'Зарабатывайте {point} баллов, ставя лайки любому видео', 'Gana {point} puntos por \"Me gusta\" en cualquier video', 'Herhangi bir video gibi {point} puan kazanın'),
(680, 'dislike_video_point', '', 'Earn {point} points by dislike any video', 'اربح {point} نقطة مقابل عدم الإعجاب بأي فيديو', 'Verdien {punt} punten door een video niet leuk te vinden', 'Gagnez {point} points en n\'aimant aucune vidéo', 'Verdiene {Punkt} Punkte, indem du ein Video nicht magst', 'Зарабатывайте {point} баллов, не ставя отметку \"Мне понравилось\" любое видео', 'Gana {point} puntos si no te gusta un video', 'Herhangi bir videoyu beğenmeyerek {point} puan kazanın'),
(681, 'upload_video_point', '', 'Earn {point} points by upload any video', 'اربح {point} نقطة عن طريق تحميل أي فيديو', 'Verdien {punt} punten door een video te uploaden', 'Gagnez {point} points en téléversant n\'importe quelle vidéo', 'Sammeln Sie {point} Punkte, indem Sie ein Video hochladen', 'Зарабатывайте {point} баллов, загружая любое видео', 'Gana {point} puntos subiendo cualquier video', 'Herhangi bir videoyu yükleyerek {point} puan kazanın'),
(682, 'watch_video_point', '', 'Earn {point} points by watching any video', 'اربح {point} نقطة من خلال مشاهدة أي فيديو', 'Verdien {punt} punten door een video te bekijken', 'Gagnez {point} points en regardant n\'importe quelle vidéo', 'Sammeln Sie {point} Punkte, indem Sie sich ein Video ansehen', 'Зарабатывайте {point} баллов, просматривая любое видео', 'Gana {point} puntos viendo cualquier video', 'Herhangi bir videoyu izleyerek {point} puan kazanın'),
(683, 'video_type', '', 'Video Type', 'نوع الفيديو', 'Type video', 'Type de vidéo', 'Videotyp', 'Тип видео', 'Tipo de video', 'Video Türü'),
(684, 'stock_video', '', 'Stock Video', 'فيديو الأسهم', 'Voorraadvideo', 'Stock vidéo', 'Stock Video', 'Стандартное видео', 'Vídeo de archivo', 'Stok Video'),
(685, 'movie', '', 'Movie', 'فيلم', 'Film', 'Film', 'Film', 'Фильм', 'Película', 'Film'),
(686, 'license_type', '', 'License Type', 'نوع الرخصة', 'Licentie type', 'Type de licence', 'Lizenz-Typ', 'Тип лицензии', 'Tipo de licencia', 'Lisans türü'),
(687, 'rights_managed_license', '', 'Rights Managed (RM) License', 'ترخيص إدارة الحقوق (RM)', 'Rights Managed (RM) -licentie', 'Licence Rights Managed (RM)', 'Rights Managed (RM) -Lizenz', 'Лицензия с управляемыми правами (RM)', 'Licencia de derechos gestionados (RM)', 'Yönetilen Haklar (RM) Lisansı'),
(688, 'editorial_use_license', '', 'Editorial Use License', 'رخصة الاستخدام التحريري', 'Licentie voor redactioneel gebruik', 'Licence d\'utilisation éditoriale', 'Redaktionelle Nutzungslizenz', 'Лицензия на редакционное использование', 'Licencia de uso editorial', 'Haber Amaçlı Kullanım Lisansı'),
(689, 'royalty_free_license', '', 'Royalty Free License (RF)', 'ترخيص بدون حقوق ملكية (RF)', 'Royalty-vrije licentie (RF)', 'Licence libre de droits (RF)', 'Lizenzfreie Lizenz (RF)', 'Бесплатная лицензия (РФ)', 'Licencia libre de derechos (RF)', 'Royalty Free Lisans (RF)'),
(690, 'royalty_free_extended_license', '', 'Royalty Free Extended License', 'رخصة ممتدة بدون حقوق ملكية', 'Royalty-vrije uitgebreide licentie', 'Licence étendue libre de droits', 'Lizenzfreie erweiterte Lizenz', 'Расширенная лицензия без лицензионных отчислений', 'Licencia extendida libre de derechos', 'Royalty Free Genişletilmiş Lisans'),
(691, 'creative_commons_license', '', 'Creative Commons License', 'رخصة المشاع الإبداعي', 'Creative Commons-licentie', 'Licence Creative Commons', 'Creative Commons License', 'Лицензия Creative Commons', 'Licencia Creative Commons', 'Creative Commons Lisansı'),
(692, 'public_domain', '', 'Public Domain', 'المجال العام', 'Publiek domein', 'Domaine public', 'Public Domain', 'Всеобщее достояние', 'Dominio publico', 'Kamu malı'),
(693, 'stock_videos', '', 'Stock Videos', 'مقاطع فيديو الأسهم', 'Stockvideo\'s', 'Vidéos de stock', 'Stock Videos', 'Сток видео', 'Vídeos de archivo', 'Stok Videolar'),
(694, 'min_price', '', 'Min Price', 'سعر دقيقة', 'Min. Prijs', 'Prix ​​min', 'Mindestpreis', 'Минимальная цена', 'Precio min', 'Min Fiyat'),
(695, 'max_price', '', 'Max Price', 'أقصى سعر', 'Max prijs', 'Prix ​​maximum', 'Maximaler Preis', 'Макс Цена', 'Precio máximo', 'Maksimum Fiyat'),
(696, 'stream_has_ended', '', '{user} stream has ended.', 'انتهى دفق {user}.', '{user} stream is beëindigd.', 'Le flux de {utilisateur} est terminé.', 'Der {Benutzer} Stream wurde beendet.', 'Поток {user} закончился.', 'La transmisión de {user} ha finalizado.', '{user} akışı sona erdi.');

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

--
-- Table structure for table `likes_dislikes`
--

CREATE TABLE `likes_dislikes` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `activity_id` int(11) NOT NULL DEFAULT 0,
  `type` int(11) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `likes_dislikes`
--

INSERT INTO `likes_dislikes` (`id`, `user_id`, `video_id`, `post_id`, `activity_id`, `type`, `time`) VALUES
(1, 1, 159, 0, 0, 1, 1587432000),
(2, 1, 114, 0, 0, 1, 1587432008),
(3, 1, 156, 0, 0, 1, 1587432021);

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

--
-- Table structure for table `lists`
--

CREATE TABLE `lists` (
  `id` int(11) NOT NULL,
  `list_id` varchar(300) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` varchar(500) NOT NULL DEFAULT '',
  `privacy` int(11) NOT NULL DEFAULT 1,
  `views` int(11) NOT NULL DEFAULT 0,
  `icon` varchar(3000) NOT NULL DEFAULT '',
  `time` int(30) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `lists`
--

INSERT INTO `lists` (`id`, `list_id`, `user_id`, `name`, `description`, `privacy`, `views`, `icon`, `time`) VALUES
(1, '6bBfbC7cl1A583G', 2, 'Moja', 'Opis', 1, 0, '', 1587496017);

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

--
-- Table structure for table `live_sub_users`
--

CREATE TABLE `live_sub_users` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `is_watching` int(11) NOT NULL DEFAULT 0,
  `time` int(50) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `messages`
--

CREATE TABLE `messages` (
  `id` int(11) NOT NULL,
  `from_id` int(11) NOT NULL DEFAULT 0,
  `to_id` int(11) NOT NULL DEFAULT 0,
  `text` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `seen` int(11) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0,
  `from_deleted` int(11) NOT NULL DEFAULT 0,
  `to_deleted` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `monetization_requests`
--

CREATE TABLE `monetization_requests` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `name` varchar(100) NOT NULL DEFAULT '',
  `message` varchar(600) NOT NULL DEFAULT '',
  `personal_photo` varchar(300) NOT NULL DEFAULT '',
  `id_photo` varchar(300) NOT NULL DEFAULT '',
  `time` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `notifications`
--

CREATE TABLE `notifications` (
  `id` int(11) NOT NULL,
  `notifier_id` int(11) NOT NULL DEFAULT 0,
  `recipient_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `type` varchar(50) NOT NULL DEFAULT '',
  `text` text DEFAULT NULL,
  `url` varchar(3000) NOT NULL DEFAULT '',
  `seen` varchar(50) NOT NULL DEFAULT '0',
  `time` varchar(50) NOT NULL DEFAULT '0',
  `sent_push` int(11) NOT NULL DEFAULT 0,
  `full_link` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `notifications`
--

INSERT INTO `notifications` (`id`, `notifier_id`, `recipient_id`, `video_id`, `type`, `text`, `url`, `seen`, `time`, `sent_push`, `full_link`) VALUES
(1, 2, 1, 0, 'subscribed_u', NULL, '@marek', '1649494923', '1587493481', 1, ''),
(2, 4, 1, 0, 'subscribed_u', NULL, '@love', '1649494923', '1643434782', 1, '');

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

--
-- Table structure for table `payments`
--

CREATE TABLE `payments` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL DEFAULT '',
  `amount` int(11) NOT NULL DEFAULT 0,
  `date` varchar(100) NOT NULL DEFAULT '',
  `expire` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `playlist_subscribers`
--

CREATE TABLE `playlist_subscribers` (
  `id` int(11) NOT NULL,
  `list_id` varchar(50) NOT NULL DEFAULT '',
  `subscriber_id` int(11) NOT NULL DEFAULT 0,
  `time` int(50) NOT NULL DEFAULT 0,
  `active` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `play_list`
--

CREATE TABLE `play_list` (
  `id` int(11) NOT NULL,
  `list_id` varchar(500) NOT NULL DEFAULT '',
  `video_id` varchar(500) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `profile_fields`
--

CREATE TABLE `profile_fields` (
  `id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL,
  `options` varchar(3000) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `type` text DEFAULT NULL,
  `length` int(11) NOT NULL DEFAULT 0,
  `placement` varchar(32) NOT NULL DEFAULT 'profile',
  `registration_page` int(11) NOT NULL DEFAULT 0,
  `profile_page` int(11) NOT NULL DEFAULT 0,
  `active` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `pt_posts`
--

CREATE TABLE `pt_posts` (
  `id` int(11) NOT NULL,
  `title` varchar(300) NOT NULL DEFAULT '',
  `description` varchar(500) NOT NULL DEFAULT '',
  `category` varchar(100) NOT NULL DEFAULT '',
  `image` varchar(3000) NOT NULL DEFAULT '',
  `text` text DEFAULT NULL,
  `tags` varchar(500) NOT NULL DEFAULT '',
  `time` varchar(50) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `active` enum('0','1') NOT NULL DEFAULT '0',
  `views` int(20) NOT NULL DEFAULT 0,
  `shared` int(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `pt_posts`
--

INSERT INTO `pt_posts` (`id`, `title`, `description`, `category`, `image`, `text`, `tags`, `time`, `user_id`, `active`, `views`, `shared`) VALUES
(1, 'Skuteczna strategia budowania linków. Linki są ważne w SEO.', 'Skuteczna strategia budowania linków. Linki są ważne w SEO. Dlatego budowanie linków powinno być częścią twojej ', 'other', 'upload/photos/2020/04/F9TEQ6YLoBxzHOLb9Ika_21_2133c7f62d1e5813d5d11a0f9380d5b3_image.jpg', '&lt;p&gt;&lt;strong&gt;&lt;em&gt;Skuteczna strategia budowania link&amp;oacute;w. Linki są ważne w SEO.&amp;nbsp;Dlatego budowanie link&amp;oacute;w powinno być częścią twojej&amp;nbsp;holistycznej &lt;a href=&quot;https://pasturczak.pl/bledy-pozycjonowania-seo/&quot;&gt;strategii SEO&lt;/a&gt;&amp;nbsp;.&amp;nbsp;Ale co ważniejsze, budowanie link&amp;oacute;w powinno być częścią twojej strategii wzrostu strony.&amp;nbsp;Linki powinny bezpośrednio generować ruch na Twojej stronie.&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;\r\n&lt;p&gt;Jeśli chcesz dowiedzieć się więcej o strategiach budowania link&amp;oacute;w i innych istotnych umiejętnościach SEO, powinieneś sprawdzić nasze wpisy.&amp;nbsp;Nie tylko piszemy o &lt;a href=&quot;https://pasturczak.pl/jak-szybkosc-strony-wplywa-na-seo/&quot;&gt;SEO&lt;/a&gt; ale&amp;nbsp; dowiesz się, jak umieścić te umiejętności w rzeczywistej praktyce!&lt;/p&gt;', 'test,', '1587493635', 2, '', 0, 0);

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

--
-- Table structure for table `queue`
--

CREATE TABLE `queue` (
  `id` int(11) NOT NULL,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `video_res` varchar(20) NOT NULL DEFAULT '',
  `processing` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `reports`
--

CREATE TABLE `reports` (
  `id` int(11) NOT NULL,
  `video_id` int(15) NOT NULL DEFAULT 0,
  `article_id` int(15) NOT NULL DEFAULT 0,
  `ad_id` int(15) NOT NULL DEFAULT 0,
  `comment_id` int(20) NOT NULL DEFAULT 0,
  `reply_id` int(25) NOT NULL DEFAULT 0,
  `profile_id` int(11) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `text` text DEFAULT NULL,
  `time` varchar(50) NOT NULL DEFAULT '',
  `seen` int(11) NOT NULL DEFAULT 0,
  `type` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `saved_videos`
--

CREATE TABLE `saved_videos` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `sessions`
--

CREATE TABLE `sessions` (
  `id` int(11) NOT NULL,
  `session_id` varchar(100) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `platform` varchar(30) NOT NULL DEFAULT 'web',
  `platform_details` text CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `time` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `sessions`
--

INSERT INTO `sessions` (`id`, `session_id`, `user_id`, `platform`, `platform_details`, `time`) VALUES
(3, '4f0f50d152a250c563db84c2f9a5d4a6968364421587490969f4879536c834b060ac1d54be14cb846d', 2, 'web', 'a:6:{s:9:\"userAgent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15\";s:4:\"name\";s:12:\"Apple Safari\";s:7:\"version\";s:4:\"13.1\";s:8:\"platform\";s:3:\"mac\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Safari|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:13:\"89.151.33.206\";}', 1587490969),
(4, 'ac265f3fa740950722c4638b09d22eb21c0980841587610451293e0a87142b4b85c435054cbf50a2ea', 1, 'web', 'a:6:{s:9:\"userAgent\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0\";s:4:\"name\";s:15:\"Mozilla Firefox\";s:7:\"version\";s:4:\"75.0\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:67:\"#(?<browser>Version|Firefox|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:12:\"192.82.71.92\";}', 1587610451),
(5, '9bcbe88557dce8ad3b4806ec2486ff36ac94f9f01605056587de61589fa38f620010b2b00dba5f4fa1', 1, 'web', 'a:6:{s:9:\"userAgent\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0\";s:4:\"name\";s:15:\"Mozilla Firefox\";s:7:\"version\";s:4:\"82.0\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:67:\"#(?<browser>Version|Firefox|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:13:\"192.82.69.194\";}', 1605056587),
(6, '98cd20eda2fb57b2588298594339afee86760f4f1613724643d33e172b40e9be6f75bd7c0f03730f82', 1, 'web', 'a:6:{s:9:\"userAgent\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0\";s:4:\"name\";s:15:\"Mozilla Firefox\";s:7:\"version\";s:4:\"85.0\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:67:\"#(?<browser>Version|Firefox|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:13:\"66.181.187.72\";}', 1613724643),
(7, 'a07d975810bef403806abdcf04ecb0c027fedceb1613747654bb84ea8af24a666254d910c957565e4c', 1, 'web', 'a:6:{s:9:\"userAgent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:4:\"name\";s:13:\"Google Chrome\";s:7:\"version\";s:13:\"88.0.4324.182\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:13:\"119.160.119.5\";}', 1613747654),
(8, '7340b8a4ca452ca95da3732019402490893df1d8161414727619c9f4ea41d32044818468ffa27d0997', 1, 'web', NULL, 1614147276),
(10, 'b2472b4fc739837cf78545f79a90e10d644ccddb161414735054ebe616e35c1a42988169098f38d7db', 1, 'web', 'a:6:{s:9:\"userAgent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:4:\"name\";s:13:\"Google Chrome\";s:7:\"version\";s:13:\"88.0.4324.182\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:14:\"112.134.191.83\";}', 1614147350),
(12, '77779de1afc84456b0176c3b4f4b6e0b92ee4300161416394119f2522c0c3ad1eb0b7d4a5949db6517', 1, 'web', 'a:6:{s:9:\"userAgent\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36\";s:4:\"name\";s:13:\"Google Chrome\";s:7:\"version\";s:13:\"88.0.4324.182\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:14:\"112.134.186.73\";}', 1614163941),
(14, 'b7b659be5ae139abb2b60d5649aba0ffef58024916430872934c651e2ecf776183d47f59d83b4e3d15', 1, 'web', 'a:6:{s:9:\"userAgent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\";s:4:\"name\";s:13:\"Google Chrome\";s:7:\"version\";s:12:\"97.0.4692.99\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:15:\"112.134.191.158\";}', 1643087293),
(15, 'ac126e448b71e8d3db9d46e21d197899a48741851643087361c9a1b120d99bf2d673f4185a5d4034a9', 1, 'web', 'a:6:{s:9:\"userAgent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\";s:4:\"name\";s:13:\"Google Chrome\";s:7:\"version\";s:12:\"97.0.4692.99\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:15:\"112.134.191.158\";}', 1643087361),
(21, '6c20615a488940a669252470de4ca86eaf3b65b516432696525b8b85e9aa9d2cc83dbacc3897b94837', 4, 'web', 'a:6:{s:9:\"userAgent\";s:114:\"Mozilla/5.0 (X11; CrOS x86_64 14324.72.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.91 Safari/537.36\";s:4:\"name\";s:13:\"Google Chrome\";s:7:\"version\";s:12:\"97.0.4692.91\";s:8:\"platform\";s:7:\"Unknown\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:14:\"68.110.136.194\";}', 1643269652),
(22, '560858456d58a7ab67c9a62dc7137a3e57a3b488164948839739b9b4ae15271fe918edd2139f03adc1', 1, 'web', NULL, 1649488397),
(24, '4eedd4fa2c231c18cc94123d01f58ef8eccdadc11649645626a680d8dc3bc78dbe671e2c78e55df782', 1, 'web', 'a:6:{s:9:\"userAgent\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\";s:4:\"name\";s:15:\"Mozilla Firefox\";s:7:\"version\";s:4:\"99.0\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:67:\"#(?<browser>Version|Firefox|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:15:\"112.134.186.219\";}', 1649645626),
(25, '3c3d4ac0608e1c36666a23fbc4795e1d11e682fc1652510669513adc28ecd7eaba030b84e3dbb65ebb', 1, 'web', 'a:6:{s:9:\"userAgent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36\";s:4:\"name\";s:13:\"Google Chrome\";s:7:\"version\";s:13:\"101.0.4951.54\";s:8:\"platform\";s:7:\"windows\";s:7:\"pattern\";s:66:\"#(?<browser>Version|Chrome|other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#\";s:10:\"ip_address\";s:15:\"112.134.187.138\";}', 1652510669);

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

--
-- Table structure for table `site_ads`
--

CREATE TABLE `site_ads` (
  `id` int(11) NOT NULL,
  `placement` varchar(50) NOT NULL DEFAULT '',
  `code` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `active` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `site_ads`
--

INSERT INTO `site_ads` (`id`, `placement`, `code`, `active`) VALUES
(1, 'header', '&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7827149979130358&quot;\n     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;', 1),
(2, 'footer', '&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7827149979130358&quot;\n     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;', 1),
(3, 'watch_side_bar', '&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7827149979130358&quot;\n     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;', 1),
(4, 'watch_comments', '', 0);

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

--
-- Table structure for table `subscriptions`
--

CREATE TABLE `subscriptions` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `subscriber_id` int(11) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0,
  `active` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `subscriptions`
--

INSERT INTO `subscriptions` (`id`, `user_id`, `subscriber_id`, `time`, `active`) VALUES
(1, 1, 2, 1587493481, 1),
(2, 1, 4, 1643434782, 1);

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

--
-- Table structure for table `terms`
--

CREATE TABLE `terms` (
  `id` int(11) NOT NULL,
  `type` varchar(400) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `text` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `terms`
--

INSERT INTO `terms` (`id`, `type`, `text`) VALUES
(1, 'terms_of_use', '&lt;h4&gt;1- Write your Terms Of Use here.&lt;/h4&gt;           &lt;br&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod          tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,          quis sdnostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo          consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse          cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non          proident, sunt in culpa qui officia deserunt mollit anim id est laborum.          &lt;br&gt;&lt;br&gt;          &lt;h4&gt;2- Random title&lt;/h4&gt;          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod          tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,          quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo          consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse          cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non          proident, sunt in culpa qui officia deserunt mollit anim id est laborum.'),
(2, 'privacy_policy', '&lt;h2&gt;Who we are?&lt;/h2&gt;Provide name and contact details of the data controller. This will typically be your business or you, if you are a sole trader. Where applicable, you should include the identity and contact details of the controller’s representative and/or the data protection officer.   &lt;br&gt;&lt;h2&gt;What information do we collect?&lt;/h2&gt; Specify the types of personal information you collect, eg names, addresses, user names, etc. You should include specific details on: &lt;br&gt;how you collect data (eg when a user registers, purchases or uses your services, completes a contact form, signs up to a newsletter, etc)  &lt;br&gt;what specific data you collect through each of the data collection method &lt;br&gt;if you collect data from third parties, you must specify categories of data and source &lt;br&gt;if you process sensitive personal data or financial information, and how you handle this  &lt;br&gt;&lt;br&gt;You may want to provide the user with relevant definitions in relation to personal data and sensitive personal data.  &lt;br&gt;&lt;br&gt;&lt;h2&gt;How do we use personal information?&lt;/h2&gt;Describe in detail all the service- and business-related purposes for which you will process data. For example, this may include things like: &lt;br&gt;personalisation of content, business information or user experience &lt;br&gt;account set up and administration &lt;br&gt;delivering marketing and events communication &lt;br&gt;carrying out polls and surveys &lt;br&gt;internal research and development purposes &lt;br&gt;providing goods and services &lt;br&gt;legal obligations (eg prevention of fraud) &lt;br&gt;meeting internal audit requirements &lt;br&gt;&lt;br&gt;Please note this list is not exhaustive. You will need to record all purposes for which you process personal data.  &lt;br&gt; &lt;br&gt;&lt;h2&gt;What legal basis do we have for processing your personal data?&lt;/h2&gt;Describe the relevant processing conditions contained within the GDPR. There are six possible legal grounds:  &lt;br&gt;consent &lt;br&gt;contract &lt;br&gt;legitimate interests &lt;br&gt;vital interests &lt;br&gt;public task  &lt;br&gt;legal obligation &lt;br&gt;&lt;br&gt;Provide detailed information on all grounds that apply to your processing, and why. If you rely on consent, explain how individuals can withdraw and manage their consent. If you rely on legitimate interests, explain clearly what these are. &lt;br&gt; &lt;br&gt;If you’re processing special category personal data, you will have to satisfy at least one of the six processing conditions, as well as additional requirements for processing under the GDPR. Provide information on all additional grounds that apply.  &lt;br&gt; &lt;br&gt;&lt;h2&gt;When do we share personal data?&lt;/h2&gt;Explain that you will treat personal data confidentially and describe the circumstances when you might disclose or share it. Eg, when necessary to provide your services or conduct your business operations, as outlined in your purposes for processing. You should provide information on: &lt;br&gt;how you will share the data &lt;br&gt;what safeguards you will have in place &lt;br&gt;what parties you may share the data with and why &lt;br&gt; &lt;br&gt;&lt;h2&gt;Where do we store and process personal data?&lt;/h2&gt; If applicable, explain if you intend to store and process data outside of the data subject’s home country. Outline the steps you will take to ensure the data is processed according to your privacy policy and the applicable law of the country where data is located. &lt;br&gt; &lt;br&gt;If you transfer data outside the European Economic Area, outline the measures you will put in place to provide an appropriate level of data privacy protection. Eg contractual clauses, data transfer agreements, etc. &lt;br&gt; &lt;br&gt;&lt;h2&gt;How do we secure personal data?&lt;/h2&gt; Describe your approach to data security and the technologies and procedures you use to protect personal information. For example, these may be measures: &lt;br&gt;to protect data against accidental loss &lt;br&gt;to prevent unauthorised access, use, destruction or disclosure &lt;br&gt;to ensure business continuity and disaster recovery &lt;br&gt;to restrict access to personal information &lt;br&gt;to conduct privacy impact assessments in accordance with the law and your business policies &lt;br&gt;to train staff and contractors on data security &lt;br&gt;to manage third party risks, through use of contracts and security reviews &lt;br&gt; &lt;br&gt;Please note this list is not exhaustive. You should record all mechanisms you rely on to protect personal data. You should also state if your organisation adheres to certain accepted standards or regulatory requirements. &lt;br&gt; &lt;br&gt;&lt;h2&gt;How long do we keep your personal data for?&lt;/h2&gt; &lt;br&gt;Provide specific information on the length of time you will keep the information for in relation to each processing purpose. The GDPR requires you to retain data for no longer than reasonably necessary. Include details of your data or records retention schedules, or link to additional resources where these are published. &lt;br&gt; &lt;br&gt;If you cannot state a specific period, you need to set out the criteria you will apply to determine how long to keep the data for (eg local laws, contractual obligations, etc) &lt;br&gt; &lt;br&gt;You should also outline how you securely dispose of data after you no longer need it. &lt;br&gt;&lt;br&gt;&lt;h2&gt;Your rights in relation to personal data&lt;/h2&gt; Under the GDPR, you must respect the right of data subjects to access and control their personal data. In your privacy notice, you must outline their rights in respect of: &lt;br&gt;access to personal information  &lt;br&gt;correction and deletion &lt;br&gt;withdrawal of consent (if processing data on condition of consent) &lt;br&gt;data portability &lt;br&gt;restriction of processing and objection &lt;br&gt;lodging a complaint with the Information Commissioner’s Office &lt;br&gt; &lt;br&gt;You should explain how individuals can exercise their rights, and how you plan to respond to subject data requests. State if any relevant exemptions may apply and set out any identity verification procedures you may rely on. &lt;br&gt; &lt;br&gt;Include details of the circumstances where data subject rights may be limited, eg if fulfilling the data subject request may expose personal data about another person, or if you’re asked to delete data which you are required to keep by law.  &lt;br&gt; &lt;br&gt;&lt;h2&gt;Use of automated decision-making and profiling&lt;/h2&gt; Where you use profiling or other automated decision-making, you must disclose this in your privacy policy. In such cases, you must provide details on existence of any automated decision-making, together with information about the logic involved, and the likely significance and consequences of the processing of the individual. &lt;br&gt; &lt;br&gt;&lt;h2&gt;How to contact us?&lt;/h2&gt; Explain how data subject can get in touch if they have questions or concerns about your privacy practices, their personal information, or if they wish to file a complaint. Describe all ways in which they can contact you – eg online, by email or postal mail. &lt;br&gt;&gt; &lt;br&gt;If applicable, you may also include information on: &lt;br&gt; &lt;br&gt;&lt;h2&gt;Use of cookies and other technologies&lt;/h2&gt; You may include a link to further information, or describe within the policy if you intend to set and use cookies, tracking and similar technologies to store and manage user preferences on your website, advertise, enable content or otherwise analyse user and usage data. Provide information on what types of cookies and technologies you use, why you use them and how an individual can control and manage them. &lt;br&gt; &lt;br&gt;Linking to other websites / third party content &lt;br&gt;If you link to external sites and resources from your website, be specific on whether this constitutes endorsement, and if you take any responsibility for the content (or information contained within) any linked website. &lt;br&gt;&lt;br&gt;You may wish to consider adding other optional clauses to your privacy policy, depending on your business’ circumstances.'),
(3, 'about', '&lt;h4&gt;1- Write about your website here.&lt;/h4&gt;          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod          tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,          quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo          consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse          cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non          proident, sunt in culpa qui officia deserunt mollit anim id est laborum.          &lt;br&gt;&lt;br&gt;          &lt;h4&gt;2- Random title&lt;/h4&gt;          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod          tempor incididunt ut labore et dxzcolore magna aliqua. Ut enim ad minim veniam,          quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo          consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse          cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non          proident, sunt in culpa qui officia deserunt mollit anim id est laborum.');

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

--
-- Table structure for table `typings`
--

CREATE TABLE `typings` (
  `id` int(11) NOT NULL,
  `user_one` int(11) NOT NULL DEFAULT 0,
  `user_two` int(11) NOT NULL DEFAULT 0,
  `time` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `uploaded_videos`
--

CREATE TABLE `uploaded_videos` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `path` varchar(300) NOT NULL DEFAULT '',
  `time` int(50) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `username` varchar(32) NOT NULL DEFAULT '',
  `email` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `ip_address` varchar(150) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `password` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `first_name` varchar(50) NOT NULL DEFAULT '',
  `last_name` varchar(50) NOT NULL DEFAULT '',
  `gender` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'male',
  `email_code` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `device_id` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `language` varchar(22) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'english',
  `avatar` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'upload/photos/d-avatar.jpg',
  `cover` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'upload/photos/d-cover.jpg',
  `src` varchar(22) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `country_id` int(11) NOT NULL DEFAULT 0,
  `age` int(11) NOT NULL DEFAULT 0,
  `about` text DEFAULT NULL,
  `google` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `facebook` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `twitter` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `instagram` varchar(100) NOT NULL DEFAULT '',
  `active` int(11) NOT NULL DEFAULT 0,
  `admin` int(11) NOT NULL DEFAULT 0,
  `verified` int(11) NOT NULL DEFAULT 0,
  `last_active` int(11) NOT NULL DEFAULT 0,
  `registered` varchar(40) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0000/00',
  `is_pro` int(11) NOT NULL DEFAULT 0,
  `imports` int(11) NOT NULL DEFAULT 0,
  `uploads` int(11) NOT NULL DEFAULT 0,
  `wallet` float NOT NULL DEFAULT 0,
  `balance` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0',
  `video_mon` int(10) NOT NULL DEFAULT 0,
  `age_changed` int(11) NOT NULL DEFAULT 0,
  `donation_paypal_email` varchar(100) NOT NULL DEFAULT '',
  `user_upload_limit` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0',
  `two_factor` int(11) NOT NULL DEFAULT 0,
  `last_month` text CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `active_time` int(50) NOT NULL DEFAULT 0,
  `active_expire` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0',
  `phone_number` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `address` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `city` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `state` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `zip` int(11) NOT NULL DEFAULT 0,
  `subscriber_price` varchar(11) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0',
  `monetization` int(11) NOT NULL DEFAULT 0,
  `new_email` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `fav_category` varchar(400) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `total_ads` float NOT NULL DEFAULT 0,
  `suspend_upload` int(11) NOT NULL DEFAULT 0,
  `suspend_import` int(11) NOT NULL DEFAULT 0,
  `paystack_ref` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `ConversationId` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `point_day_expire` int(50) NOT NULL DEFAULT 0,
  `points` float UNSIGNED NOT NULL DEFAULT 0,
  `daily_points` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ROW_FORMAT=COMPACT;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `username`, `email`, `ip_address`, `password`, `first_name`, `last_name`, `gender`, `email_code`, `device_id`, `language`, `avatar`, `cover`, `src`, `country_id`, `age`, `about`, `google`, `facebook`, `twitter`, `instagram`, `active`, `admin`, `verified`, `last_active`, `registered`, `is_pro`, `imports`, `uploads`, `wallet`, `balance`, `video_mon`, `age_changed`, `donation_paypal_email`, `user_upload_limit`, `two_factor`, `last_month`, `active_time`, `active_expire`, `phone_number`, `address`, `city`, `state`, `zip`, `subscriber_price`, `monetization`, `new_email`, `fav_category`, `total_ads`, `suspend_upload`, `suspend_import`, `paystack_ref`, `ConversationId`, `point_day_expire`, `points`, `daily_points`) VALUES
(1, 'admin', 'jarsahcreations@outlook.com', '112.134.187.138', '18b631293f6335583577cc1a9ef34b568bd7a50f', '', '', 'male', 'c0e5af81a6f6a6235c815f2d22bcbe4a90810787', '', 'english', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', 0, 0, NULL, '', '', '', '', 1, 1, 0, 1652935986, '00/0000', 0, 2, 0, 0, '0', 0, 0, '', '0', 0, '{\"likes\":0,\"dislikes\":0,\"views\":0,\"comments\":0,\"update_time\":1643673540}', 126, '1653091140', '', '', '', '', 0, '0', 0, '', '', 0, 0, 0, '', '', 0, 0, 0),
(2, 'marek', 'marek@pasturcza.pl', '89.151.33.206', '98374a74b25eea8df182ebe0785f8ce6322bdb79', '', '', 'male', 'a05c92d58080edd7d8f86befe13230ca8b462aee', '', 'english', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', 0, 0, NULL, '', '', '', '', 1, 0, 0, 1587541617, '2020/4', 0, 6, 0, 0, '0', 1, 0, '', '0', 0, NULL, 12156, '1587772740', '', '', '', '', 0, '0', 0, '', '', 0, 0, 0, '', '', 0, 0, 0),
(3, 'cashout', 'daviettalove@gmail.com', '68.110.136.194', 'ee925e33e0ab4282691c08391d6bdeea318aa20f', '', '', 'male', '38442ee55a1641d85258b5dc52b1c2379eb63526', '', 'english', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', 0, 0, NULL, '', '', '', '', 1, 0, 0, 1643107720, '2022/1', 0, 0, 0, 0, '0', 0, 0, '', '0', 0, NULL, 12, '1643414340', '', '', '', '', 0, '0', 0, '', '', 0, 0, 0, '', '', 0, 0, 0),
(4, 'love', 'daviettalove@outlook.com', '68.110.136.194', '4017d8c984af4e77e5f91418f6eaac25a47f1222', '', '', 'male', '7b2de42b7938995c7631654b444349d23ca01c7a', '', 'english', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', 0, 0, NULL, '', '', '', '', 1, 0, 0, 1643520216, '2022/1', 0, 4, 0, 0, '0', 0, 0, '', '0', 0, NULL, 2262, '1644019140', '', '', '', '', 0, '0', 0, '', '', 0, 0, 0, '', '', 0, 0, 0);

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

--
-- Table structure for table `user_ads`
--

CREATE TABLE `user_ads` (
  `id` int(11) NOT NULL,
  `name` varchar(500) NOT NULL DEFAULT '',
  `results` int(11) NOT NULL DEFAULT 0,
  `spent` varchar(20) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT 1,
  `audience` text DEFAULT NULL,
  `category` varchar(50) NOT NULL DEFAULT '',
  `media` varchar(1000) NOT NULL DEFAULT '',
  `url` varchar(3000) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `placement` varchar(50) NOT NULL DEFAULT '',
  `posted` varchar(50) NOT NULL DEFAULT '0',
  `headline` varchar(1000) NOT NULL DEFAULT '',
  `description` varchar(1000) NOT NULL DEFAULT '',
  `location` varchar(1000) NOT NULL DEFAULT '',
  `type` varchar(50) NOT NULL DEFAULT '',
  `day_limit` varchar(11) NOT NULL DEFAULT '0',
  `day` varchar(50) NOT NULL DEFAULT '',
  `day_spend` varchar(11) NOT NULL DEFAULT '0',
  `lifetime_limit` float NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `usr_prof_fields`
--

CREATE TABLE `usr_prof_fields` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `fid_2` varchar(32) NOT NULL DEFAULT '',
  `fid_3` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `verification_requests`
--

CREATE TABLE `verification_requests` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `name` varchar(200) NOT NULL DEFAULT '',
  `message` text DEFAULT NULL,
  `media_file` text DEFAULT NULL,
  `time` varchar(100) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `videos`
--

CREATE TABLE `videos` (
  `id` int(11) NOT NULL,
  `video_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `short_id` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `thumbnail` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'upload/photos/thumbnail.jpg',
  `video_location` varchar(3000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `youtube` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `vimeo` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `daily` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
  `facebook` varchar(100) NOT NULL DEFAULT '',
  `ok` varchar(100) NOT NULL DEFAULT '',
  `twitch` varchar(100) NOT NULL DEFAULT '',
  `twitch_type` varchar(50) NOT NULL DEFAULT '',
  `time` int(11) NOT NULL DEFAULT 0,
  `time_date` timestamp NOT NULL DEFAULT current_timestamp(),
  `active` int(11) NOT NULL DEFAULT 0,
  `tags` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `duration` varchar(33) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '00:00',
  `size` int(50) NOT NULL DEFAULT 0,
  `converted` int(5) NOT NULL DEFAULT 1,
  `category_id` varchar(100) NOT NULL DEFAULT '',
  `views` int(11) NOT NULL DEFAULT 0,
  `featured` int(11) NOT NULL DEFAULT 0,
  `registered` varchar(30) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0000/00',
  `privacy` int(11) NOT NULL DEFAULT 0,
  `age_restriction` int(11) NOT NULL DEFAULT 1,
  `type` varchar(100) NOT NULL DEFAULT '',
  `approved` int(11) NOT NULL DEFAULT 1,
  `240p` int(11) NOT NULL DEFAULT 0,
  `360p` int(11) NOT NULL DEFAULT 0,
  `480p` int(11) NOT NULL DEFAULT 0,
  `720p` int(11) NOT NULL DEFAULT 0,
  `1080p` int(11) NOT NULL DEFAULT 0,
  `2048p` int(11) NOT NULL DEFAULT 0,
  `4096p` int(11) NOT NULL DEFAULT 0,
  `sell_video` float UNSIGNED NOT NULL DEFAULT 0,
  `sub_category` varchar(100) NOT NULL DEFAULT '',
  `geo_blocking` varchar(200) NOT NULL DEFAULT '',
  `demo` varchar(3000) NOT NULL DEFAULT '',
  `gif` varchar(3000) NOT NULL DEFAULT '',
  `is_movie` int(11) NOT NULL DEFAULT 0,
  `stars` varchar(200) NOT NULL DEFAULT '',
  `producer` varchar(200) NOT NULL DEFAULT '',
  `country` varchar(50) NOT NULL DEFAULT '',
  `movie_release` varchar(4) NOT NULL DEFAULT '',
  `quality` varchar(11) NOT NULL DEFAULT '',
  `rating` varchar(11) NOT NULL DEFAULT '',
  `monetization` int(11) NOT NULL DEFAULT 1,
  `rent_price` int(11) NOT NULL DEFAULT 0,
  `stream_name` varchar(150) NOT NULL DEFAULT '',
  `live_time` int(50) NOT NULL DEFAULT 0,
  `live_ended` int(11) NOT NULL DEFAULT 0,
  `agora_resource_id` text DEFAULT NULL,
  `agora_sid` varchar(500) NOT NULL DEFAULT '',
  `license` varchar(100) NOT NULL DEFAULT '',
  `is_stock` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `videos`
--

INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(1, 'UK5Mo9EC7J5BUit', 1, '7nQHzy', 'Coronavirus explained: How it spreads and how to protect yourself', 'Here&#039;s how the coronavirus started, continues to spread and what to do to protect yourself during the pandemic. #CNN #News', 'https://i.ytimg.com/vi/iVo5j9mZq7g/mqdefault.jpg', '', 'iVo5j9mZq7g', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'latest News,Happening Now,CNN', '00:07:29', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(2, 'qij4LkTnZ5kDlJM', 1, 'BgE2tN', 'Debunking Fake Videos &amp; WHO&#039;S behind 5-min crafts? | How To Cook That Ann Reardon', 'Debunking disinformation on YouTube and Facebook viral videos on 5-minute crafts and Brightside. SUBSCRIBE on youtube: [a]http%3A%2F%2Fbit.ly%2FH2CThat[/a]   <br>Support: [a]https%3A%2F%2Fpatreon.com%2Fh2ct[/a] <br>Recipe: [a]http%3A%2F%2Fhowtocookthat.net[/a] <br>Merch: [a]https%3A%2F%2Fwww.howtocookthat.net%2Fpublic_html%2Fshop%2F[/a] <br>How To Cook That Channel: [a]http%3A%2F%2Fyoutube.com%2Fhowtocookthat[/a] <br>Hi I am Ann Reardon, How to Cook That is my youtube channel it is  filled with crazy sweet creations made just for you.   Join me for creative cakes, chocolate &amp; desserts, new video every Friday.   TheSoul Publishing statement: [a]https%3A%2F%2Fwww.thesoul-publishing.com%2Fpost%2Fa-message-from-thesoul-publishing[/a] <br> <br>Subscribe on email: [a]http%3A%2F%2Fbit.ly%2FH2CTemail[/a] <br>SUBSCRIBE on youtube: [a]http%3A%2F%2Fbit.ly%2FH2CThat[/a]   <br> <br>Recipe details: [a]http%3A%2F%2Fwww.howtocookthat.net[/a] <br> <br>Youtube Channel: [a]http%3A%2F%2Fyoutube.com%2Fhowtocookthat[/a] <br>Instagram: [a]http%3A%2F%2Finstagram.com%2Fhowtocookthat[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fhowtocookthat[/a] <br> <br>Feel like binge watching?  Here&#039;s some more of my videos: <br>CHOCOLATE TUTORIALS:  🍫[a]http%3A%2F%2Fbit.ly%2Fchocolate_chocolate_and_more_chocolate[/a] <br> <br>DESSERT RECIPES: 🍨 [a]http%3A%2F%2Fbit.ly%2Fhow_to_cook_that_dessert_recipes[/a] <br> <br>CAKE DECORATING LESSONS: 🍰 [a]http%3A%2F%2Fbit.ly%2Famazing_cake[/a] <br> <br>MINIATURE BAKING: [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLPT0YU_0VLHzCHbvjWgVJcMCp9_XTCQdL[/a] <br> <br>CLEVER OR NEVER: [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLPT0YU_0VLHzzI_XKCK5ecRcwFC5oKBwj[/a] <br> <br>10 BEST recipes in 10 minutes: [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLPT0YU_0VLHw7FqmDs1OtwG4fEoRn3gv2[/a] <br> <br>HOW TO MAKE MACARONS &amp; SNACKS: 🍩[a]http%3A%2F%2Fbit.ly%2Fmacarons_sweet_snacks[/a] <br> <br>You can send letters &amp; stuff to: <br>PO Box 202 <br>Chirnside Park 3116  <br>Australia <br> <br>Business enquiries only: business@howtocookthat.net <br> <br>MUSIC BY: SET SAIL used with permission, check out their other songs on iTunes... https://itunes.apple.com/au/artist/set-sail/id388088498?uo=4&amp;at=11lsF8', 'https://i.ytimg.com/vi/pvqa8dsBtno/maxresdefault.jpg', '', 'pvqa8dsBtno', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'How To Cook That Ann Reardon ????,debunking,fake videos,content farms,who is the soul publishing,who owns 5 minute crafts,documentary,can you clean red wine with beer,cook meringues in microwave,so yummy,5-minute crafts', '00:25:43', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(3, 'KS6vaW7vBq61GwZ', 1, 'bAYbUK', 'How To See Germs Spread (Coronavirus)', 'Click here the most up-to-date info on Coronavirus COVID-19- [a]https%3A%2F%2Fwww.cdc.gov%2Fcoronavirus[/a] <br>Thanks to Skillshare for their support. Take this opportunity to invest in yourself with Skillshare!   <br>The first 500 people get 2 months FREE- [a]https%3A%2F%2Fskl.sh%2Fmarkrober4[/a] <br> <br>Here is the Glo Germ powder I used (not sponsored).  This would make for a great science object lesson- [a]https%3A%2F%2Fwww.amazon.com%2Fdp%2FB00FE1RQA2%2Fref%3Dcm_sw_em_r_mt_dp_U_WcMCEbWEKG9HR[/a] <br> <br>Tools on my bench from Carlyle- [a]http%3A%2F%2Fwww.carlyletools.com%2FMarkRober%2F[/a]', 'https://i.ytimg.com/vi/I5-dI74zxPg/maxresdefault.jpg', '', 'I5-dI74zxPg', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'mark rober,rober,science,how to,germs,coronavirus,education,COVID-19,CORONA,VIRAL,virus', '00:10:21', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(4, 'rE5azHWvFsdmTxJ', 1, 'FDBAZ8', 'The Recession is Here - Do This Now! (How To Invest)', 'The recession is coming, here is how to prepare for your financial safety. <br> <br>► My Stock Portfolio: [a]https%3A%2F%2Fwww.patreon.com%2Fandreijikh[/a] <br>► Get 1 Free Stock on WeBull when you deposit any dollar amount (Valued up to $1400): https://act.webull.com/kol-us/share.html?hl=en&amp;inviteCode=QhhB1aDNwEDP <br>► ROBINHOOD Invite Code (grab your other free stock): [a]https%3A%2F%2Frobinhood.c3me6x.net%2Fc%2F1980551%2F671816%2F10402[/a] <br>► M1 Finance Roth IRA: [a]https%3A%2F%2Fmbsy.co%2FBMPJf[/a] <br>► Try Audible and Get Two Free Audiobooks: [a]https%3A%2F%2Famzn.to%2F2ouTHKS[/a] <br>► Stocking Stuffers for the Holidays: [a]https%3A%2F%2Fwww.ipo52.com[/a] <br>►Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fandreijikh%2F[/a] <br>► How I Make My Videos: [a]https%3A%2F%2Fwww.amazon.com%2Fshop%2Fandreijikh[/a] <br> <br>Today I wanted to discuss what we should do, and what we shouldn’t do in the context of money - right now, considering there is a real chance that we’re about to enter an economic recession.  <br> <br>Recently I got news that my parents were laid off along with everyone else in my immediate family. If you were laid off the first thing you need to do is set up your unemployment benefits. <br> <br>Once you&#039;ve set up some passive income if you don&#039;t have a job, here are 5 things to avoid doing with your money and investing right now. <br> <br>#1 Do not move your money from your bank account into a mattress. Don’t cash out your money and put it somewhere, it’s not going to help. In fact, it’s going to put your money in a more risky situation if something happens to your house. Your bank should be FDIC insured which means even if it goes under, which most likely it will not, your money will still be insured up to the legal limit of $250,000 and you’ll be fine. <br> <br>#2 Do not sell your investments and do not touch your retirement accounts. At the end of the day, the stock market can recover just as quickly as it fell and no one knows or can predict the stock market bottom when investing.  <br> <br>#3 if you need money for the next 3 to 6 months like my parents, do NOT INVEST, pause contributing to any retirement accounts, unless you have enough to cover for your expenses because it’s likely the market will continue to fall as the layoffs get worse. Be careful contributing to your retirement account (beyond employer contribution matching) only to realize that money could have been useful to pay your bills because you just got laid off. It may not make sense to withdraw your money because it lost a significant portion of it’s value so hope for the best, plan for the worst. <br> <br>#4 Avoid scams. There is an influx of people posing as the CDC, the IRS, or people promising to have new investment opportunities ajljljnd while you&#039;re staying home, you will receive suspicious looking emails asking you for money, your login details, and you want to use caution and be extremely careful. <br> <br>Here is what you do want do with your money: <br> <br>#1 Build an emergency fund. Hopefully after watching my channel you already have one but if not, NOW is the time to build one. You need 3 - 6 months of cash stock piled to pay your monthly necessities. 6 - 9 months if you want to be conservative. You can do this by reducing your expenses and cutting out unnecessary spending. <br> <br>You can also do this by selling off unnecessary goods and luxury items you may have that you’re not using. You can also do this by taking on side hustles like driving Uber, Uber Eats, postmates, task rabbit, and my personal favorite, Airbnb. If you’re out of a job, your time is crucial, don’t treat it like an extended vacation. Don&#039;t take on extra debt. <br> <br>#2 While you&#039;re doing the above, track each dollar with apps like Mint, or Personal Capital to see where your money is going then ask yourself if you can cover your debts for the next few months if you don&#039;t have a job. If you cannot, it&#039;s important to call your banks and credit cards and ask them about any relief programs you can take advantage of. In the case of real estate and your house, if there is nothing available, the last resort is to ask for &quot;forbearance&quot;. <br> <br>Here are links and resources to help you get through these tough times. <br> <br>Unemployment Resources by State: <br>[a]https%3A%2F%2Fwww.reddit.com%2Fr%2Fpersonalfinance%2Fcomments%2Ffkyu8h%2Fjob_loss_megathread_unemployment_resources%2F[/a] <br> <br>Tax Payment Extended Until July: <br>[a]https%3A%2F%2Fwww.irs.gov%2Fnewsroom%2Fpayment-deadline-extended-to-july-15-2020[/a] <br> <br>Mortgage Payments:  <br>[a]https%3A%2F%2Fwww.cnbc.com%2F2020%2F03%2F18%2Fwhat-to-do-if-you-cant-make-your-rent-or-mortgage-payments.html[/a] <br> <br>Forgiveness from Credit Cards and Banks: [a]https%3A%2F%2Fwww.bankrate.com%2Ffinance%2Fcredit-cards%2Fissuer-assistance-programs-amid-coronavirus-fears%2F[/a] <br> <br>Non profit financial counseling: [a]www.nfcc.org[/a]', 'https://i.ytimg.com/vi/HuG-Cut40rg/maxresdefault.jpg', '', 'HuG-Cut40rg', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'investing,recession,investing for beginners,how to invest,how to invest in stocks,stock market investing,how to invest in your 20s,how to make money,passive income,how to be a millionaire,best stock trading app', '00:17:39', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(5, 'NchHf8KYSdxz87u', 1, 'MCJIQR', 'How To Name A Disease (Like COVID-19)', 'To start using Tab for a Cause, go to: [a]http%3A%2F%2Ftabforacause.org%2Fminuteearth2[/a] <br> <br>We’ve changed - and standardized - the way diseases get named because the old way was often stigmatizing and confusing. <br> <br>Thanks also to our Patreon patrons [a]https%3A%2F%2Fwww.patreon.com%2FMinuteEarth[/a] and our YouTube members. <br>___________________________________________ <br>To learn more, start your googling with these keywords:  <br>Coronaviruses (CoV): a large family of viruses that cause illness ranging from the common cold to more severe diseases such as COVID-19. <br>Coronavirus Disease 2019 (COVID-19): an infectious disease caused by a new strain of coronavirus that was discovered in 2019 and named a pandemic in 2020. <br>2009 H1N1 Flu: a pandemic disease that emerged in 2009 caused by the H1N1)pdm09 virus, which was different from any other influenza strain circulating at the time. <br>World Health Organization (WHO): an organization that directs and coordinates international health within the United Nations system. <br>1918 Flu: often referred to as the “Spanish flu,” the 1918 influenza pandemic was the most severe pandemic in recent history and caused by an H1N1 virus. There are competing theories for its place of origin, but public health experts agree it did not actually originate in Spain. <br>Acquired Immune Deficiency Syndrome (AIDS): a spectrum of conditions caused by infection with the human immunodeficiency virus (HIV). It was first named “gay-related immunodeficiency disease (GRID),” despite the fact anyone, regardless of sexuality, is susceptible.   <br>Stigma: a mark of disgrace associated with a particular circumstance, quality, or person. <br>Pandemic: the worldwide spread of a new disease. <br>___________________________________________ <br>If you liked this week’s video, you might also like:  <br>Learn more about social stigma associated with COVID-19: [a]https%3A%2F%2Fwww.who.int%2Fdocs%2Fdefault-source%2Fcoronaviruse%2Fcovid19-stigma-guide.pdf[/a] <br>_________________________________________ <br>Subscribe to MinuteEarth on YouTube: [a]http%3A%2F%2Fgoo.gl%2FEpIDGd[/a] <br>Support us on Patreon: [a]https%3A%2F%2Fgoo.gl%2FZVgLQZ[/a] <br>And visit our website: [a]https%3A%2F%2Fwww.minuteearth.com%2F[/a] <br> <br>Say hello on Facebook: [a]http%3A%2F%2Fgoo.gl%2FFpAvo6[/a] <br>And Twitter: [a]http%3A%2F%2Fgoo.gl%2FY1aWVC[/a] <br> <br>And download our videos on itunes:  [a]https%3A%2F%2Fgoo.gl%2FsfwS6n[/a] <br>___________________________________________ <br>Credits (and Twitter handles): <br>Video Writer and Narrator: Julián Gustavo Gómez (@ittakesii) <br>Script Editor: Kate Yoshida and David Goldenberg <br>Video Illustrator and Director: Ever Salazar (@eversalazar) <br>With Contributions From: Henry Reich, Alex Reich, Peter Reich, Sarah Berman, Arcadi Garcia Rius  <br>Music by: Nathaniel Schroeder: [a]http%3A%2F%2Fwww.soundcloud.com%2Fdrschroeder[/a] <br> <br> <br>___________________________________________ <br> <br>References: <br> <br>Ballantyne, C. &quot;Will Egypt’s plans to kill pigs protect it from swine—sorry, H1N1 flu.&quot; Sci Am News Blog [a]https%3A%2F%2Fblogs.scientificamerican.com%2Fnews-blog%2Fwill-egypts-plans-to-kill-pigs-prot-2009-05-01%2F[/a] (2009). <br> <br>World Health Organization. &quot;World now at the start of 2009 influenza pandemic.&quot; [a]http%3A%2F%2Fwww.who.int%2Fmediacentre%2Fnews%2Fstatements%2F2009%2Fh1n1_pandemic_phase6_20090611%2Fen%2Findex.html[/a] (2009). <br> <br>Centers for Disease Control and Prevention. &quot;The 2009 H1N1 pandemic: summary highlights, April 2009-April 2010.&quot; Official Online Article Published by the Centers for Disease Control 4 [a]https%3A%2F%2Fwww.cdc.gov%2Fh1n1flu%2Fcdcresponse.htm[/a] (2010). <br> <br>Selyukh, A. &quot;Pork industry still reeling from swine flu.” ABC News [a]https%3A%2F%2Fabcnews.go.com%2FBusiness%2Fpork-industry-reeling-swine-flu%2Fstory%3Fid%3D8840004[/a] (2009). <br> <br>World Health Organization. &quot;Naming the coronavirus disease (COVID-19) and the virus that causes it&quot; [a]https%3A%2F%2Fwww.who.int%2Femergencies%2Fdiseases%2Fnovel-coronavirus-2019%2Ftechnical-guidance%2Fnaming-the-coronavirus-disease-%28covid-2019%29-and-the-virus-that-causes-it[/a] (2020). <br> <br>World Health Organization. &quot;World Health Organization Best Practices for the Naming of New Human Infectious Diseases&quot; [a]https%3A%2F%2Fapps.who.int%2Firis%2Fbitstream%2Fhandle%2F10665%2F163636%2FWHO_HSE_FOS_15.1_eng.pdf%3Fsequence%3D1[/a] (2015).', 'https://i.ytimg.com/vi/6xsQwTgwcFM/maxresdefault.jpg', '', '6xsQwTgwcFM', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'MinuteEarth,Minute Earth,MinutePhysics,Minute Physics,earth,history,science,environment,environmental science,earth science,COVID-19', '00:03:34', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(6, 'Avk7zr68AcOWMVI', 1, 'VFaQho', 'How to Build Underwater House And Living In The Water Depth', 'How to Build Underwater House And Living In The Water Depth <br> <br>Dear Mr/Ms  <br>Thank you very much for your value time to Watch,Like,Comment,Share and Subscribe our videos on Tube Unique Wilderness Channel, and we will try all our best to find more idea as try to Create more videos to make your assist and more facilities. <br>If you have any idea or more convenience to support us please don&#039;t hesitate to contact with us all time 24TH/7 Days. <br> <br>- Facebook Page : Tube Unique Wilderness <br>- Skyps : Tube Unique Wilderness <br>- Instagram : Tube Unique Wildernesse  <br>- Twitter : Tube Unique Wilderness <br> <br>Thank you very much in advance  <br>Best Regards  <br>Tube Unique Wilderness', 'https://i.ytimg.com/vi/Qw0OXKaFVEs/maxresdefault.jpg', '', 'Qw0OXKaFVEs', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Tube Unique Wilderness,Primitive Technology,Wild life,How to make,How to build,How to do,Primitive tools,&#039;&#039;Minecraft &#039;&#039;,How to Build Underwater Villa,Build Underwater Villa And Living,Living In The Water Depth', '00:10:44', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(7, '4tIaPqhTD66O9KT', 1, 'Sr4fEN', 'How To Make the Perfect Pizza', 'Today I show you how to make the perfect pizza. This is by far the BEST pizza you will ever taste. All the ingredients are carefully selected to enhance the flavour of the pizza. This authentic pizza recipe will leave your mouth watering. Enjoy! <br> <br>Click Here To Eggscribe! --► <br>[a]http%3A%2F%2Fbit.ly%2FEggscribe[/a] <br> <br>Have a video Suggestion? Post it in the Comments Section, Contact me through my Facebook page or Tweet me! <br> <br>Connect with me! <br>Facebook ► [a]http%3A%2F%2Fwww.facebook.com%2FHowToBasic[/a] <br>Twitter ► [a]http%3A%2F%2Fwww.twitter.com%2FHowToBasic[/a] <br>Instagram ► [a]http%3A%2F%2Finstagram.com%2FHowToBasic[/a] <br>2ND Channel ► [a]http%3A%2F%2Fwww.youtube.com%2FHowToBasic2[/a] <br>TikTok ► [a]https%3A%2F%2Fvm.tiktok.com%2FbpdFFN%2F[/a] <br> <br>&quot;I&#039;m HowToBasic&quot; shirts and Egg plushies ► [a]https%3A%2F%2Fshirtz.cool%2Fcollections%2Fhowtobasic[/a]  <br> <br>Know someone that likes Pizza? Share this recipe with them!', 'https://i.ytimg.com/vi/OisvDHvmKuM/maxresdefault.jpg', '', 'OisvDHvmKuM', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'how to make the perfect pizza,pizza recipe,pizza making tutorial,pizza,vegetarian pizza,best pizza recipe,homemade pizza,step by step pizza,authentic pizza recipe,traditional pizza recipe,how to make a pizza base', '00:01:41', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(8, 'yrYqu6OK4TZ4QDP', 1, 'teYD87', 'HOW TO DOODLE in 2020 !! (sAtiSfYinG)', 'you won&#039;t believe how easy it is to doodle ... <br> <br>MY SOCIALS <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fshrimpyyt%2F%3Fhl%3Den[/a] <br>Snapchat: eadanyee (not excepting everyone) <br> <br>MY SHOP <br>[a]https%3A%2F%2Fwww.redbubble.com%2Fpeople%2Feadanshamir[/a] <br> <br>INSPIRED BY VEXX <br>[a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUC6FrNJRbr-32LUTmYw1nHFw[/a] <br> <br>MUSIC FROM BILLY MARCHIAFAVA <br>Ball So Hard (Meme Mashup) - [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DuSQYl0-Pt6k[/a] <br> <br>BUSINESS INQUIRIES : <br>eadanshamir@hotmail.com <br> <br>MY TOOLS <br>Sketchbook: Moleskine Sketchbook A4 : <br>[a]https%3A%2F%2Frushfaster.com.au%2Fproduct%2Fmoleskine%2Fmoleskine-large-classic-sketchbook-hardcover-notebook-black%2F11340%2F%3Fgclid%3DCjwKCAjwy7vlBRACEiwAZvdx9hP4MZ6oOrx0x2gUe45oZApzkkpPBQArPS8RDw6I039U2Lr_YJQ58RoCpHMQAvD_BwE[/a] <br> <br>Pencils: Faber Castell 48 Pack [a]https%3A%2F%2Fwww.officeworks.com.au%2Fshop%2Fofficeworks%2Fp%2Ffaber-castell-classic-coloured-pencils-48-pack-fa16115858[/a] <br> <br>Editing Software: Adobe After Effects <br>[a]https%3A%2F%2Fwww.adobe.com%2Fau%2Fproducts%2Faftereffects.html[/a] <br> <br>INKING Pen: Pentel BRUSH Pen (Officeworks) <br>[a]https%3A%2F%2Fwww.officeworks.com.au%2Fshop%2Fofficeworks%2Fp%2Fpentel-ses15c-sign-brush-pen-black-peses15ca[/a] <br> <br>Markers: Copic 36 Custom (My Art Shop) <br>[a]https%3A%2F%2Ftheartshop.com.au%2F[/a] <br> <br>FILMING EQUIPMENT <br>Camera: Iphone XR : [a]https%3A%2F%2Fwww.apple.com%2Fau%2Fiphone-xr%2F[/a] <br> <br>Tripod/Music-stand : [a]https%3A%2F%2Fdjcity.com.au%2Fproduct%2Fprostand-ms020-music-stand%2F%3Fgclid%3DCjwKCAjwy7vlBRACEiwAZvdx9om9lvX_mVPXPw2-rHEhp2e9bxhNa0fWf4URZ7fbkmVMTtZiV48tsBoCJFgQAvD_BwE[/a] <br> <br>why are you all the way down here? Go back up and smash the subscribe button or ill steal your shoes', 'https://i.ytimg.com/vi/l_thYs7nttM/maxresdefault.jpg', '', 'l_thYs7nttM', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'zhc,tik tok,tiktok,tiktok life hacks,tik tok video,hacks,tiktoks,viral,viral life hacks,marko,custom iphone', '00:05:06', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(9, '5FVUQxuzwlQ18GO', 1, 'IglxU4', 'How To Make Rock Candy DIY Science Experiment with Ryan&#039;s World!!!!', 'How To Make Rock Candy DIY Science Experiment with Ryan&#039;s World!!!!', 'https://i.ytimg.com/vi/PIQ3OtJ6UmY/maxresdefault.jpg', '', 'PIQ3OtJ6UmY', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Ryan&#039;s World,Ryan ToysReview,how to make,how to make Rock Candy,homemade rock candy,DIY Rock Candy,science experiment,science experiments for kids,science experiments video,make candy at home,how to make rock candy video', '00:09:53', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(10, 'vcuKQhnXUxx243q', 1, 'mmryep', 'So I TAUGHT A BABY How To PLAY Minecraft...', 'So I TAUGHT A BABY How To PLAY Minecraft... w/ 09sharkboy <br>✔️ New to the #SharkArmy? Subscribe Here! [a]http%3A%2F%2Fbit.ly%2F1GtTBWj[/a] <br>👕 MERCH - [a]https%3A%2F%2Fwww.09sharkboy.com[/a] <br> <br>Submit CUSTOM Maps! - [a]https%3A%2F%2Fbit.ly%2F2L6IJSs[/a] <br> <br>🔴 OTHER CHANNELS 🔴 <br>✔️ LIFEOFSHARK ➨ [a]http%3A%2F%2Fbit.ly%2F2oicAMr[/a] <br>✔️ SHARKPLAYS ➨[a]http%3A%2F%2Fbit.ly%2F2sYYF0H[/a] <br>✔️ SHARKSLAB  ➨ [a]http%3A%2F%2Fbit.ly%2F2gRp4YW[/a] <br>✔️ SQUAD Channel  ➨ [a]http%3A%2F%2Fbit.ly%2F2wRSQCc[/a] <br> <br>💬 Social Media 💬 <br>🐦 TWITTER - [a]https%3A%2F%2Ftwitter.com%2F09sharkboy[/a] <br>📹 SNAPCHAT  - TheLifeOfShark <br> INSTAGRAM - [a]https%3A%2F%2Fwww.instagram.com%2F09sharkboy[/a] <br> <br>MOOSE - [a]http%3A%2F%2Fbit.ly%2F1PPSbbz[/a] <br>UNSPEAKABLE - [a]http%3A%2F%2Fbit.ly%2F2htnT3s[/a]', 'https://i.ytimg.com/vi/WseWgEytmp4/maxresdefault.jpg', '', 'WseWgEytmp4', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, '', '00:14:00', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(11, 's3bLqqDHFyZLv9D', 1, 's3IRXB', 'How to Play as a Doctor in Minecraft!', 'How to Play as a Doctor in Minecraft! with BriannaPlayz 👊 <br> <br>👑 Get your Royal Bundle (with FREE purple tee) today! - [a]https%3A%2F%2Fbit.ly%2F3antiRP[/a] <br> <br>🐲 Buy FLOOP Here!  <br>🡆 [a]https%3A%2F%2Famzn.to%2F37uLpV6[/a] <br> <br>👕 Get your merch below! <br>🡆 [a]https%3A%2F%2Froyallyb.com[/a] <br>🡆 [a]http%3A%2F%2Fwww.prestonsstylez.com%2F[/a]  <br> <br>🎮 Join my Fan Discord!  <br>🡆 [a]http%3A%2F%2Fdiscord.gg%2FPreston[/a] <br> <br>SSundee - Minecraft UHC But EVERYONE is *TINY* <br>[a]https%3A%2F%2Fyoutu.be%2F5KyxVKqScNE[/a] <br> <br>Sub&#039;s World - 47 Creative Ways To Hide Your Emeralds In Minecraft <br>[a]https%3A%2F%2Fyoutu.be%2FHdZgfiZ7fMo[/a] <br> <br>DanTDM - Playing FAKE Minecraft Games.. <br>[a]https%3A%2F%2Fyoutu.be%2FF24mTdAxU68[/a] <br> <br>------------------------------ <br> <br>Additional music provided by Epidemic Sound <br>Click here for a free trial! 🡆 [a]http%3A%2F%2Fshare.epidemicsound.com%2FTBNR[/a]', 'https://i.ytimg.com/vi/siajSsWqlR4/maxresdefault.jpg', '', 'siajSsWqlR4', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'minecraft,mcpe,family,family friendly,funny,comedy,preston,brianna,prestonplayz,briannaplayz', '00:18:08', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(12, 'etwtwU4OQtjIJE3', 1, 'S6qw3G', 'How to Build a Perfect Survival Kit', 'The apocalypse is right around the corner, and you need to be prepared. A survival kit is essential for any chance at making it out alive during a disaster like an earthquake or a virus. But what the heck do you put in your kit? In today&#039;s amazing diy how to video we&#039;re going to help you build the ultimate survival kit to make sure you can survive anything that comes at you!  <br> <br>Check out my new channel I Am: [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCH5YmeRhiQZt9_5Eky3A2og[/a] <br> <br>🔔 SUBSCRIBE TO THE INFOGRAPHICS SHOW ► [a]https%3A%2F%2Fwww.youtube.com%2Fc%2FtheinfographicsshowOFFICIAL%3Fsub_confirmation%3D1[/a] <br> <br>🔖 MY SOCIAL PAGES <br>DISCORD ►[a]https%3A%2F%2Fdiscord.gg%2Ftheinfographicsshow[/a] <br>Facebook ► [a]https%3A%2F%2Fwww.facebook.com%2FTheInfographicsShow[/a] <br>Twitter ► [a]https%3A%2F%2Ftwitter.com%2FTheInfoShow[/a] <br> <br> <br>💭  SUGGEST A TOPIC <br>[a]https%3A%2F%2Fwww.theinfographicsshow.com[/a] <br> <br> <br>📝 SOURCES: [a]https%3A%2F%2Fpastebin.com%2FkXQjWp9U[/a] <br> <br>All videos are based on publicly available information unless otherwise noted.', 'https://i.ytimg.com/vi/6oXPaunPsSs/maxresdefault.jpg', '', '6oXPaunPsSs', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'survival kit,emergency kit,survival,survivor,survival skills,survival gear,bug out bag,go bag,disaster,apocalypse,doomsday', '00:08:55', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(13, 'LxncSmn4mjmToXP', 1, 'tRilKj', 'How to CATALOG YOUR GAMES in 2020', 'I review GAMEYE, CLZ Games and PriceCharting.com for cataloging your video games.  <br>Patreon: [a]http%3A%2F%2Fwww.Patreon.com%2FMetalJesusRocks[/a] <br> <br>GAMEYE: [a]https%3A%2F%2Fgameye.app[/a] <br>CLZ Games: [a]https%3A%2F%2Fwww.collectorz.com%2Fgame[/a] <br>[a]http%3A%2F%2Fwww.PriceCharting.com[/a] <br> <br>Twitter:  [a]http%3A%2F%2Ftwitter.com%2FMetalJesusRocks[/a] <br>Facebook: [a]http%3A%2F%2Ffacebook.com%2FMetalJesusRocks[/a] <br> <br>Web:     [a]http%3A%2F%2Fwww.MetalJesusRocks.com[/a] <br>DISCORD CHAT:   [a]https%3A%2F%2Fdiscord.gg%2FyAaAawV[/a]  <br>T-shirts: [a]http%3A%2F%2Fshrsl.com%2F%3F%7E9quw[/a] <br> <br>My Video Gear &amp; Equipment: <br>Sony FDR-AX53 4K camcorder : [a]https%3A%2F%2Famzn.to%2F2JEWEPv[/a] <br>Rode Shotgun microphone : [a]https%3A%2F%2Famzn.to%2F2SOuTbb[/a] <br>Audio Technica AT4033/CL (voice overs) : [a]https%3A%2F%2Famzn.to%2F2QmrBdK[/a] <br>STUDIO LIGHTS: Aputure Light Storm LS 1C [a]https%3A%2F%2Famzn.to%2F2OshPVB[/a] <br>Headphones: Meze 99 Classics: [a]https%3A%2F%2Famzn.to%2F2Qmkyl9[/a] <br> <br>Computer: Apple iMac 27&quot; w/ Final Cut Pro X : [a]https%3A%2F%2Famzn.to%2F2yTq0FL[/a] <br>Elgato HD Game capture devices : [a]https%3A%2F%2Famzn.to%2F2QluLi3[/a] <br> <br>Background music by Metal Jesus Rocks and Ethan Meixsell <br> <br>** DISCLOSURE: Collectorz.com gave me a subscription to their service for review purposes, however all of the opinions in this video are my own **', 'https://i.ytimg.com/vi/VcWjZ47Ty_Y/maxresdefault.jpg', '', 'VcWjZ47Ty_Y', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'metal jesus rocks,metaljesusrocks,metal,jesus,console,system,review,gameplay,video,game,reviews', '00:16:38', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(14, 'OIy7Y9sTezdbLYF', 1, 'HoPUrO', 'How to Survive School || Top Secret School Hacks and Cheats', 'Study smart, not hard! Learn how to get high grades and discover cool and fun school supply hacks. Explore original ways to fool your teacher and many other school cheats and DIY hacks. <br>It’s time to get crafty and upgrade your school supplies with cool hacks! <br> <br>Can’t get enough of these fantastic school hacks? Neither can we! <br>Be sure to share these with your friends! <br>Don’t forget to subscribe to our YouTube channel so you never miss out on our awesome tips and tricks! <br> <br>#hacks #funny #DIY #school <br> <br>Music by Epidemic Sound: [a]https%3A%2F%2Fwww.epidemicsound.com%2F[/a] <br>Stock materials: [a]https%3A%2F%2Fwww.depositphotos.com[/a] [a]https%3A%2F%2Fwww.shutterstock.com[/a]', 'https://i.ytimg.com/vi/mU2_mvSNRVg/maxresdefault.jpg', '', 'mU2_mvSNRVg', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'DIY,hacks,tricks,craft,crafts,prank,pranks,123 go,123 go like,123GO!,tutorial', '00:12:16', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(15, '4OpQODXZrcAxHGX', 1, 'luA2cl', 'How to Make A Brandy Old Fashioned (and fill out the 2020 Census) - Quarantine Kitchen', 'All you need is brandy, a buck knife, a hammer... and some other things.  <br> <br>Follow me at these places:  <br>Twitter: @CharlieBerens <br>Instagram: @CharlieBerens <br>Facebook: [a]www.facebook.com%2FcharlieberensTV[/a] <br> <br>For more Manitowoc Minute click here: [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLRY-eAwoPfKBdGfuDu081r-bSMapeg0GB[/a]  <br>Manitowoc Minute T-shirts: [a]www.manitowocminute.com[/a] <br> <br>Manitowoc Minute host Charlie Berens teaches you how to make a Wisconsin style brandy old fashioned sour (although sweet and press are also options). And while you&#039;re drinking it you can fill out your 2020 Census at [a]https%3A%2F%2F2020census.gov.[/a] Ingredients for the brandy old fashioned include oranges, cherries, sugar, bitters, ice and love. And by love I mean brandy...It&#039;s the perfect Midwest concoction for supper clubs, weddings and/or funerals.', 'https://i.ytimg.com/vi/sPGrvymxFnk/maxresdefault.jpg', '', 'sPGrvymxFnk', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Quarantine Kitchen,Quarantine,Brandy Old Fashioned,How to make a brandy old fashioned,old fashioned,mixologist,Brandy,Wisconsin style old fashioned,Wisconsin,Midwest,Keep Er Movin', '00:05:02', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(16, 'w8FsDmrtK1b3RQF', 1, 'LQnfyU', 'How to rage in Tarkov', 'This video shows exactly how NOT to play Tarkov. <br> <br>🔷Merch ● [a]https%3A%2F%2Ffreshmerch.fm%2Fcollections%2Ffairtx[/a] <br>🍆 Twitch ● twitch.tv/fairtx <br>📽️ Follow me on Instagram! <br>[a]https%3A%2F%2Fwww.instagram.com%2Ffairtx_[/a] <br>🎬 Subscribe if you like my content! <br>[a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCVdd6czDZQkIaDCbTmS1PiQ%3Fsub_confirmation%3D1[/a] <br>💯 Support me on Patreon ● [a]https%3A%2F%2Fwww.patreon.com%2FfairTX[/a] <br>🔷 Twitter ● [a]https%3A%2F%2Ftwitter.com%2FfairTX_BP[/a] <br>🍆 Join the discord ● [a]https%3A%2F%2Fdiscord.gg%2FSuV5R8x[/a] <br> <br>Escape From Tarkov Playlist 🔰 <br>https://www.youtube.com/watch?v=_nV5HiNddnM&amp;list=PLbR0BfA6HuTuQsAw8SUEoYgxDynRY1d8W <br> <br>Intro song: uamee - CHE ZA NAHUI (Hold My Nahui) <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DAGhWRn_GFxg[/a] <br> <br>The following songs are property of EpidemicSound <br>A Slight Advantage - Max Anson <br>All of the Answers - Alec Slayne <br>Dead Winter - White Bones <br>End of Luck - Max Anson <br>Now It Ends - Max Anson <br>The Touch - So Vea <br> <br>Escape from Tarkov is a realistic online first-person action RPG/Simulator with MMO features and a story-driven approach, currently in development and published by Battlestate Games. <br> <br>Get Escape From Tarkov here!  <br>[a]https%3A%2F%2Fwww.escapefromtarkov.com%2Fpreorder-page[/a] <br> <br>#EscapeFromTarkov #Tarkov #eft #interchange', 'https://i.ytimg.com/vi/muYChFkIEbQ/maxresdefault.jpg', '', 'muYChFkIEbQ', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'escape from tarkov,escape from tarkov gameplay,how to tarkov,how to play escape from tarkov,killa tarkov,tarkov scav boss,interchange update,tarkov new update,escape from tarkov explained,escape,from', '00:21:46', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(17, 'GMjcpvoEUYYlRjV', 1, 'PId38k', '?How to Make Mini Water Fountain From Mini Bricks ⛲️', 'Sammy made everything according to feng shui! But as usual, he has a little problem. He misses the water element! Sue suggested making a real fountain and then there would be a complete harmony! Sam liked this idea very much! So, they are starting a new awesome craft! <br> <br>First of all, let&#039;s make the concrete mixture, which will make our bricks stick securely to each other. We should lay bricks very close to each other. Later on we&#039;ll secure the bottom against leaking. Step by step, we get the base of our mini fountain. For the sealing we&#039;re using a high-strength glue! Spread it evenly! <br> <br>The construction is finally completed! Now we will start decorating! Decorate the bottom of our fountain with mosaics! It will be very beautiful! Put a green tree for decoration, some grass and stones. Connect the water pump. And the last, most important detail - pour the water in! <br> <br>Perfect! We have a stunning fountain with a waterfall! <br> <br>Don&#039;t miss other cool videos with mini bricks: <br> <br>Windmill from mini bricks [a]https%3A%2F%2Fyoutu.be%2F2biV57NvUFg[/a] <br> <br>Brick towers [a]https%3A%2F%2Fyoutu.be%2FvLSorCsQr14[/a]  <br> <br>This video has English subtitles for your convenience! <br> <br>Check out Slime Sam&#039;s Community Tab and see his best pictures, funny GIFs, new episode announcements and much more! [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCw5VDXH8up3pKUppIvcstNQ%2Fcommunity[/a] <br> <br>Subscribe to Sam&#039;s channel and give a thumbs up to motivate him to make more videos for you! [a]https%3A%2F%2Fgoo.gl%2FzarVZo[/a] <br> <br>- - - <br>Stock materials: <br>[a]https%3A%2F%2Fwww.depositphotos.com[/a] <br>- - - <br> <br>Music by Epidemic Sound: [a]https%3A%2F%2Fwww.epidemicsound.com%2F[/a] <br>OPENING THEME is licensed under MUSIC STANDARD LICENSE: <br>Title: Cuckoo <br>Source: [a]https%3A%2F%2Faudiojungle.net%2Fitem%2Fcuckoo%2F20801073[/a]', 'https://i.ytimg.com/vi/kyqHVCVOluM/maxresdefault.jpg', '', 'kyqHVCVOluM', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'slime,slick slime sam,Mini Construction,Miniature,crafts,diy,tutorial,recycle,Mini Water Fountain From Mini Bricks,mini fountain at home,mini fountain', '00:11:00', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(18, 'PW1Qm2id7mK9eRx', 1, 'sNDOjd', 'How to Use Lift Buttons in Hindi - लिफ्ट इस्तेमाल करना सीख लो | Lift Operating by Ishan - Watch Live', 'How to Use Lift Buttons in Hindi - लिफ्ट इस्तेमाल करना सीख लो | Lift Operating by Ishan - Watch Live <br> <br>is video me aap janege ki lift ka use kaise karte hai, lift ko kaise operate karte hai. is video me Ishan ne live lift ko use karke dikhaya hai jisse koi bhi insan aasani se lift use karna sikh jayega. <br> <br>Which button do you press to lift? <br>ANS: You press the down button - you always press the button in the direction you want to go after you get into the lift. You never press the button based on how you want the lift to travel so that it comes to you. <br> <br>What are elevators made of? <br>A steel structure, called the sling, extends down the sides of the car from the crosshead and cradles the floor, or platform. The sides of a passenger elevator car are usually made from steel sheet and are trimmed on the inside with decorative paneling. The floor of the car may be tiled or carpeted. <br> <br>How do lifts work? <br>Most elevators work just like a pulley. A very strong metal rope is joined to the top of the elevator car and goes up through a “sheave” in the engine room above the elevator. When the motor stops, the grooves in the pulley wheel keep the rope in place so the elevator stops moving. <br> <br>Follow @Twitter: [a]https%3A%2F%2Ftwitter.com%2Fishanllb[/a] <br>Follow @Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fishanllb[/a] <br>Follow @Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fishanmonitor[/a] <br> <br>~Download Our Mind Blowing App For Free~ <br> <br>Ishan Pdf Manager - Convert &amp; Compress Pdf files : [a]https%3A%2F%2Fbit.ly%2F31Ee5YS[/a] <br> <br>My Mic : [a]https%3A%2F%2Famzn.to%2F2CYC2k2[/a] <br>My Camera : [a]https%3A%2F%2Famzn.to%2F2SDxXaf[/a] <br> <br>Keep Supporting Us :- <br> <br>Join Our Telegram Channel : [a]https%3A%2F%2Ft.me%2Fishanmonitor[/a] <br> <br>Website : [a]https%3A%2F%2Fwww.ishanllb.co[/a] <br>Email : help@ishanllb.co <br> <br>Disclaimer- Some contents are used for educational purpose under fair use. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for &quot;fair use&quot; for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use. All credit for copyright materiel used in video goes to respected owner.', 'https://i.ytimg.com/vi/mR7ICKRPlBM/maxresdefault.jpg', '', 'mR7ICKRPlBM', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'how to use lift buttons in hindi,which button to press in lift,lift ka use kaise kare,how to use elevator stairs,how to use lift,lift kaise use kare in hindi,how to use lift step by step,elevator buttons meaning,lift operating by ishan,lift kaise chalate hai,lift buttons up or down', '00:06:12', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(19, 'LY7UBkCC8HrwAdQ', 1, 'p9ehzq', 'How To Make a Card Blaster From Cardboard ♥️♠️', 'Hello guys! Sammy is learning how to throw cards! But… he is still not good at it. Sue decided to help him and craft a device that will throw cards way better than any magician! It will be a card blaster which we will use to blast playing cards! <br> <br>So, guys, we will start with the main mechanism of our card blaster. To do this we will need a few popsicle sticks. Then we add the card motion mechanism: we insert another stick here. Carefully! And a little glue. You will see the full instructions for making this craft in our cool video, and Sue and Sam will tell you about the process in detail! <br> <br>Decorate the craft on the outside! And our card blaster is ready! Looks awesome! We just need to try it in action... Guys, you can also try making the same cardboard blaster! It&#039;s exciting and lots of fun! <br> <br>If you like this amazing craft, check out more cool video: <br> <br>Coca-Cola Spy Weapon [a]https%3A%2F%2Fyoutu.be%2FY1FUgi2zzEw[/a]  <br> <br>Money Blaster From Cardboard  [a]https%3A%2F%2Fyoutu.be%2F5KErc1IQehg[/a]  <br> <br>This video has English subtitles for your convenience! <br> <br>Check out Slime Sam&#039;s Community Tab and see his best pictures, funny GIFs, new episode announcements and much more! [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCw5VDXH8up3pKUppIvcstNQ%2Fcommunity[/a] <br> <br>Subscribe to Sam&#039;s channel and give a thumbs up to motivate him to make more videos for you! [a]https%3A%2F%2Fgoo.gl%2FzarVZo[/a] <br> <br>- - - <br>Stock materials: <br>[a]https%3A%2F%2Fwww.depositphotos.com[/a] <br>- - - <br> <br>Music by Epidemic Sound: [a]https%3A%2F%2Fwww.epidemicsound.com%2F[/a] <br>OPENING THEME is licensed under MUSIC STANDARD LICENSE: <br>Title: Cuckoo <br>Source: [a]https%3A%2F%2Faudiojungle.net%2Fitem%2Fcuckoo%2F20801073[/a]', 'https://i.ytimg.com/vi/1jC592w54oM/maxresdefault.jpg', '', '1jC592w54oM', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'slime,slick slime sam,cardboard game,game,game from cardboard,games,board game,How to,How to make,how to make a game,Games from Cardboard', '00:12:35', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(20, 'ao7R6PklLDXQs3Y', 1, '5CUOO1', 'How To Draw A Big Easter Bunny Portrait', 'Today we&#039;re learning how to draw The Easter Bunny portrait!  <br> <br>Join our monthly membership and download our app! You can watch our lessons in a safe distraction-free environment. In the app, you can also download lessons to watch without an internet connection. Visit [a]https%3A%2F%2Fwww.artforkidshub.tv%2F[/a] to learn more and join! <br> <br>🎨   VISIT OUR AMAZON ART SUPPLY STORE [a]https%3A%2F%2Fwww.amazon.com%2Fshop%2Fartforkidshub[/a] <br> <br>📺   SUBSCRIBE to our channel here [a]http%3A%2F%2Fbit.ly%2Fafksubscribe[/a] <br> <br>📷  POST your child&#039;s artwork to: <br>FACEBOOK [a]http%3A%2F%2Ffacebook.com%2Fartforkidshub[/a] <br>TWITTER [a]http%3A%2F%2Ftwitter.com%2Fartforkidshub[/a] <br>INSTAGRAM [a]http%3A%2F%2Finstagram.com%2Fartforkidshub[/a] <br> <br>👴🏻 👩🏻 👦🏻 👧🏻 👦🏻 👶🏻  Learn more about us [a]https%3A%2F%2Fwww.artforkidshub.com%2Fabout%2F[/a] <br>#howtodraw #artforkidshub', 'https://i.ytimg.com/vi/5QQJ6mMWoFY/maxresdefault.jpg', '', '5QQJ6mMWoFY', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Art For Kids Hub,Art For Kids,How To Draw,Easy,Simple,Cartooning,4 kids,bunny,rabbit,Easter', '00:06:41', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(21, 'bL1ewPhLEp2eCqz', 1, 'LdRNBy', 'How To Cook BBQ Ribs', 'Today I show you how to make barbecue ribs. These ribs are so tender they will fall off the bone! Install Raid for Free ✅ IOS: [a]https%3A%2F%2Fclik.cc%2FDv6Jx[/a] ✅ ANDROID: [a]https%3A%2F%2Fclik.cc%2F4BS88[/a] ✅ PC: [a]https%3A%2F%2Fclik.cc%2Fo5vLv[/a] and get a special starter pack 💥 Available only for the next 30 days! <br> <br>Subscribe to the sponsor devil: <br>[a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FChildrenOfPoseidon[/a] <br> <br>Click Here To Eggscribe! --► <br>[a]http%3A%2F%2Fbit.ly%2FEggscribe[/a] <br> <br>Have a video Suggestion? Post it in the Comments Section, Contact me through my Facebook page or Tweet me! <br> <br>Connect with me! <br>Facebook ► [a]http%3A%2F%2Fwww.facebook.com%2FHowToBasic[/a] <br>Twitter ► [a]http%3A%2F%2Fwww.twitter.com%2FHowToBasic[/a] <br>Instagram ► [a]http%3A%2F%2Finstagram.com%2FHowToBasic[/a] <br>2ND Channel ► [a]http%3A%2F%2Fwww.youtube.com%2FHowToBasic2[/a] <br>TikTok ► [a]https%3A%2F%2Fvm.tiktok.com%2FbpdFFN%2F[/a] <br> <br>&quot;I&#039;m HowToBasic&quot; shirts and Egg plushies ► [a]https%3A%2F%2Fshirtz.cool%2Fcollections%2Fhowtobasic[/a] <br> <br>Know someone that likes ribs? Link this recipe to them!', 'https://i.ytimg.com/vi/bialmhIFMLA/maxresdefault.jpg', '', 'bialmhIFMLA', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'how to cook bbq ribs,bbq ribs recipe,how to make bbq ribs,recipe,quick and easy recipe,bbq ribs,pork bbq ribs,fall off the bone ribs,barbeque ribs,slow cooked ribs tutorial,step by step ribs', '00:03:29', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(22, 'r22NvrKtAhcZzu3', 1, 'DhJ8xT', 'HOW TO FIGHT CORONAVIRUS', 'HOW TO FIGHT CORONAVIRUS <br>#CommonSense  <br> <br>Stay safe out there 👍', 'https://i.ytimg.com/vi/JSAElFPXpmg/maxresdefault.jpg', '', 'JSAElFPXpmg', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, '', '00:01:49', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(23, 'cJOEtv9wvwJKvWF', 1, '9h2BwE', 'How to Get a Girl&#039;s Attention and Keep It | Alex Costa', '[a]https%3A%2F%2Fgetroman.com%2Falexpe[/a] Get $10 off your first order of Swipes plus free two day shipping at [a]https%3A%2F%2Fgetroman.com%2Falexpe[/a] . Thanks Roman for sponsoring! <br>● FORTE SERIES:  [a]http%3A%2F%2Fforteseries.com[/a] <br>● FOLLOW ME ON TIKTOK: [a]https%3A%2F%2Fvm.tiktok.com%2FgtM4Lj%2F[/a] <br>● FOLLOW MY INSTAGRAM - [a]http%3A%2F%2Fbit.ly%2FAlexCostaIG[/a] <br>● MY FREE NEWSLETTER - [a]http%3A%2F%2Fbit.ly%2FAlexCostaNewsletter[/a] <br>● SUBSCRIBE TO ALEX COSTA - [a]https%3A%2F%2Fgoo.gl%2FRQdFEH[/a] <br>● LEVEL UP COMMUNITY - [a]http%3A%2F%2Fbit.ly%2FLevelUpCosta[/a] <br>● TWITTER - [a]http%3A%2F%2Fbit.ly%2FACostaTwitter[/a] <br> <br> <br>Getting a girl&#039;s attention can be super hard... but keeping it? That&#039;s a whole other game. Today we&#039;re  gonna talk about the steps necessary to take that are gonna make you go from that unnoticed guy in her life to the spotlight. Watch the video and let me know if any of these tips end up helping you. <br> <br> <br>Shop what I&#039;m wearing: <br>Hair Product: Forte Texture Clay [a]http%3A%2F%2Fforteseries.com[/a] <br> <br>Check out my other videos: <br> <br>STYLE: <br>7 Items Guys Need to Stop Wearing: [a]http%3A%2F%2Fbit.ly%2F2Gp8bnU[/a] <br>Fashion Every Guy Should Follow- [a]http%3A%2F%2Fbit.ly%2F2rFzSid[/a] <br>Men&#039;s Outfit Inspiration Summer Fashion 2019: [a]https%3A%2F%2Fgoo.gl%2Fr3NzXQ[/a] <br>8 Things Men Should do Everyday: [a]https%3A%2F%2Fgoo.gl%2FW9wDVx[/a] <br>5 Shoes Every Guy Needs to Own: [a]https%3A%2F%2Fgoo.gl%2FNpjv9D[/a] <br> <br>FITNESS &amp; HEALTH: <br>Creed 2 Workout with Celebrity Trainer: [a]http%3A%2F%2Fbit.ly%2FCreed2Workout[/a] <br>5 Awesome Bodyweight Exercises - [a]http%3A%2F%2Fbit.ly%2F2zaWsUa[/a] <br>Why I&#039;ve Been Waking Up at 5am - [a]http%3A%2F%2Fbit.ly%2F2GmsOBj[/a] <br>My Morning Routine 2019: [a]https%3A%2F%2Fgoo.gl%2Fa4nWj3[/a] <br>4 Easy Winter Outfits for Men: [a]https%3A%2F%2Fgoo.gl%2FHQGXcX[/a] <br> <br>GROOMING: <br>How to Wash Your Face Properly - [a]http%3A%2F%2Fbit.ly%2F2CiIGk2[/a] <br>Healthy Hair Tips For Men: [a]https%3A%2F%2Fgoo.gl%2FM1YiZj[/a] <br>How to Get Straight Hair Permanently: [a]https%3A%2F%2Fgoo.gl%2F3IBiIB[/a] <br>Best Men&#039;s Hairstyle 2019: [a]https%3A%2F%2Fgoo.gl%2FUUIBXk[/a] <br> <br>On my channel you will find videos about men&#039;s fashion and style, men&#039;s hair, health, fitness, overall lifestyle, and of course, my personal life. This includes my friends and family, so please be mindful of that and maintain a positive atmosphere in the comments section. Don&#039;t forget to subscribe and make sure to hit that like button if you enjoyed the video!', 'https://i.ytimg.com/vi/LPh2NixmNx4/maxresdefault.jpg', '', 'LPh2NixmNx4', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Alex,Costa,Alex Costa,mens fashion,fashion,lifestyle,fitness,mens hair,menswear,style advice,style tips for men', '00:07:33', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(24, 'S9hkaGOCYK4kX9c', 1, 'qzLIm8', 'HOW2: How to Make Hand Sanitizer!', '🍊SUBSCRIBE TO Annoying Orange! ▸ [a]http%3A%2F%2Fbit.ly%2FAOSub[/a] <br>➤ Watch more! ▸ [a]https%3A%2F%2Fbit.ly%2F39xSRj0[/a] <br>Orange and Pear show you how to make hand sanitizer with a few easy-to-find items! <br> <br>🕹AO GAMING CHANNEL! ▸ [a]http%3A%2F%2Fbit.ly%2FAOGaming[/a] <br>👶AO KIDS CHANNEL ▸ [a]http%3A%2F%2Fbit.ly%2FAOKidsSubscribe[/a] <br> <br>🍊MERCH🍊 <br>SHIRTS: [a]http%3A%2F%2Famzn.to%2Fannoyingorange[/a] <br>MUSIC: [a]http%3A%2F%2Fbit.ly%2FAOMusic[/a] <br> <br>🍊FOLLOW ME🍊 <br>FACEBOOK: [a]http%3A%2F%2Ffacebook.com%2Fannoyingorange[/a] <br>INSTAGRAM: [a]http%3A%2F%2Finstagram.com%2Fannoyingorange[/a] <br>TWITTER: [a]http%3A%2F%2Ftwitter.com%2Fannoyingorange[/a] <br> <br>Annoying Orange is an animated comedy web series that uploads new videos multiple times a week! Orange and his friends Pear, Little Apple (Midget Apple), Marshmallow, Passion Fruit, Grapefruit, and Grandpa Lemon get into all kinds of adventures together! There&#039;s something for everyone, so subscribe to see lots of new videos every week! Here&#039;s our current upload schedule: <br>➤ MONDAY: Challenge Video! (or other fun animated episode) <br>➤ WEDNESDAY: How2 Video! (Learn how to do stuff!) <br>➤ FRIDAY: Fully Animated Episode! <br>➤ SATURDAY: Supercut! (Mashups of your favorite videos!) <br> <br>#annoyingorange #jokes #animation', 'https://i.ytimg.com/vi/5DTn10Sp3Dk/maxresdefault.jpg', '', '5DTn10Sp3Dk', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'annoying orange,funny,fruit,talking,animation,daneboe,The Annoying Orange,how2 how to make hand sanitizer,how2,how to videos,parody', '00:01:52', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);
INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(25, '4V9ON4kzR4qgKJV', 1, 'C8Z4hR', 'How To Be HEALTHY! Immunity Boosting Tips', 'HOW TO BE HEALTHY, PROTECT YOURSELF &amp; BOOST IMMUNITY (fact-checked!) <br>Use code HAILEYSANI10 to get 10 free meals including shipping with HelloFresh! [a]https%3A%2F%2Fbit.ly%2F2WlDfeT[/a] Purchase required. <br> <br>🔔Subscribe to my channel &amp; hit the bell so you won&#039;t miss new videos! 👉[a]http%3A%2F%2Fbit.ly%2FSubHailey[/a] <br> <br>Here are some tips you can apply into your daily life to make sure you stay healthy and also boost your immunity. Stay safe out there y&#039;all! <br> <br>Get informed:  <br>[a]https%3A%2F%2Fwww.cdc.gov%2Fcoronavirus%2F2019-ncov%2Findex.html[/a] <br>[a]https%3A%2F%2Fwww.who.int%2Fhealth-topics%2Fcoronavirus[/a] <br> <br>Given the circumstances of the current world please try to empathize with creators like me who depend on our videos and deals to financially support ourselves. I always work with brands that are relevant and can be beneficial to you. <br> <br>Lets connect hehe <br>📸 Instagram - @haileysani <br>👻 Snapchat - @haileybpl <br>🎵 Playlist - [a]https%3A%2F%2Fspoti.fi%2F2HLpK0l[/a] <br>💭 Twitter - @berrypinklips <br>💙 Facebook - [a]http%3A%2F%2Fbit.ly%2F2dsWQFt[/a] <br>🛍 Depop - @haileysani <br> <br>✍️To add captions in your own language 👉 [a]http%3A%2F%2Fbit.ly%2FHaileyCaptions[/a] <br>Thank u so much! I really appreciate translations.  <br> <br> <br>🎬You might like these videos too👇 <br>My &#039;Fitness, Workout Routines, Health&#039; PLAYLIST with ALL those types of videos [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLXL8FTugono3F7cWIx5Bnri6P4lu_Y5cV[/a]  <br> <br>COME GROCERY SHOPPING AND HEALTHY COOKING WITH ME! How I Eat Healthy to stay FIT https://www.youtube.com/watch?v=6VmpS_Yfcks&amp;t=10s <br> <br>How To Live a HEALTHY LIFESTYLE! My Health Routine! https://www.youtube.com/watch?v=jGoAYKHfn1E&amp;list=PLXL8FTugono3F7cWIx5Bnri6P4lu_Y5cV&amp;index=8&amp;t=0s <br> <br> <br>You can watch ALL my recent uploads <br>Here 👉 [a]http%3A%2F%2Fbit.ly%2FHaileyUploads[/a] <br> <br> <br>✉️ If you&#039;re a company interested in working with me, or collaborating on a video, feel free to email me at haileysani@gmail.com. <br> <br> <br>❓Hey babes! I&#039;m Hailey Sani and you might have seen some of my fitness videos, outfit of the week vids or maybe a Carpool Karaoke! I don&#039;t like to categorize myself as a beauty guru because you can literally find anything on my channel. I do everything from makeup tutorials to daily vlogs so subscribe and join the fam!  <br> <br>💗love you all to pluto and back xoxo Hailey', 'https://i.ytimg.com/vi/v4-cIlw1pk4/maxresdefault.jpg', '', 'v4-cIlw1pk4', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'hailey,sani,hailey sani,hailey eylül sani,how to stay healthy,how to boost immunity,how to be fit,staying healthy,immunity boosting tips,health tips,tips to stay healthy', '00:15:14', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(26, 'wjUo2gQbUZ7RTO8', 1, 'M97I3L', 'How To Tell If It&#039;s Coronavirus, The Flu, A Cold, Or Allergies', 'Those of us who suffer from seasonal allergies and hay fever don&#039;t really look forward to spring anyway, but thanks to the onset of the COVID-19 coronavirus, every cough, sneeze, or sniffle has become a reason for us, and those around us, to worry.  <br> <br>But doctors like Greg Poland, an infectious diseases professor at the Mayo Clinic and director of the Mayo Clinic&#039;s Vaccine Research Group, tells CNN that there is a noticeable difference between a seasonal allergy and the coronavirus, particularly if you&#039;re experiencing the same symptoms that you do every year. Poland says, <br> <br>&quot;The issue with seasonal allergies is that they affect the nose and eye. They tend to be nasal, and most symptoms are localized to the head, unless you also experience a rash. The flu and the novel coronavirus, these affect other systems and the lower respiratory tract. You probably won&#039;t have a runny nose, but what you might have is a sore throat, a cough, a fever or shortness of breath.&quot;  <br> <br>But bear in mind that not all shortness of breath can indicate coronavirus, because while allergies might not normally trigger a shortness of breath, they could if you have asthma. <br> <br>Dr. Maria Teresa Camacho, the medical director of a pediatric intensive care unit, tells CBS that allergy sufferers shouldn&#039;t also expect to see their body temperatures go above normal range. She told the outlet,  <br> <br>&quot;[With] allergies you don&#039;t have a fever and usually they are seasonal allergies, you know it&#039;s not all the time. You have congestion, but you don&#039;t have a fever and body aches.&quot; <br> <br>Business Insider reports that someone with the virus will have a fever, dry cough, shortness of breath, will sometimes have headaches, aches and pains, a sore throat, and fatigue; but there won&#039;t necessarily be any diarrhea and a runny nose is rare. There is no sneezing. <br> <br>Symptoms of a common cold include aches and pains, a sore throat, runny nose, and sneezing. Symptoms of a flu include a fever, a dry cough, headaches, aches and pains, a sore throat, and fatigue. And the most common allergy symptoms are a runny nose, sneezing, and shortness of breath. <br> <br>It may be a bit more of a challenge to work out the differences between COVID-19, a cold, and a flu though, because as Poland says in a separate interview with CNBC that the cold and flu have similar symptoms to the coronavirus. But if you have all the flu symptoms and you can&#039;t breathe, it may be a good idea to get tested as quickly as possible if you&#039;re able. NBC News medical correspondent Dr. John Torres calls it a &quot;tell-tale sign&quot;: <br> <br>Sandra Kesh, a New York-based infectious disease expert tells CNBC, <br> <br>&quot;Based on what we know so far, [for most people] it will probably be like when you&#039;re laid up in bed with the flu. You&#039;ll start to feel sick, symptoms get worse until they peak, and then they gradually go away.&quot;  <br> <br>The WHO has said that coronavirus, unlike allergies, can go from mild or moderate to severe very quickly. Poland tells CNN, <br> <br>&quot;If you have an acute case of coronavirus or flu, you will feel so tired, so achy, you&#039;d basically be driven to bed. Everybody would see the difference. Allergies may make you feel tired, but they&#039;re not going to cause severe muscle or joint ache.&quot; <br> <br>The infection usually starts in the nose, and once the virus is inside your body, it attacks the cells that protect your respiratory system. If the virus stays in the region of your upper airway, then Jeffery Taubenberger, who has studied infection in Spanish flu victims, tells Fortune that you&#039;re not likely to get as sick. But if it goes down your windpipe and into your lungs, it can cause pneumonia; it can also trigger your body&#039;s immune system, which is capable of creating more damage. Taubenberger says, <br> <br>&quot;Your body is immediately trying to repair the damage in the lung as soon as it&#039;s happening. Normally, if this goes well, you can clear up your infection in just a few days.&quot; <br> <br>The downside to your body healing itself so efficiently is that your immune system ends up damaging the cells responsible for protecting the lower respiratory tract, and as a result, Taubenberger says the lungs become vulnerable to a second bacterial infection caused by germs that normally live in our noses, throats, and in mechanical ventilators. <br> <br>Bottom line? Monitor your symptoms carefully, and take all necessary precautions to prevent potentially spreading disease to others, including maintaining social distancing and regularly washing your hands thoroughly. Symptoms vary from person to person, but if you&#039;re getting worse instead of getting better over the course of a few days, seek medical attention. <br> <br>#Coronavirus #Flu #Allergies <br> <br>Read full article: [a]https%3A%2F%2Fwww.thelist.com%2F194557%2Fhow-to-tell-if-its-coronavirus-the-flu-a-cold-or-allergies%2F[/a]', 'https://i.ytimg.com/vi/m9Dmf7wcOnE/maxresdefault.jpg', '', 'm9Dmf7wcOnE', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'the list,thelist,coronavirus,how to tell if coronavirus,if its coronavirus,tell if its coronavirus,to tell if its coronavirus,coronavirus or allergies,coronavirus or the flu,coronavirus or a cold,the flu', '00:04:27', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(27, 'Ay13fDRsnhd8ZgB', 1, 'wv4FXy', 'How To Build House, Underground Tunnel, Under Water Well House, Swimming Pool Slide Full Episode', 'How To Build House, Underground Tunnel, Under Water Well House, Swimming Pool Slide Full Episode <br> <br>In this video, I would like to share everyone How To Build House, Underground Tunnel, Under Water Well House, Swimming Pool Slide with Full Episode without using any advance tool just a sickle knife and available materials in the location of the building such as natural vines, bamboo, mud, dry grasses, fire woods, and some natural color.  <br> <br>Please leave us a comment of what you wanna seeing for next video. <br>We do hope you all enjoy watching my video. <br>======================= <br>Please Subscribe fore More video: [a]https%3A%2F%2Fwww.youtube.com%2Fc%2FJungleSurvival[/a] <br>======================= <br>Thank you very much for your value time to Watch, Like, Comment, Share, and Subscribe to our Channel, and we will try all our best to find more idea and produce more interesting video for survival purpose living harmony in the deep jungle.  <br>======================= <br>#junglesurvival', 'https://i.ytimg.com/vi/8RdslaTSoVY/maxresdefault.jpg', '', '8RdslaTSoVY', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'how to build house,underground tunnel,under water well house,swimming pool slide,pool and slide,building,building underground house,building under water well underground,pool,swimming pool,slide', '00:32:34', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(28, 'w5JLrsnGs6u8vN3', 1, 'P8o7Tx', 'Potions From Harry Potter made Real! | How to Drink', 'Escape with me to Hogwarts where I&#039;ll be your new Potion&#039;s Master, today we&#039;re brewing up Amortentia, Felix Felicis, and Pepperup Potion. Don&#039;t be late, or there will be house demerits! <br> <br>Today I&#039;m brewing up draughts of three very well known potions from the Wizarding World and I hope you&#039;re taking notes on this because there will be a quiz at the end of class. Sorry, couldn&#039;t help myself. The world of Harry Potter contains so many evocative potions that it would be easy to wind up with a 90 minute episode here, so instead let&#039;s focus on three well known potions and we&#039;ll meet for another class down the road, ok? Amortentia, Felix Felicis and Pepperup Potion are all mentioned at pivotal moments in the series and occupy a fair amount of both screen time and page space, so they seemed to be fantastic places to start. In all of these cases I had to make difficult decisions about whether to take from the book description of the films depictions, as there are differences between them. I tried to strike a balance, though it seems a may have leaned a bit more towards the book than the films. Amortentia is described as smelling like whatever the imbiber is attracted too, giving it an ever changing quality. Felix Felicis is described as looking like molten gold. For the pepperup potion we get clearer descriptions of it&#039;s effects than it&#039;s appearance, so I&#039;m going from there. <br> <br>Amortentia <br>1oz. -or- 30 ml. Gardenia Mix <br>2 oz. -or- 60 ml. Rum <br>Four Drops Acid Phosphate <br>Dash of Edible pearl luster dust <br>Shake &amp; Strain into potion bottle <br> <br>Felix Felices <br>.5 oz. -or- 15 ml. Lemon Juice <br>.5 oz. -o-r 15 ml. Rosemary Syrup <br>.75 oz. -or- 22 ml. Amaretto <br>1.5 oz. -or- 45 ml. Cognac <br>Dash of Edible gold luster <br>Shake &amp; Strain into Potion Bottle <br> <br> <br>Pepperup Potion <br>.25 oz. -or- 8 ml. Bergamot Liqueur <br>Barspoon of Bitters <br>A Lemon Wheel <br>2 oz. -or- 60 ml. London Dry Gin <br>2 oz. -or- 60 ml. hot Water <br>~1 oz. -or- ~30 ml. Honey (to Taste) <br>Build in glass <br> <br>Felix Felicis Bottle (Afilliate): [a]https%3A%2F%2Famzn.to%2F33zWZwF[/a] <br>Fix the Pumps (affilaite): [a]https%3A%2F%2Famzn.to%2F3a7tJjB[/a] <br>Acid Phosphate (affiliate): [a]https%3A%2F%2Famzn.to%2F2U68sAW[/a] <br>Edible Pearl Luster (affiliate): [a]https%3A%2F%2Famzn.to%2F3dlAArI[/a] <br>Edible Gold Luster (Affiliate): [a]https%3A%2F%2Famzn.to%2F2Wxeb4I[/a] <br>Double Wall Martini (Affiliate): [a]https%3A%2F%2Famzn.to%2F2Unoaqy[/a] <br>Twitch at: [a]http%3A%2F%2Fbit.ly%2F2VsOi3d[/a] <br>Instagram: [a]http%3A%2F%2Fbit.ly%2FH2dIG[/a] <br>Blog: [a]http%3A%2F%2Fbit.ly%2FH2DBlog[/a] <br>Patreon: [a]http%3A%2F%2Fbit.ly%2FH2DPatreon[/a] <br>twitter: [a]http%3A%2F%2Fbit.ly%2FH2DTwit[/a] <br> <br> <br>Slowly but surely, I&#039;m starting a mailing list so that I&#039;m not fully dependent on YT&#039;s algorithmized notifications system.  If you&#039;ll sign up, I promise not to abuse your generosity, or sell your info to anyone.  It&#039;s over on the blog right here: <br>[a]http%3A%2F%2Fbit.ly%2FH2DBlog[/a] <br> <br> <br> <br>Incredibly Awesome Patrons who make this show possible! <br>Shelby Benton <br>Dennis Groome <br>Rob L <br>Ryan Wolfe <br>Trip Brennan <br>Aditya Choksi <br>Rachel Keys <br>Whiskey Tribe <br>Thomas D Choate <br>William Madrid <br>Erik Språng <br>Nicholas Tsotakos <br>Bradley Cronk <br>Russell Gernannt <br>James Evans <br>Ben Stewart <br>Kolya Venturi <br>Adam Doyle <br>Brandon Wilson <br>Hooper Snow <br>Matt Rusch <br>Sean Makiney <br>Bill <br>Cartheon <br>Jason McCauley <br>Kimber Guzik <br>Jay C. Russell <br>Joaquin T. <br>Richard Rappuhn <br>CptWalmart <br>reese cryer <br>8-Bit Chef <br>Derek <br> <br>#HarryPotter #WizardingWorld #Mixology', 'https://i.ytimg.com/vi/CrLghb9lreg/maxresdefault.jpg', '', 'CrLghb9lreg', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'htd,how to drink,mixology,tape brothers territory,alcohol,liquor,bartending,mixed drinks,how to,how to make,spirits', '00:16:35', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(29, '2CZr5FhZbnvKMcm', 1, 'NXnp8c', 'HOW TO GET MORE KILLS EASY IN COD WARZONE! (Best Tips)', 'YOOO THESE ARE THE BEST SPOTS / POSITIONS TO BE IN CALL OF DUTY WARZONE TO WIN MORE GUNFIGHTS AND GET MORE VICTORIES! COD MODERN WARFARE BATTLE ROYALE! <br> <br>Can we get 2000 Likes on this Modern Warfare video?! I hope you guys enjoy the Call of Duty Multiplayer Gameplay! <br> <br>► Follow me! <br>- Instagram [a]https%3A%2F%2Fgoo.gl%2Fnxe7fL[/a] <br>- Twitter [a]https%3A%2F%2Fgoo.gl%2FYTC2uB[/a] <br>- Youtube [a]https%3A%2F%2Fgoo.gl%2F5UHftF[/a] <br> <br>► Equipment I use: <br>- Thumbsticks - *USE CODE &quot;ITSNICK&quot; FOR 10% OFF!* [a]https%3A%2F%2Fgoo.gl%2Ff9vF6h[/a] <br>- Headset - [a]https%3A%2F%2Fgoo.gl%2FYbCKov[/a] <br>- Controller - [a]https%3A%2F%2Fgoo.gl%2FXsg3vM[/a] <br> <br>Make sure to SMASH that LIKE button if you enjoyed this video! <br>Comment &quot;iDoNick&quot; to prove you read the description :D!', 'https://i.ytimg.com/vi/Cj308RKesdQ/maxresdefault.jpg', '', 'Cj308RKesdQ', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'itsnick,call of duty warzone,cod warzone,warzone,cod battle royale,battle royale,battle,royale,best tips,cod warzone tips,warzone tips', '00:10:05', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(30, '6G3ojRFdFdLq26i', 1, 'f1k6aM', 'How To Make Colorful Desktop Organizer || DIY Cardboard Organizers For School Supplies', 'One day slime Sam and his friend Sue couldn&#039;t find stationary they needed - like scissors, markers and paper clips. After a long search they decided that their stationary needed a home. If every piece of stationary was in one place, then they would never have to look for it all over the house again! <br> <br>If you like keeping things neat and tidy in your room, as well as pretty and bright, this organizers is for you! <br> <br> <br>Subscribe to Sam&#039;s channel and give a thumbs up to motivate him to make more videos for you! <br> <br> <br>- - - Stock materials: [a]https%3A%2F%2Fwww.depositphotos.com[/a] <br>- - - <br> <br>Music by Epidemic Sound: [a]https%3A%2F%2Fwww.epidemicsound.com%2F[/a] <br>OPENING THEME is licensed under MUSIC STANDARD LICENSE: <br>Title: Cuckoo  <br>Source: [a]https%3A%2F%2Faudiojungle.net%2Fitem%2Fcuckoo%2F2...[/a]', 'https://i.ytimg.com/vi/IhWpfW_CLe4/maxresdefault.jpg', '', 'IhWpfW_CLe4', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Slick Slime Sam,Slick Slime Sam Live,crafts,DIY,crafts ideas,DIY ideas,ideas for kids,Crafts for kids,diy for kids,family diy,family crafts', '00:20:17', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(31, 'sygOcXMuTMuRD4J', 1, 'ceqnsq', 'How to Embarrass a Lamborghini Urus...Build a 6x6 Jeep', 'Follow me on Instagram @TheStradman  <br>[a]https%3A%2F%2Fwww.instagram.com%2Fthestradman%2F%3Fhl%3Den[/a] <br> <br>Follow South Florida Jeeps on Instagram <br>[a]https%3A%2F%2Fwww.instagram.com%2Fsouthfloridajeeps%2F%3Fhl%3Den[/a] <br> <br>Subscribe to Tavarish! <br>[a]https%3A%2F%2Fwww.youtube.com%2Fuser%2Ftavarish[/a]', 'https://i.ytimg.com/vi/N2UodScLaCU/maxresdefault.jpg', '', 'N2UodScLaCU', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'TheStradman,Stradman,Supercars,Super Cars,Hypercars,Exotic Cars,Stradman Car Collection,Stradman c8,Stradman Corvette,Stradman jeep,Jeep gladiator', '00:14:40', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(32, 'Sq29zivIPc1fkX2', 1, 'bWgmVE', 'How to Claim *FREE OCEAN PETS* in Adopt Me! NEW Adopt Me Daily Login Rewards Update (Roblox)', 'Today we find out how to easily claim the new ocean pets in Roblox Adopt Me for free. This is a really good update!', 'https://i.ytimg.com/vi/LBPCa6X7Jjg/maxresdefault.jpg', '', 'LBPCa6X7Jjg', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'roblox,jeremy roblox,jeruhmi roblox,roblox adopt me,adopt me,adopt me ocean pets,jeremy adopt me,jeruhmi adopt me,adopt me new pets,adopt me starfish,adopt me pufferfish', '00:10:18', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(33, 'qi2642gtmjhTuqK', 1, '35SNbt', 'How To Protect Yourself As Scammers Cash In On Coronavirus Fears | NBC Nightly News', 'The FDA and FTC warned seven companies to stop claiming that their products can treat the virus. Other scams include a phone call claiming to take reservations for a vaccine, fake sites offering to sell medical supplies, and phony charities seeking donations. <br>» Subscribe to NBC News: [a]http%3A%2F%2Fnbcnews.to%2FSubscribeToNBC[/a] <br>» Watch more NBC video: [a]http%3A%2F%2Fbit.ly%2FMoreNBCNews[/a] <br> <br>NBC News Digital is a collection of innovative and powerful news brands that deliver compelling, diverse and engaging news stories. NBC News Digital features NBCNews.com, MSNBC.com, TODAY.com, Nightly News, Meet the Press, Dateline, and the existing apps and digital extensions of these respective properties.  We deliver the best in breaking news, live video coverage, original journalism and segments from your favorite NBC News Shows. <br> <br>Connect with NBC News Online! <br>NBC News App: [a]https%3A%2F%2Fsmart.link%2F5d0cd9df61b80[/a] <br>Breaking News Alerts: [a]https%3A%2F%2Flink.nbcnews.com%2Fjoin%2F5cj%2Fbreaking-news-signup%3Fcid%3Dsm_npd_nn_yt_bn-clip_190621[/a] <br>Visit NBCNews.Com: [a]http%3A%2F%2Fnbcnews.to%2FReadNBC[/a] <br>Find NBC News on Facebook: [a]http%3A%2F%2Fnbcnews.to%2FLikeNBC[/a] <br>Follow NBC News on Twitter: [a]http%3A%2F%2Fnbcnews.to%2FFollowNBC[/a] <br>Follow NBC News on Instagram: [a]http%3A%2F%2Fnbcnews.to%2FInstaNBC[/a] <br> <br>How To Protect Yourself As Scammers Cash In On Coronavirus Fears | NBC Nightly News', 'https://i.ytimg.com/vi/-d4kGNIyPSI/maxresdefault.jpg', '', '-d4kGNIyPSI', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Nightly News,Coronavirus,NBC Nightly News with Lester Holt,nbc news,breaking news,us news,world news,politics,current events,top stories,pop culture', '00:01:28', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(34, 'Oq7rTvGweuW9wMx', 1, 'lCjEwr', 'How To Make $100 to $200 Per Day On Google Maps (Make Money Online)', 'My #1 Recommendation To Make a Full-Time Income Online. <br>CLICK HERE ➜ ➜ ➜ [a]https%3A%2F%2Fbigmarktv.com%2FStart%2F[/a] <br> <br> <br>How To Make $100 to $200 Per Day On Google Maps (Make Money Online) <br> <br> <br>➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥ <br> <br>Never miss a daily video about making money online.  <br>Subscribe ⇢ [a]https%3A%2F%2Fbigmarktv.com%2FSubscribe[/a] <br> <br> <br>➥➥➥ MY FAVORITE MONEY SYSTEM ➥➥➥ <br> <br>Watch Video ⇢ [a]https%3A%2F%2Fbigmarktv.com%2FBestMoneySystem[/a] <br> <br> <br>➥➥➥ FOLLOW ME ➥➥➥ <br> <br>Instagram ⇢ [a]https%3A%2F%2Fwww.instagram.com%2Fmark_monciardini%2F[/a] <br> <br> <br>➥➥➥ TOOLS I USE ➥➥➥ <br> <br>▶ My Favorite YouTube Tool ⇢ [a]https%3A%2F%2Fbigmarktv.com%2FYouTubeTool[/a] <br>▶ Email Software ⇢ [a]https%3A%2F%2Fbigmarktv.com%2FAutoResponder[/a] <br>▶ Landing Page Builder ⇢ [a]https%3A%2F%2Fbigmarktv.com%2FPage-Builder[/a] <br> <br> <br> <br> <br> <br>DISCLAIMER: <br>This video is for educational and entertainment purposes only. There is no guarantee that you will earn any money using the techniques and ideas mentioned in this video. This is not financial advice. Your level of success in attaining the results claimed in this video will require hard-work, experience, and knowledge. We have taken reasonable steps to ensure that the information on this video is accurate, but we cannot represent that the website(s) mentioned in this video are free from errors. You expressly agree not to rely upon any information contained in this video. <br> <br>AFFILIATE DISCLOSURE:  <br>This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. I won&#039;t put anything here that I haven&#039;t verified and/or personally used myself. <br> <br>EARNING DISCLAIMER: <br>No Earnings Projections, Promises Or Representations. Any earnings or income statements, or any earnings or income examples, are only estimates of what we think you could earn. There is no assurance you will do as well as stated in any examples. If you rely upon any figures provided, you must accept the entire risk of not doing as well as the information provided. This applies whether the earnings or income examples are monetary in nature or pertain to advertising credits which may be earned (whether such credits are convertible to cash or not).', 'https://i.ytimg.com/vi/sdP2k-n6KGs/maxresdefault.jpg', '', 'sdP2k-n6KGs', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'make money online,earn money,earn money online,easy ways to make money,how to earn money,how to make money,how to make money fast,make money from home,how to make money online,make money,make money fast', '00:17:39', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(35, 'Ewatr2p6pFvV6D1', 1, 'LGsaAG', 'How To Make an Oreo Cheesecake', 'Today I show you how to make a no bake Oreo cheesecake. This Oreo cheesecake recipe is delicious! The best part is you don&#039;t even have to bake it - Simply combine all the ingredients - Mix - then refrigerate. Anyone can make it! Simply follow the step by step instructions. Enjoy! <br> <br>Click Here To Eggscribe! --► <br>[a]http%3A%2F%2Fbit.ly%2FEggscribe[/a] <br> <br>Have a video Suggestion? Post it in the Comments Section, Contact me through my Facebook page or Tweet me! <br> <br>Connect with me! <br>Facebook ► [a]http%3A%2F%2Fwww.facebook.com%2FHowToBasic[/a] <br>Twitter ► [a]http%3A%2F%2Fwww.twitter.com%2FHowToBasic[/a] <br>Instagram ► [a]http%3A%2F%2Finstagram.com%2FHowToBasic[/a] <br>2ND Channel ► [a]http%3A%2F%2Fwww.youtube.com%2FHowToBasic2[/a] <br>TikTok ► [a]https%3A%2F%2Fvm.tiktok.com%2FbpdFFN%2F[/a] <br> <br>&quot;I&#039;m HowToBasic&quot; shirts and Egg plushies ► [a]https%3A%2F%2Fshirtz.cool%2Fcollections%2Fhowtobasic[/a] <br> <br>Know someone that likes cheesecake? Link this video to them!', 'https://i.ytimg.com/vi/AlE5ornrwGc/maxresdefault.jpg', '', 'AlE5ornrwGc', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'how to make an oreo cheesecake,no bake oreo cheescake,no bake cheesecake,cheesecake recipe,Oreo bar cheesecake,dessert recipe,cheesecake,best oreo cheesecake,step by step cheesecake,no bake cheesecake recipe,easy recipe', '00:01:50', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(36, 'K2nJWKgxs73LGUn', 1, 'iZ9OPB', 'Tony Evans Shares on How to Stay Calm in a Crisis', '“For this reason I say to you, do not be worried about your life, as to what you will eat or what you will drink; nor for your body, as to what you will put on. Is not life more than food, and the body more than clothing?  <br> <br>Look at the birds of the air, that they do not sow, nor reap nor gather into barns, and yet your heavenly Father feeds them. Are you not worth much more than they? And who of you by being worried can add a single hour to his life? And why are you worried about clothing?  <br> <br>Observe how the lilies of the field grow; they do not toil nor do they spin, yet I say to you that not even Solomon in all his glory clothed himself like one of these. But if God so clothes the grass of the field, which is alive today and tomorrow is thrown into the furnace, will He not much more clothe you?  <br> <br>You of little faith! Do not worry then, saying, ‘What will we eat?’ or ‘What will we drink?’ or ‘What will we wear for clothing?’ For the Gentiles eagerly seek all these things; for your heavenly Father knows that you need all these things. But seek first His kingdom and His righteousness, and all these things will be added to you.&quot; (Matthew 6:25-33)', 'https://i.ytimg.com/vi/TO9Z8XL3M0k/maxresdefault.jpg', '', 'TO9Z8XL3M0k', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Tony Evans,coronavirus,sermon,sermons', '00:07:00', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(37, 'T4ZkxBjBnSvNtX1', 1, 'rTRymL', 'How to Make Hourglass Diorama | Resin Art | Wire Tree', 'Welcome to new tutorial. Hope you enjoy watching this video. Don&#039;t forget to like, comment and subscribe. <br> <br>Materials: <br>Plastic Wine Glasses <br>Marker <br>Sandpaper (100, 400, 1000 grit) <br>Superglue <br>Tennis Ball <br>Adhesive (T8000 glue) <br>Artificial Moss Sheet <br>Magnet wire (28 gauge, 6 inches, 30 pieces) <br>Acrylic Paints (Burnt umber, Raw umber, Yellow Ocher, Black, White, Cerulean blue) <br>Aluminium foil <br>Plaster of Paris <br>Water <br>Paint Brush <br>Hot Glue Gun <br>Epoxy Resin 132 grams <br>Epoxy Hardener 66 grams <br>Alcohol Ink / Transparent dye for epoxy (Blue)  <br>popsicle sticks <br> <br>Tools: <br>Scissor <br>Hacksaw <br>Wire cutter <br>Plier <br>Paper Cutter <br>Hobby Knife <br> <br>TIMESTAMPS: <br>00:08 How to make an Hourglass. <br>02:20 How to make a miniature wire tree.  <br>04:28 How to make miniature tree stumps.  <br>06:27 How to make Iceberg. <br>10:24 How to make a water drop. <br> <br>#SaveTrees #ResinArt #DIY', 'https://i.ytimg.com/vi/lep6wm2yv-Y/maxresdefault.jpg', '', 'lep6wm2yv-Y', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'diy,tutorial,crafts,DIY,Do it yourself,DIY project,howto,Save trees,Diorama,Resin art,Hourglass diorma', '00:12:06', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(38, '84wK7X1uiV9Mddf', 1, 'bt2Y35', 'Stock Market Has Crashed - How To Invest Now', 'Everything you need to know about the stock market crash and how to invest your money right now <br> <br>► My Stock Portfolio: [a]https%3A%2F%2Fwww.patreon.com%2Fandreijikh[/a] <br>► Get 2 Free Stocks on WeBull when you deposit $100 (Valued up to $1400): https://act.webull.com/kol-us/share.html?hl=en&amp;inviteCode=QhhB1aDNwEDP <br>► ROBINHOOD Invite Code (grab your other free stock): [a]https%3A%2F%2Frobinhood.c3me6x.net%2Fc%2F1980551%2F671816%2F10402[/a] <br>► M1 Finance Roth IRA: [a]https%3A%2F%2Fmbsy.co%2FBMPJf[/a] <br>► Try Audible and Get Two Free Audiobooks: [a]https%3A%2F%2Famzn.to%2F2ouTHKS[/a] <br>► Stocking Stuffers for the Holidays: [a]https%3A%2F%2Fwww.ipo52.com[/a] <br>► How I Make My Videos: [a]https%3A%2F%2Fwww.amazon.com%2Fshop%2Fandreijikh[/a] <br>► Music In My Videos: [a]https%3A%2F%2Fwww.epidemicsound.com%2Freferral%2Fcr8cqg%2F[/a] <br> <br>►Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fandreijikh%2F[/a] <br>► [a]http%3A%2F%2Fwww.MAJIKH.com[/a] <br> <br>I started investing in 2014 with the free Robinhood app, worked to save money, made a ton of sacrifices so I could finally start investing and watch my money grow and now - I just lost over $60,000 in about 30 days as the market just had it’s WORST DAY since 1987. Would you panic at this point? Would you sell your stocks?  <br> <br>In TODAY’s video I want to talk about what I’m doing as a dividend investor because the Fed is about to inject 1.5 TRILLION DOLLARS into the economy to save the market from completely disappearing, I’ll show you what my portfolio is doing specifically, as a breakdown along with my income to see how I’ve been affected during this stock market crash and by sharing my story, I hope I can give you some insight, some confidence to keep going, and to keep investing. <br> <br>I like to make these dividend investment portfolio video updates once a month, like I’ve been doing since January of 2019 to see my own journey as a way for me to keep track how I’m progressing, through both good times, bad times like we’re in now. <br> <br>No matter what’s going on in the market, I like to make money, that makes the most sense to me. If I did it any other way, I’m not sure I’d have the courage to hold all my stocks because the last month, literally rewinded the clock on almost 4 years of investing progress. In one month, 4 years vanished in the blink of an eye. This is very much so why I’m a dividend investor in these times - my money keeps paying me money. Every single month that I’ve been an investor, I still make several hundred dollars, and sometimes as much as a thousand dollars to do nothing, and just passively sleep. <br> <br>Now is the perfect time to start investing as a dividend growth investor or really any other kind of investor. RIGHT NOW, you have been given a time machine, to go back, and make right all those times you wanted to start investing but didn’t because you heard the market was too high. If we reference stock prices, you can see when prices were at all time highs - that&#039;s when people really want to start investing, when they see everyone else around them making money. You get the fear of missing out - fomo. But now more than ever as stock prices fall, is the time to get serious. <br> <br>You wouldn’t believe the amount of people that say “this time is different”. I get those comments all the time.  &quot;The stock market is about to do something the likes of which you have never seen before!&quot; Insert vague prediction with no deadline along with a few technical words. When you hear that stuff, it creates a perpetual myth of fear and uncertainty which is exactly what makes the situation worse.  <br> <br>But ask yourself this….” Has this stock market crash, really changed the way business will continue to make money in America, or anywhere else in the world?&quot; I don&#039;t believe so, and in this video I explain exactly why and how I want to continue investing through these tough times ahead. <br> <br>As always, pay down your credit card debts, loans, save your money, live frugally, become a financial minimalist and start investing to finally build your wealth and perhaps, become a millionaire', 'https://i.ytimg.com/vi/GSnT9lfTKC8/maxresdefault.jpg', '', 'GSnT9lfTKC8', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'stock market,how to invest,stock market crash 2020,dividend investing,dividends,robinhood,webull,investing for beginners,how to start investing,stocks for beginners,robinhood app', '00:18:11', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(39, 'GqQtrnpHZDcTlQJ', 1, 'ASvjyZ', 'How To Make Homemade Chocolate Croissants • Tasty', 'With all of this extra time, now you can learn how to make your own homemade chocolate croissants with Alix! <br> <br>Recipes: [a]https%3A%2F%2Ftasty.co%2Frecipe%2Fhomemade-chocolate-croissants-pain-au-chocolate[/a] <br> <br>Shop Make It Fancy merch 👉 [a]https%3A%2F%2Fbzfd.it%2F2U7Gc15[/a] <br> <br>We’re mindful of how the current coronavirus outbreak might be affecting your access to stores and general grocery items. Please know that many of these videos were filmed before the outbreak and additional new videos filmed by our producers, working safely from their homes, may look and feel different than what you&#039;re accustomed to. We don&#039;t expect you to make all of our recipes now, but we hope you’ll find it a joyful distraction that’s entertaining, inspiring, and worth saving for a future food challenge or meal shared with friends. <br> <br> <br> <br> <br> <br>Shop the NEW Tasty Merch: [a]https%3A%2F%2Fbzfd.it%2Fshoptastyyoutube[/a] <br>Subscribe to Tasty: [a]https%3A%2F%2Fbzfd.it%2F2ri82Z1[/a] <br> <br>About Tasty: <br>The official YouTube channel of all things Tasty, the world&#039;s largest food network. From recipes, world-class talent, and top-of-the-line cookware, we help connect food lovers in every way they interact with food. <br> <br>Connect with Tasty: <br>Shop the NEW Tasty Merch: [a]https%3A%2F%2Fbzfd.it%2Fshoptastyyoutube[/a] <br>Subscribe to Tasty Newsletters: [a]https%3A%2F%2Fbzfd.it%2F2SC4h0S[/a] <br>Like us on Facebook: [a]http%3A%2F%2Fwww.facebook.com%2Fbuzzfeedtasty[/a] <br>Follow us on Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fbuzzfeedtasty%2F[/a] <br>Follow us on Twitter: [a]https%3A%2F%2Fwww.twitter.com%2Ftasty[/a] <br>Check out our website: [a]https%3A%2F%2Fwww.tasty.co%2F[/a] <br>Shop the Tasty Kitchenware line: [a]https%3A%2F%2Ft.co%2F0dPSuobra7[/a] <br> <br>Credits: [a]https%3A%2F%2Fwww.buzzfeed.com%2Fbfmp%2Fvideos%2F101530[/a] <br> <br> <br> <br> <br>[a]https%3A%2F%2Fwww.youtube.com%2Fc%2Fbuzzfeedtasty[/a]', 'https://i.ytimg.com/vi/E6fa39TNNLA/maxresdefault.jpg', '', 'E6fa39TNNLA', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Tasty,BuzzFeed Tasty,BuzzFeed,buzzfeed alix,buzzfeed rie,rie and alix,homemade croissants,chocolate croissant,chocolate croissant recipe,breakfast recipes,brunch food', '00:04:24', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(40, 'qN37nG5RXx4qKpv', 1, 'hFWO6C', 'How To Draw A Leprechaun Folding Surprise Puppet', 'Learn how to draw a funny leprechaun folding surprise! You can also use this project as a puppet.  <br> <br>Join our monthly membership and download our app! You can watch our lessons in a safe distraction-free environment. In the app, you can also download lessons to watch without an internet connection. Visit [a]https%3A%2F%2Fwww.artforkidshub.tv%2F[/a] to learn more and join! <br> <br>🎨   VISIT OUR AMAZON ART SUPPLY STORE [a]https%3A%2F%2Fwww.amazon.com%2Fshop%2Fartforkidshub[/a] <br> <br>📺   SUBSCRIBE to our channel here [a]http%3A%2F%2Fbit.ly%2Fafksubscribe[/a] <br> <br>📷  POST your child&#039;s artwork to: <br>FACEBOOK [a]http%3A%2F%2Ffacebook.com%2Fartforkidshub[/a] <br>TWITTER [a]http%3A%2F%2Ftwitter.com%2Fartforkidshub[/a] <br>INSTAGRAM [a]http%3A%2F%2Finstagram.com%2Fartforkidshub[/a] <br> <br>👴🏻 👩🏻 👦🏻 👧🏻 👦🏻 👶🏻  Learn more about us [a]https%3A%2F%2Fwww.artforkidshub.com%2Fabout%2F[/a] <br>#howtodraw #artforkidshub', 'https://i.ytimg.com/vi/d-04nUOBy2I/maxresdefault.jpg', '', 'd-04nUOBy2I', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Art For Kids Hub,Art For Kids,How To Draw,Easy,Simple,Cartooning,4 kids,Leprechaun,St. Patrick&#039;s Day,Folding Surprise,puppet', '00:10:30', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(41, 'lCYy8VYEyBqBOIs', 1, 'XpDZBV', 'DIY - How To Build Farm Lobster From Magnetic Balls (Satisfying) | Magnet World Series', 'DIY - How To Build Farm Lobster From Magnetic Balls (Satisfying) | Magnet World Series #185 <br> <br>Hello my friends, today i build Farm Lobster from magnetic balls. <br> <br>Let&#039;s Watch my FRIENDS ^^   <br> <br>Thank you for watching - please help us reach 10.000.000 first subscriptions <br>♥ SUBSCRIBE: [a]https%3A%2F%2Fbit.ly%2F2WBWUEY[/a] <br>♥ FACEBOOK: fb.com/Magnetballs <br>Magnet World Creative Playlist : <br>[a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLu4HYFOGFnpzMwHTdLmE3TbyEVIAlpVdT[/a] <br> <br>*** <br>Magnet World <br>*** <br> <br>#MagneticBalls <br>#MagnetCreative <br>#Satisfying <br>#MagnetWorld <br>#FarmLobster <br>#FarmLobster <br> <br>magnetic balls creation series #185 <br>magnet world series #185', 'https://i.ytimg.com/vi/fI8bngeyqUU/maxresdefault.jpg', '', 'fI8bngeyqUU', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'magnet world,magnetic balls,magnet balls,diy,how to build,build,building,how to build farm lobster,build farm,farm lobster,lobster', '00:10:28', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(42, 'YmKWSag3KBkJJdl', 1, 'KZPrsd', 'Peppa Pig Official Channel ? Peppa Pig Learns How to Play Music', '☆ Subscribe for more videos: [a]http%3A%2F%2Fbit.ly%2FPeppaPigYT[/a]   <br>#Peppa #PeppaPig #PeppaPigEnglish <br> <br>Peppa Pig Official Channel 🎶 Peppa Pig Learns How to Play Music | Peppa Pig English Episodes | Peppa Pig Episodes <br> <br>Welcome to the Official Peppa Pig channel and the home of Peppa on YouTube!  We have created a world of Peppa with episodes and compilations to keep even the most dedicated Peppa fans happy.  Enjoy and don&#039;t forget to subscribe. <br> <br>Peppa is a loveable, cheeky little piggy who lives with her little brother George, Mummy Pig and Daddy Pig. Peppa’s favourite things include playing games, dressing up, days out and jumping in muddy puddles. Her adventures always end happily with loud snorts of laughter. <br> <br>Have fun with Peppa Pig and her friends: Suzy Sheep,Rebecca Rabbit,Danny Dog,Candy Cat,Pedro Pony,Zoe Zebra,Emily Elephant,Freddy Fox,Kylie Kangaroo,Wendy Wolf,Gabriella Goat,Gerald Giraffe,Molly Mole,Belinda Bear,Delphine Donkey, Peggi and Pandora Panda,Mandy Mouse,Simon Squirrel! <br> <br>☆ Watch the latest uploads here! [a]http%3A%2F%2Fbit.ly%2FPeppaPigNewVideos[/a] <br>☆ Watch Peppa Pig&#039;s most Popular videos here! uploads here! [a]http%3A%2F%2Fbit.ly%2F2zXBI2O[/a]  <br> <br>PEPPA PIG © ASTLEY BAKER DAVIES LTD/ENTERTAINMENT ONE UK LTD 2003. <br>Peppa Pig created by Mark Baker and Neville Astley.', 'https://i.ytimg.com/vi/jlvhdfvK-AY/maxresdefault.jpg', '', 'jlvhdfvK-AY', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'peppa pig,peppa pig english episodes,peppa pig full episodes,peppa,#peppapig,#peppa,peppa pig english,pepa pig,#peppapigenglish,peppa pig peppa pig,pig', '00:11:08', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(43, '78Se3b7ZwqwxX3p', 1, 'yxttM1', 'How To Be David Dobrik', 'This week we&#039;re showing you how to be just like David Dobrik <br> <br>If you enjoyed the video please leave a like and subscribe x <br> <br>2nd channel - [a]https%3A%2F%2Fwww.youtube.com%2Fstephentriesless[/a] <br> <br>Written by - Stephen Tries <br> <br>Starring <br>David Rees - [a]https%3A%2F%2Ftwitter.com%2FDeerDave[/a] <br>Callad Gale - [a]https%3A%2F%2Ftwitter.com%2FCalladGale[/a] <br>Cameron Green - [a]https%3A%2F%2Ftwitter.com%2FCam_Green73[/a] <br>Howard Brown <br>Max Smith - [a]https%3A%2F%2Ftwitter.com%2FGongWe[/a] <br>and me - [a]https%3A%2F%2Fwww.instagram.com%2Fstephen_tries%2F[/a]', 'https://i.ytimg.com/vi/ooZ8bCQNNV0/maxresdefault.jpg', '', 'ooZ8bCQNNV0', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'comedy,sketch,comedy sketch,stephen tries,how to be,funny sketch,funny video,david dobrik,vlog squad,how to be david dobrik,david dobrik parody', '00:04:21', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(44, 'TLsc2urI5htqsXt', 1, 'CGDQNq', 'How To Stop Any Pain In Minutes', 'Have you ever stubbed your toe and felt a throbbing pain surge through your body? We certainly can relate, but what if there was a way to manage the pain, and almost make it disappear? In today&#039;s amazing video we&#039;re looking at some real training techniques you can use to become a zen master and channel your pain right out of your body.  <br> <br>Check out my new channel I Am: [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCH5YmeRhiQZt9_5Eky3A2og[/a] <br> <br>🔔 SUBSCRIBE TO THE INFOGRAPHICS SHOW ► [a]https%3A%2F%2Fwww.youtube.com%2Fc%2FtheinfographicsshowOFFICIAL%3Fsub_confirmation%3D1[/a] <br> <br>🔖 MY SOCIAL PAGES <br>DISCORD ►[a]https%3A%2F%2Fdiscord.gg%2Ftheinfographicsshow[/a] <br>Facebook ► [a]https%3A%2F%2Fwww.facebook.com%2FTheInfographicsShow[/a] <br>Twitter ► [a]https%3A%2F%2Ftwitter.com%2FTheInfoShow[/a] <br> <br> <br>💭  SUGGEST A TOPIC <br>[a]https%3A%2F%2Fwww.theinfographicsshow.com[/a] <br> <br> <br>📝 SOURCES: [a]https%3A%2F%2Fpastebin.com%2FrT7zDi3u[/a] <br> <br>All videos are based on publicly available information unless otherwise noted.', 'https://i.ytimg.com/vi/6wurtXEnBYw/maxresdefault.jpg', '', '6wurtXEnBYw', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'pain,pain managment,symptom,symptoms,breathing,breathing exercises,meditation,painful,infographics show,video,yoga', '00:10:25', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(45, 'FIkRLo4kWeKUMxx', 1, '6PHoUn', 'How to Make MILLIONS in Adopt Me! NEW Adopt Me Easy Money Making Method (Roblox)', 'Today I go over the best money making method there ever in Roblox Adopt Me. It&#039;s really easy to use this method, and you can make millions of bucks in Adopt Me! Give it a try, and let me know what you think.', 'https://i.ytimg.com/vi/DZc2RzjbGso/maxresdefault.jpg', '', 'DZc2RzjbGso', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'roblox,jeremy roblox,jeruhmi roblox,adopt me,roblox adopt me,adopt me how to make money easily,adopt me money making method,adopt me secrets,adopt me how to make millions of bucks,adopt me millions of bucks,adopt me how to make bucks easily', '00:10:46', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(46, 'MJMgyrOQqD3L6l6', 1, '7BVUmZ', 'How To Make A BBQ Chicken Dauphinoise', 'Today we&#039;re showing you how to make a delicious French dauphinoise with a smokey twist as as we teach you how to make a BBQ Chicken Dauphinoise! <br> <br>Subscribe to Twisted: [a]https%3A%2F%2Fbit.ly%2F2WyhRzw[/a] <br> <br>Pre-order your copy of Twisted: A Cookbook now [a]https%3A%2F%2Famzn.to%2F2PGQpyV[/a] <br> <br>Do you have any questions or suggestions? Leave them in the comments below! <br> <br>Like us on Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FJungleTwisted[/a] <br>Follow us on Instagram: [a]https%3A%2F%2Fwww.instagram.com%2FTwisted%2F[/a] <br>Check out our website: [a]www.twistedfood.co.uk[/a] <br>Pinterest: [a]https%3A%2F%2Fwww.pinterest.com%2Fjungletwisted%2F[/a] <br>Follow us on Twitter: [a]https%3A%2F%2Fwww.twitter.com%2FJungle_Twisted[/a] <br> <br>Also, check out our other channels: <br>Craft Factory: [a]www.youtube.com%2FCraftFactory[/a] <br>Four Nine Looks: [a]www.youtube.com%2FFourNineLooks[/a] <br>VT: [a]www.youtube.com%2FJungleVT[/a]', 'https://i.ytimg.com/vi/jNb_VHLPekU/maxresdefault.jpg', '', 'jNb_VHLPekU', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Twisted,Twisted Food,Twisted Recipe,tasty,Food,Food porn,cook with,delicious,cooking,cook,dessert', '00:03:05', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(47, 'uBqvTPZqUoBInR4', 1, '5B8H3T', 'HOW TO WIN the PSG CUP! (Brawl Stars)', 'PSG Cup Challenge Tips, Tricks &amp; Guide | Brawl Stars | Chief Pat <br>▶ Subscribe: [a]http%3A%2F%2Fbit.ly%2Fchiefpatsubscribe[/a] <br>▶ Brawl Stars Creator Code (PAT): [a]http%3A%2F%2Fbit.ly%2Fcodepat[/a] <br> <br>Check me out: <br>▶ Twitter: [a]http%3A%2F%2Fwww.twitter.com%2Fchiefpat[/a] <br>▶ Instagram: [a]http%3A%2F%2Fwww.instagram.com%2Fchiefpat[/a] <br>▶ Discord: [a]http%3A%2F%2Fwww.discord.gg%2Fchiefpat[/a] <br>▶ Twitch: [a]http%3A%2F%2Fwww.twitch.tv%2Fchiefpat[/a] <br>▶ OnePlus: [a]http%3A%2F%2Fwww.oneplus.com[/a] <br>▶ Business Inquiries: pat@tribegaming.gg <br> <br>Follow Tribe Gaming: <br>▶ Twitter: [a]https%3A%2F%2Ftwitter.com%2Ftribegaming[/a] <br>▶ YouTube: [a]https%3A%2F%2Fyoutube.com%2Ftribegaming[/a] <br>▶ Instagram: [a]https%3A%2F%2Finstagram.com%2Ftribegaming[/a] <br> <br>#BrawlStars #ChiefPat', 'https://i.ytimg.com/vi/9TU6Tjf415I/maxresdefault.jpg', '', '9TU6Tjf415I', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Brawl Stars,Chief Pat,Brawl,Stars,Gameplay,Funny,Moments,PSG Cup,Tips,Tricks,Guide', '00:12:34', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(48, 'M8zvFNkVNeuqRwT', 1, 'P2ZX9H', 'How To Get Cash FAST in Warzone (Tips &amp; Tricks)', 'Warzone Best Weapons: [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DqsieVzFlAoU[/a] <br>Warzone Battle Royale has an economy system built into the game where you have to earn money from contracts. Recon contracts pay the least cash but reveal the final circle. I focus a fair but today on each type of contract and also how to snowball early. <br> <br>Mixer: [a]https%3A%2F%2Fwww.mixer.com%2Fdrift0r[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fdrift0r[/a] <br>Discord: [a]https%3A%2F%2Fdiscord.gg%2Fdrift0r[/a] <br>Second Channel: [a]http%3A%2F%2Fwww.youtube.com%2Fc%2Fdrift0rplays[/a] <br> <br>5% off ASTRO: [a]https%3A%2F%2Fastro.family%2Fdrift0r[/a] <br> <br>Origin PC: [a]https%3A%2F%2Fwww.originpc.com%2F%3Faid%3D603268%25[/a]  <br> <br>My gaming Router is the Netduma R1: [a]http%3A%2F%2Fwww.netduma.com%2F[/a] <br>Use code &quot;DRFT&quot; for $10 off!', 'https://i.ytimg.com/vi/drYFjqY4GQg/maxresdefault.jpg', '', 'drYFjqY4GQg', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'Call of Duty: Modern Warfare,Call of Duty: Modern Warfare gameplay,modern warfare gameplay,Modern Warfare,drift0r,driftor,Battle Royale,Modern Warfare Battle Royale,Warzone,Warzone gameplay,Modern Warfare Battle Royale gameplay', '00:11:46', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);
INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(49, 'yEJWuRLYcj7vXnD', 1, 'JVwpbv', 'How to be Considerate - Kuukiyomi: Consider It', 'Look out Fortnite - Kuukiyomi: Consider it is about to be the HOTTEST NEW GAMING CRAZE AROUND!!!! <br> <br>Click to SUBSCRIBE ► [a]http%3A%2F%2Fbit.ly%2FGrumpSubscribe[/a] <br>MERCH!! ► [a]http%3A%2F%2Fgamegrumps.com%2Fmerch[/a] <br>Our email list! ► [a]http%3A%2F%2Fbit.ly%2FGrumpsStuffEmail[/a] <br> <br>Edited by Ben ► [a]http%3A%2F%2Ftwtitter.com%2FPenisBailey[/a] <br> <br>********************************************* <br> <br>We have NEW MERCH every THURSDAY!  <br> <br>Visit our WEBSITE every THURSDAY to check out the NEW items! <br> <br>►►► [a]http%3A%2F%2Fgamegrumps.com%2Fmerch[/a] <br> <br>********************************************* <br> <br>FACEBOOK ► [a]https%3A%2F%2Fwww.facebook.com%2FGameGrumps[/a] <br>TWITTER ► [a]https%3A%2F%2Fwww.twitter.com%2Fgamegrumps[/a] <br>INSTAGRAM ► [a]https%3A%2F%2Fwww.instagram.com%2Fgamegrumps%2F[/a] <br>WEBSITE ► [a]http%3A%2F%2Fgamegrumps.com[/a] <br> <br>********************************************* <br> <br>Game Grumps are: <br>Arin ► [a]http%3A%2F%2Fwww.youtube.com%2FEgoraptor[/a] <br>Danny ► [a]http%3A%2F%2Fwww.youtube.com%2FNinjaSexParty[/a] <br> <br>#gaming #extremelylitgames #highintensitygaming', 'https://i.ytimg.com/vi/JNQ2vGCPZtY/maxresdefault.jpg', '', 'JNQ2vGCPZtY', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'lets play,walkthrough,gameplay,egoraptor,danny,game grumps,gamegrumps,funny,arin,letsplay,gaming', '00:36:03', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(50, '7Fnn59KWN4tKZUF', 1, 'WERmEu', 'HOW TO LAND FAST IN NEW UPDATE! | PUBG MOBILE', 'HOW TO LAND SUPER FAST IN NEW UPDATE! | PUBG MOBILE. So here is a new tips &amp; trick to land a bit faster than your opponents in pubgm! and  also a great gameplay! <br> <br>👍LIKE For more pubg mobile videos👍 <br>Comment what type of video you want next (tips, tricks, how to, weapon challenge, world record, trick shot or high kill gameplay) <br> <br>▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ <br>🐼 FOLLOW MY INSTAGRAM: <br>[a]http%3A%2F%2Finstagram.com%2Fpubgmobile_panda[/a] <br> <br>🐼FOLLOW MY FACEBOOK: <br>[a]https%3A%2F%2Fwww.facebook.com%2FPubgPandaMobile[/a] <br> <br>🐼 FOLLOW MY TWITTER: <br>[a]https%3A%2F%2Ftwitter.com%2FBluePandaReal%3F[/a] <br>♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ <br>▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>Highest Rank? <br>- Conqueror  <br>https://www.youtube.com/watch?v=6KCBean7_S8&amp;t <br> <br>How I Play: <br>https://www.youtube.com/watch?v=yzSie3FYSXU&amp;t <br> <br>My Settings and Controls:  <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dg_I4-D9_wJU[/a] <br> <br>Music: NCS <br>▬▬▬▬▬▬▬▬▬▬▬▬▬ <br> <br>For business:  <br>panda@viralnation.com', 'https://i.ytimg.com/vi/Ig2oALrZguM/maxresdefault.jpg', '', 'Ig2oALrZguM', '', '', '', '', '', '', 1584780082, '2020-03-21 08:41:22', 0, 'panda,pubg,pubgm,mobile,tips,tricks,pro,best,india,hindi,record', '00:17:24', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(51, '7oJolJ85WZAuomp', 1, 'thquXR', 'SLIM WAIST WORKOUT ROUTINE', 'YERRRRRRR the long awaited ab routine is here!! I do this routine about 2/3 times weekly along with full body exercises that includes my core on other days. I hope you enjoyed the vid babies!!! :)', 'https://i.ytimg.com/vi/zPY0eSq-Gfw/maxresdefault.jpg', '', 'zPY0eSq-Gfw', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'AB ROUTINE,AB WORKOUT,SLIM THICK,SLIM WAIST', '00:08:27', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(52, 'm5OExTOsJKE9vkD', 1, 'TcypNY', 'Mexican Beauty Women - Workout Motivation - Yanet Garcia', 'Mexican Beauty Women - Workout Motivation - Yanet Garcia', 'https://i.ytimg.com/vi/IpaJ34l1V_E/maxresdefault.jpg', '', 'IpaJ34l1V_E', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'mexican,beauty,women,workout,motivation,yanet,garcia,mexican beauty woman,workout motivation,yanet garcica,mexican model', '00:03:47', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(53, 'kaL2VrYDs9hGzVv', 1, 'F6OCc2', 'Sports U: Pre-pageant Workout para sa Beauty Queens', 'Bb. Pilipinas Grand International 2018 Eva Patalinjug talks about her go-getter personality, and lists the benefits of exercising regularly and having a healthy diet. <br> <br>Subscribe to the ABS-CBN News channel! - [a]http%3A%2F%2Fbit.ly%2FTheABSCBNNews[/a] <br> <br>Watch the full episodes of Sports U on TFC.TV  <br>[a]http%3A%2F%2Fbit.ly%2FSportsU-TFCTV[/a] <br>and on iWant for Philippine viewers, click: <br>[a]http%3A%2F%2Fbit.ly%2FSportsU-iWant[/a] <br> <br>Visit our website at [a]http%3A%2F%2Fnews.abs-cbn.com[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FabscbnNEWS[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fabscbnnews[/a] <br> <br>#SportsU <br>#ABSCBNNews', 'https://i.ytimg.com/vi/ULTXRdiSmUE/mqdefault.jpg', '', 'ULTXRdiSmUE', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'ABS-CBN,ABS-CBN News,ABS-CBN Philippines,Philippine News,News,Philippines,Sports U,Sports U September 20 episode,highlight,Sports highlight,October 19 2018', '00:04:18', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(54, '9FzN7ZL3ZA8ndAE', 1, 'crrGap', 'WORKOUT BEAUTY ROUTINE: My AT THE GYM Makeup Look', 'HELLO EVERYONE! I hope that you all enjoyed the first instalment of #LANSHealthWeek showing you my workout/gym beauty routine! Let me know in the comments below what products you use for YOUR workout beauty routine :) As always, thank you SO MUCH for watching! XOXOXOXOX <br> <br>WATCH IN HD! <br> <br>Previous Workout Routine Video: [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBu310W3YXB8[/a] <br> <br>--------------------------------------------------------------------------------------------- <br> <br>COME SAY HELLO! <br>INSTAGRAM: [a]https%3A%2F%2Fwww.instagram.com%2Fallanaramaa%2F[/a] <br>TWITTER: [a]https%3A%2F%2Ftwitter.com%2Fallanaramaa[/a] <br>SNAPCHAT: allanadavison <br>BLOG: [a]http%3A%2F%2Fwww.allanadavison.ca[/a] <br>VLOG CHANNEL: lifewithlan <br> <br>For business inquiries, email me at: allana@infagency.com <br> <br>--------------------------------------------------------------------------------------------- <br> <br>LATEST VIDS: <br> <br>LOOSE WAVES HAIR TUTORIAL <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D9UqQkyEoVQE[/a] <br> <br>2016 BEAUTY FAVOURITES  <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D9LZ0e5qwsZ4[/a] <br> <br>DRUGSTORE DUPES FOR HIGH-END MAKEUP <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8CNvxE9Ai9w[/a] <br> <br>--------------------------------------------------------------------------------------------- <br> <br>Barre Body Studio: [a]http%3A%2F%2Fbarrebodystudio.com%2F[/a] <br> <br>So much love for these ladies, thank you for changing my life and my outlook on fitness XOXOXOOXXOXOXOOX <br> <br>MAKEUP: <br>Charlotte Tilbury Makeup Bag <br>[a]http%3A%2F%2Fbit.ly%2F2jMencC[/a] <br> <br>By Terry Sunny Flash Cellularose CC Serum  <br>[a]http%3A%2F%2Fbit.ly%2F2iZYTxJ[/a] <br> <br>Erborian BB Cream <br>[a]http%3A%2F%2Fbit.ly%2F2iZZiAf[/a] <br> <br>Erborian CC Cream <br>[a]http%3A%2F%2Fbit.ly%2F2jMjAkN[/a] <br> <br>Chanel Soleil Tan De Chanel Creme Bronzer <br>[a]http%3A%2F%2Fbit.ly%2F2iZUWcC[/a] <br> <br>Anastasia Beverly Hills Clear Brow Gel <br>[a]http%3A%2F%2Fbit.ly%2F2jLY3sq[/a] <br> <br>Bite Beauty Agave Lip Balm <br>[a]http%3A%2F%2Fbit.ly%2F2iZRVcg[/a] <br> <br>Tarte Lifted Mascara <br>[a]http%3A%2F%2Fbit.ly%2F2iZVjDH[/a] <br> <br>OFRA Mauve Lip Liner <br>**Get 30% off your OFRA purchase by using code &quot;ALLANARAMAA&quot; <br>[a]http%3A%2F%2Fbit.ly%2F1O0yKxq[/a] <br> <br>MAC Fix+ <br>[a]http%3A%2F%2Fbit.ly%2F2iZVb7z[/a] <br> <br> <br>CLOTHING: <br> <br>Lululemon Yogi Racerback IV Tank <br>[a]http%3A%2F%2Fbit.ly%2F2jMggWR[/a] <br> <br>Lululemon Run It Out Tight <br>[a]http%3A%2F%2Fbit.ly%2F2iZWxig[/a] <br> <br>Nike Muscle Tank (similar) <br>[a]http%3A%2F%2Fbit.ly%2F2jMc3md[/a] <br> <br>Lululemon High Times 7/8 Pant (limited ed print from last year) <br>[a]http%3A%2F%2Fbit.ly%2F2iZNVIy[/a] <br> <br>Barre Body Studio Sweater + Studio Socks <br>(sold at their studio) <br>[a]http%3A%2F%2Fbarrebodystudio.com%2F[/a] <br> <br>Nike Tempo Running Short <br>[a]http%3A%2F%2Fbit.ly%2F2jMa7Kv[/a] <br> <br>Nike Free Running Shoe <br>[a]http%3A%2F%2Fbit.ly%2F2jMf3z5[/a] <br> <br>(this was meant to be much more epic but I fail at editing &amp; outfit creating LOL so sorry) <br> <br>--------------------------------------------------------------------------------------------- <br> <br>Earrings: Kara Yoo <br>[a]https%3A%2F%2Fwww.karayoo.com%2Fcollections%2Fearrings[/a] <br> <br>Nails - solar gel (sorry I&#039;m not sure of the colour!) <br> <br>--------------------------------------------------------------------------------------------- <br> <br>**Get 30% off your OFRA purchase by using code &quot;ALLANARAMAA&quot; <br>[a]http%3A%2F%2Fbit.ly%2F1O0yKxq[/a] <br> <br>--------------------------------------------------------------------------------------------- <br> <br>Camera: Canon 70D with Canon 50mm f1.4 lens <br>MIC: Rode Videomic  [a]http%3A%2F%2Fbit.ly%2F1UiP6mJ[/a] <br>Music: Epidemic Sound <br> <br>--------------------------------------------------------------------------------------------- <br> <br>FTC: This video is not sponsored and ALL opinions are ALWAYYYSSSS my own. OFRA link is an affiliate link.', 'https://i.ytimg.com/vi/rcyLARMqMBc/maxresdefault.jpg', '', 'rcyLARMqMBc', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'workout beauty,gym makeup routine,workout beauty routine,gym makeup,gym makeup look,beauty,makeup,tutorial,routine,morning,workout', '00:06:20', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(55, 'h8gWMYDCKOP4geg', 1, 'tz6Ice', 'The Beauty that Trains Like a Beast | Cassandra Martin Arm Workout', 'Cassandra Martin knows the importance of using heavy weights when she trains. Here&#039;s a look at one of her favorite arm workouts <br>► Shop Bodybuilding Signature Supplements: [a]https%3A%2F%2Fbbcom.me%2F367VndS[/a] <br>► All Access 7-Day Free Trial: [a]https%3A%2F%2Fbbcom.me%2F2PjdlTI[/a] <br>► Subscribe: [a]http%3A%2F%2Fbit.ly%2F2DK5lGD[/a] <br> <br>| Follow Cassandra Martin | <br>Instagram ► [a]https%3A%2F%2Fwww.instagram.com%2Fcasssmartin%2F[/a] <br> <br>========================================­===== <br> <br>| Follow Us | <br>► Twitch: [a]http%3A%2F%2Fbit.ly%2F2q1dttE[/a] <br>► YouTube: [a]http%3A%2F%2Fbit.ly%2F1RSJFa4[/a] <br>► Facebook: [a]http%3A%2F%2Fon.fb.me%2F1lomhpr[/a] <br>► Instagram: [a]http%3A%2F%2Fbit.ly%2F1LzBxab[/a] <br>► Twitter: [a]http%3A%2F%2Fbit.ly%2F1RSJQlL[/a] <br>► Google+: [a]http%3A%2F%2Fbit.ly%2F1NRe8qu[/a] <br>► Pinterest: [a]http%3A%2F%2Fbit.ly%2F1OOZgY4[/a] <br>► Spotify: [a]http%3A%2F%2Fspoti.fi%2F1NRebm0[/a] <br>  <br>We are Bodybuilding.com. Your transformation is our passion. We are your personal trainer, your nutritionist, your supplement expert, your lifting partner, your support group. We provide the technology, tools and products you need to burn fat, build muscle and become your best self.', 'https://i.ytimg.com/vi/Un7s7VwSdV0/maxresdefault.jpg', '', 'Un7s7VwSdV0', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'cassandra martin workout,Cassandra Martin,cass martin,muscle,fitness,bodybuilding,workout,motivation,muscle madness,weight training (hobby),gym', '00:50:03', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(56, 'EXSojaWScudttLe', 1, 'Sqi2Jj', 'Train Like a Beast Look Like a Beauty Workout', 'Your perfect Disney princess workout because you&#039;ve got to Train Like a BEAST to Look Like a BEAUTY! Get your tank here: [a]http%3A%2F%2Fbit.ly%2Ftlabllab[/a] <br> <br>♥ CHECK OUT MY DVD: [a]http%3A%2F%2Fwww.poppilatesdvd.com[/a] <br>♥ INSPIRATIONAL SHIRTS: [a]http%3A%2F%2Fwww.shopblogilates.com[/a] <br>♥ SUBSCRIBE: [a]http%3A%2F%2Fbit.ly%2Fblogilatesyt[/a] <br>♥ BLOG: [a]http%3A%2F%2Fwww.blogilates.com[/a]  <br>♥ FB: [a]http%3A%2F%2Fwww.facebook.com%2Fblogilates[/a]  <br>♥ TWEET: [a]http%3A%2F%2Fwww.twitter.com%2Fblogilates[/a] <br>♥ TUMBLR: [a]http%3A%2F%2Fwww.blogilates.tumblr.com[/a] <br>♥ PINTEREST: [a]http%3A%2F%2Fpinterest.com%2Fblogilates[/a] <br>♥ INSTAGRAM: [a]http%3A%2F%2Fwww.instagram.com%2Fblogilates[/a] <br> <br>Video filmed and edited by Brad Etter. <br>***** <br>Cassey Ho is a certified Pilates and fitness instructor, winner of YouTube Next Trainer, and was also recently named FITNESS Magazine&#039;s Best Healthy Living Blogger.', 'https://i.ytimg.com/vi/N0d0EH8-fVk/maxresdefault.jpg', '', 'N0d0EH8-fVk', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'beast,beast mode,train like a beast,train like a beast look like a beauty,belle,beauty and the beast,beauty and the beast workout,beast workout,disney,disney workout,disney princess', '00:10:47', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(57, 'r8OKTOjFBQGMshu', 1, 'vKrPT4', 'After School&#039;s Beauty Bible - Summer body line project: 4th week', '[After School&#039;s Beauty Bible - Summer body line project: 4th week] <br>- For more info: [a]http%3A%2F%2Fkbsworld.kbs.co.kr%2Fprograms%2Fprograms_intro.html%3Fno%3D818[/a] <br>------------------------------------------------- <br>Subscribe KBS World Official YouTube: [a]http%3A%2F%2Fwww.youtube.com%2Fkbsworld[/a] <br>------------------------------------------------- <br>KBS World is a TV channel for international audiences provided by KBS, the flagship public service broadcaster in Korea.  Enjoy Korea&#039;s latest and most popular K-Drama, K-Pop, K-Entertainment &amp; K-Documentary with multilingual subtitles, by subscribing KBS World official YouTube. <br>------------------------------------------------ <br>대한민국 대표 해외채널 KBS World를 유튜브에서 만나세요. KBS World는 전세계 시청자에게 재미있고 유익한 한류 콘텐츠를 영어 자막과 함께 제공하는 No.1 한류 채널입니다. KBS World 유튜브 채널을 구독하고 최신 드라마, K-Pop, 예능, 다큐멘터리 정보를 받아보세요.  <br>------------------------------------------------ <br>[Visit KBS World Official Pages] <br>Homepage: [a]http%3A%2F%2Fwww.kbsworld.co.kr[/a]  <br>Facebook: [a]http%3A%2F%2Fwww.facebook.com%2Fkbsworld[/a] <br>Twitter: [a]http%3A%2F%2Ftwitter.com%2Fkbsworldtv[/a]  <br>Google+: [a]http%3A%2F%2Fplus.google.com%2F%2Bkbsworldtv[/a] <br>KakaoTalk: @kbs_world ([a]http%3A%2F%2Fplus.kakao.com%2Ffriend%2F%40kbs_world%29[/a]', 'https://i.ytimg.com/vi/pLD4wAbJZp0/maxresdefault.jpg', '', 'pLD4wAbJZp0', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'make up tip,make up,subtitle,korean girl,about korean beauty,korean lady,korean cosmetic,화장 하는 법,나나,English,화장품', '00:11:01', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(58, 'uwEw3Nslvd9ufBz', 1, 'DMBboA', 'Beauty Queen Secret Easy Workout', 'Easy beauty queen workout video for you. Easy to do and very safe to do at home. Especially to those aspiring beauty queens. I hope this video will help you a lot. Xoxo :)   <br> <br>Find me on: <br> <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fsantosjeslyn3[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fjeslyn_santos%2F[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fjeslyn.santos[/a] <br> <br>Message me on: <br> <br>Gmail: santosjeslyn@gmail.com <br>Yahoo: santosjeslyn@yahoo.com <br> <br>Subscribe me! :) <br> <br>Anabelle Tia: <br>IG: [a]https%3A%2F%2Fwww.instagram.com%2Fthe_lifeoftia%2F[/a] <br>FB: [a]https%3A%2F%2Fwww.facebook.com%2Fanabelchristine.tia[/a] <br> <br>Jean Tumang: <br>IG: [a]https%3A%2F%2Fwww.instagram.com%2Fjeantumang%2F[/a] <br>FB: [a]https%3A%2F%2Fwww.facebook.com%2Fjean.tumang.7[/a] <br> <br>Thank you and Enjoy! :) <br> <br>More Videos Soon... :)', 'https://i.ytimg.com/vi/2u16aH059CI/maxresdefault.jpg', '', '2u16aH059CI', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'beauty queen work out,easy work out,secret workout,beauty queen secret easy workout,beauty queen,easy,workout,secret,beauty vlog,beauty and the beast,beauty queen of only 18', '00:08:56', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(59, 'eqQgL8WuV5qvlgF', 1, 'pbBgO8', 'My', 'Follow me as I get my ass kicked in the gym by Mike D ([a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FMikeDFitness[/a] ) and show you my make-up routine.  DISCLAIMER: it may be massively disappointing.  Rounded out with my post-workout nutrition and supplements, a few margaritas, and some gratuitous cat footage, this vlog is an internet SENSATION.  <br> <br>Snapchat: kymnonstop <br>Instagram: @Kymnonstop <br>Twitter: @Kymnonstop <br> <br>----------------------------------------­----------------------------------- <br>KymNonStop is a bike-messenger-turned-fitness guru. I’m going to show you how to lead a healthy, happy lifestyle without sacrificing the fun! Get ready for easy and effective workouts that you’re going to love to do. <br> <br>You’ve seen me on MTV’s Made, Access Hollywood, The Today Show, the summer action film, “Premium Rush”, and on The Amazing Race, Season 25! Outside YouTube, I teach at the celebrity-studded indoor cycling studio, SoulCycle. This is my channel. <br>Be sure to check me out on kymnonstop.com for more fun workout videos and other awesomeness! <br> <br>SOCIALS: <br>Snapchat: kymnonstop <br>Instagram: @Kymnonstop <br>Twitter: @Kymnonstop', 'https://i.ytimg.com/vi/nnsE22banGc/maxresdefault.jpg', '', 'nnsE22banGc', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'team nonstop,premium rush,fixie,fixed gear,aventon,messenger,alleycat,red hook crit,personal trainer,soulcycle,amazing race', '00:06:39', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(60, 'ONmfVYZoyf95qBw', 1, 'Dz5k3h', 'Fitness Routine 2016 | How To Lose Weight Workout | Summer Body Hourglass | BEAUTY BOX.X', 'Make sure you SUBSCRIBE! <br> <br>Hey Beauties, <br> <br>This is a quick fitness routine video giving you some ideas of how to make your workout more fun so that you can achieve your weight loss goals, get that summer body you want and get that healthy lifestyle you want! Hope you like the video! <br> <br>Please comment, like, share and SUBSCRIBE!  <br> <br>TOP TIP: Make your work out FUN! The more you enjoy it the easier it will be! <br> <br>Disclaimer: I am not a professional! <br> <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fbeautyboxblog_x%2F[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fbeautyboxblog101%2F[/a] <br>Blog: [a]http%3A%2F%2Fbeautyboxblog101.blogspot.co.uk%2F[/a] <br> <br>Contact: beautyboxblog101@gmail.com <br> <br>Music: <br>I&#039;m Fly - Gunnar Olsen (YouTube Audio Library) <br>Break You In - Vibe Tracks (YouTube Audio Library)', 'https://i.ytimg.com/vi/Og-DOLelZAA/maxresdefault.jpg', '', 'Og-DOLelZAA', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'fitness,workout,weight loss,exercise,healthy,healthy lifestyle,cool,fun,london,trendy,how to', '00:06:48', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(61, 'mHXGSSUnCrfxIST', 1, 'm4T3Zz', '10 Min Extreme Abs Workout w/ Beauty and The Fit - HASfit Extreme Ab Workouts Exercises', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com[/a] for the workout&#039;s instructions <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/8k0JtFS70lE/maxresdefault.jpg', '', '8k0JtFS70lE', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'ab workouts,ab exericses,ab exercise,abs workout,abs workouts,abs exericses,abs exercise,extreme ab workouts,extreme abs workout,extreme ab workout,extreme abs', '00:12:16', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(62, 'rjJ2VP15SpHLM3L', 1, '6xUEcV', 'AFFORDABLE TRY ON WORKOUT HAUL // Amazon, Forever 21+ more | MO&#039;BEAUTY', 'YERRRRR we back with a workout haul yaidgggg!!! All of the items are under $20!! I hope ya&#039;ll see some items you want :) Thank your for watching!!  <br> <br>XOXO, <br>Mo  <br> <br>Amazon Leggings:  <br>Tesla:https://www.amazon.com/gp/product/B07C3MN3Z7/ref=oh_aui_detailpage_o03_s00?ie=UTF8&amp;psc=1 <br>Ombre:https://www.amazon.com/gp/product/B07CSGK55C/ref=oh_aui_detailpage_o02_s00?ie=UTF8&amp;psc=1 <br> <br> <br>S O C I A L S:  <br>Twitter: @moniquesmithhh <br>Snap: @moniquesmithhh <br>Insta: @mlsmith_ <br> <br>I N Q U R I E S: <br>Email: Monique.smith98@icloud.com', 'https://i.ytimg.com/vi/3XPdb5gQ7FM/maxresdefault.jpg', '', '3XPdb5gQ7FM', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'AMAZON WORKOUT CLOTHES,AMAZON LEGGINGS,AFFORABLE HAUL,FITNESS CLOTHING HAUL,TRY ON HAUL', '00:13:43', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(63, '9FCpjlq2SA1dI1V', 1, 'sWdVhl', '5 Weird &amp; Trendy Workout Tools (Beauty Break)', 'SUBSCRIBE for MORE beauty WEIRDNESS ►► [a]http%3A%2F%2Fbit.ly%2FSubClevverStyle[/a] <br>Watch MORE Beauty Break ►► [a]http%3A%2F%2Fbit.ly%2F1zhNX5L[/a] <br> <br>Today we get our exercise on with some stuff we found on the internet including the booty belt and the air climber.  <br> <br>More Super Trendy Stuff: <br> <br>Pool Floats ►► [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DZ6Zw4l-BvQ0[/a] <br>Kylie Lip Kits ►► [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dcwwzmk-TbKo[/a] <br>Shark Tank Products ►► [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DAotTcwdul8k[/a] <br>Bathtubs ►► [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D70czfbE8VK4[/a] <br> <br> <br>Talk to the girls about the episode! <br> <br>[a]http%3A%2F%2Ftwitter.com%2Flily_marston[/a] <br>[a]http%3A%2F%2Ftwitter.com%2Fjoslyndavis[/a] <br>[a]http%3A%2F%2Ftwitter.com%2Fmeghanrienks[/a]  <br>[a]http%3A%2F%2Ftwitter.com%2Fclevverstyle[/a] <br> <br>[a]http%3A%2F%2Finstagram.com%2Flily_marston[/a] <br>[a]http%3A%2F%2Finstagram.com%2Fjoslyndavis[/a] <br>[a]http%3A%2F%2Finstagram.com%2Fmeghanrienks[/a]  <br>[a]http%3A%2F%2Finstagram.com%2Fclevver[/a] <br> <br>Disclaimer: We are not affiliated with any of the brands shown or mentioned in this video. <br> <br>For more Clevver: <br> <br>[a]http%3A%2F%2FFacebook.com%2FClevverTV[/a] <br>[a]http%3A%2F%2FTwitter.com%2FClevverTV[/a] <br>[a]http%3A%2F%2Finstagram.com%2Fclevver[/a]', 'https://i.ytimg.com/vi/5q9dzBm1OMU/maxresdefault.jpg', '', '5q9dzBm1OMU', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Workout tools,weird workout,unusual workouts,funny workout equipment,workout equipment,workout tools,weird workout tools,air climber,hoola hooping,hoola hoop exercise,booty belt', '00:10:07', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(64, 'u2ZMpyT5fthc3Zf', 1, 'MT524z', 'WORK OUT BEAUTY HACKS! + Persu Gym Bag Review', 'I hope these hacks help you during/after a workout! <br>Don&#039;t forget to subscribe :) <br> <br>+ Long Term Relationship Advice: https://www.youtube.com/watch?v=xb1XoCqTr5w&amp;t=60s <br>+ Spring Break VLOG: [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DX7D6fSwFemU[/a] <br> <br>Lets Be Friends! | My Media Links Below  <br> <br>I N S T A G R A M: [a]https%3A%2F%2Fwww.instagram.com%2Flauren.lebouef%2F[/a] <br> <br>T W I T T E R: [a]https%3A%2F%2Ftwitter.com%2Flauren_lebouef[/a] <br> <br>B L O G: [a]https%3A%2F%2Fwww.laurenlebouef.com[/a] <br> <br>F A C E B O O K: [a]https%3A%2F%2Fwww.facebook.com%2Flauren.lebouef%2F[/a] <br> <br>B U S I N E S S  E M A I L: laurenlebouef18@gmail.com <br> <br>T U M B L R: [a]https%3A%2F%2Flaurenlebouef.tumblr.com[/a] <br> <br>PRODUCTS MENTIONED: <br> <br>Gym Bag!: [a]http%3A%2F%2Fwww.persucollection.com%3Faff%3D15[/a] <br>15 % off: &quot;LAUREN&quot; <br> <br>Rose water: [a]https%3A%2F%2Fwww.iherb.com%2Fpr%2FHeritage-Store-Rosewater-Aromatherapy-Water-Rose-Petals-8-fl-oz-240-ml%2F55685[/a] <br>Charcoal Soap Bar: [a]https%3A%2F%2Fwww.iherb.com%2Fpr%2FNubian-Heritage-African-Black-Soap-Bar-5-oz-141-g%2F11242[/a] <br>Micellar Water: [a]http%3A%2F%2Fbit.ly%2F2J5ofIJ[/a] <br>Young Living Starter Kit: [a]https%3A%2F%2Fwww.youngliving.com%2Fvo%2F%23%2Fsignup%2Fnew-start[/a]', 'https://i.ytimg.com/vi/i_ujAboyFto/maxresdefault.jpg', '', 'i_ujAboyFto', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'workout,work out,fitness,health,lifestyle,beauty hacks,beauty,work out hacks,skin care,sweat,yoga matt', '00:10:47', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(65, 'h7pW2RjkabiDep7', 1, 'drdA9B', '10 Min Thigh Workout w/ Beauty and The Fit - HASfit Leg Workouts - Legs Exercise', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com[/a] for the workout&#039;s instructions, more videos, free meal plans, and other health tips. [a]http%3A%2F%2Fhasfit.com[/a] for the best free workout exercise routines for men and women at home or in gym.  <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/Oo-4s-iD4yM/mqdefault.jpg', '', 'Oo-4s-iD4yM', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'leg exercises,leg workout,leg workouts,leg exercise,leg workout exercises,leg exercise workouts,legs exercises,legs workouts,legs workout,legs exercise,leg work out', '00:11:25', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(66, 'LHiAzHJvZiYT45s', 1, '9klOJM', 'BEAUTY MAINTENANCE WEEK PT.2: sauna bag, work out, hair maintenance + more! | Vanessa Lynn', 'BEAUTY WEEK PT.2: sauna bag, work out, hair maintenance + more! | Vanessa Lynn | SUBSCRIBE TO MY MAIN CHANNEL👇🏿 <br>[a]https%3A%2F%2Fwww.youtube.com%2Fc%2Fortizv95[/a] <br> <br>**music: BRAIN by Anja Kotar <br>Check out 3 other LIT videos👇🏿 <br> <br>FUNNY GRWM <br>[a]https%3A%2F%2Fyoutu.be%2F9dry-VyyPM4[/a] <br> <br>HILARIOUS PIZZA CHALLENGE  <br>[a]https%3A%2F%2Fyoutu.be%2FfaWR9p2cEpI[/a] <br> <br>INTERESTING Q&amp;A <br>[a]https%3A%2F%2Fyoutu.be%2FNp3LX08l5-U[/a] <br> <br>LIKE, COMMENT your favorite part, SHARE, &amp; SUBSCRIBE if you wanna see more lit videos ❥ don’t forget to screenshot your favorite part, post, tag me &amp; hashtag #nessagang on twitter &amp; instagram so I can like &amp; comment! ❥ xoxo  <br> <br>SOCIALS BELOW  ❤︎  <br>facebook | [a]https%3A%2F%2Ffacebook.com%2Fortizv95[/a] <br>instagram | [a]https%3A%2F%2Finstagram.com%2Fortizv95[/a] <br>twitter | [a]https%3A%2F%2Ftwitter.com%2F_ortizv95[/a] <br>snapchat | ortizv95', 'https://i.ytimg.com/vi/bF7owvY64JE/maxresdefault.jpg', '', 'bF7owvY64JE', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Vanessa,Lynn,beauty week,10o beauty week,weight loss,how to lose fat,sauna benefits,sweat lodge,health benefits of a sauna,sauna therapy,vanessa lynn', '00:10:47', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(67, '2RQVBzta4e5dV6t', 1, 'GZxxYJ', 'Urvashi Rautela Workout Compilation in GYM | Beauty and Body Secrets', 'WATCH Urvashi Rautela Workout Compilation in GYM | Beauty and Body Secrets  <br> <br>Company: ViralBollywood Entertainment Private Limited <br>Website: [a]www.viralbollywood.com[/a] <br> <br>Facebook : [a]https%3A%2F%2Fwww.facebook.com%2Fviralbollywood[/a] <br>Youtube : [a]https%3A%2F%2Fwww.youtube.com%2Fviralbollywood[/a] <br>Twitter : [a]https%3A%2F%2Fwww.twitter.com%2Fviralbollywood[/a] <br>Google+ : [a]http%3A%2F%2Fgoogle.com%2F%2Bviralbollywood[/a] <br>Instagram : [a]http%3A%2F%2Finstagram.com%2Fviralbollywood[/a]', 'https://i.ytimg.com/vi/u9S7TjSyBmo/maxresdefault.jpg', '', 'u9S7TjSyBmo', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'urvashi rautela,urvashi rautela workout,urvashi rautela workout video,urvashi rautela hot,urvashi rautela workout in gym,urvashi rautela gym,urvashi rautela hot workout,urvashi rautela gym workout,urvashi rautela workout at gym,urvashi rautela workout videos,urvashi rautela hot workout in gym', '00:04:27', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(68, 'GYAgeDEJl51lIXD', 1, 'BrmtqV', 'After School&#039;s Beauty Bible - Summer body line project: 3rd week', '[After School&#039;s Beauty Bible - Summer body line project: 3rd week] <br>- For more info: [a]http%3A%2F%2Fkbsworld.kbs.co.kr%2Fprograms%2Fprograms_intro.html%3Fno%3D818[/a] <br>------------------------------------------------- <br>Subscribe KBS World Official YouTube: [a]http%3A%2F%2Fwww.youtube.com%2Fkbsworld[/a] <br>------------------------------------------------- <br>KBS World is a TV channel for international audiences provided by KBS, the flagship public service broadcaster in Korea.  Enjoy Korea&#039;s latest and most popular K-Drama, K-Pop, K-Entertainment &amp; K-Documentary with multilingual subtitles, by subscribing KBS World official YouTube. <br>------------------------------------------------ <br>대한민국 대표 해외채널 KBS World를 유튜브에서 만나세요. KBS World는 전세계 시청자에게 재미있고 유익한 한류 콘텐츠를 영어 자막과 함께 제공하는 No.1 한류 채널입니다. KBS World 유튜브 채널을 구독하고 최신 드라마, K-Pop, 예능, 다큐멘터리 정보를 받아보세요.  <br>------------------------------------------------ <br>[Visit KBS World Official Pages] <br>Homepage: [a]http%3A%2F%2Fwww.kbsworld.co.kr[/a]  <br>Facebook: [a]http%3A%2F%2Fwww.facebook.com%2Fkbsworld[/a] <br>Twitter: [a]http%3A%2F%2Ftwitter.com%2Fkbsworldtv[/a]  <br>Google+: [a]http%3A%2F%2Fplus.google.com%2F%2Bkbsworldtv[/a] <br>KakaoTalk: @kbs_world ([a]http%3A%2F%2Fplus.kakao.com%2Ffriend%2F%40kbs_world%29[/a]', 'https://i.ytimg.com/vi/Dv8Hg845ywY/maxresdefault.jpg', '', 'Dv8Hg845ywY', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'KBS,KBSWorld,Korea,실시간,인기,동영상,한국,엔터테인먼트,Entertainment,English,subtitle', '00:05:57', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(69, 'tc35tqDWZqMAzBu', 1, 'XzGs5i', 'Aslesha Thakuri gym workout for curves - Beauty Secret of Prem Geet 2 actress', 'Nutrients - being a vegetarian, Aslesha focuses on what she eats and makes sure she gets enough protein and minerals in her food. She prefers natural foods like dal to supplements. Rather than Protein Supplements, she eats a lot of soya and lintel foods.  <br> <br>Prem Geet 2 actress Aslesha Thakuri is a loves her body and works out in gym regularly. It has shown up in the curves in the body.', 'https://i.ytimg.com/vi/q1h1ZR2RKXo/maxresdefault.jpg', '', 'q1h1ZR2RKXo', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Aslesh Thakuri Gym,Aslesha Thakuri Beauty,Aslesha Thakuri body building,Aslesha Thakuri training,Aslesha Thakrui films,Aslesha Thakuri excercise,Aslesha nutriants,Aslesha protein supplements,Aslesha mineral supplements', '00:04:19', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(70, 'DRvFpyf3L5jTroU', 1, 'XAf94h', 'Fittest Couple in The World | Beauty and The Beast - Workout Motivation', 'Simeon Panda&#039;s channel: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FSim86[/a] <br>Chanel Coco Brown&#039;s channel: [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCqXN8I3uarfN0-Jn3CQlkMQ[/a] <br> <br>Music: <br>Syn Cole - Feel Good [NCS Release] [a]https%3A%2F%2Fyoutu.be%2Fq1ULJ92aldE[/a] <br>T-Mass &amp; Enthic - Can You Feel It [NCS Release] [a]https%3A%2F%2Fyoutu.be%2Fv4h-JW22YhM[/a] <br>Zaza - Be Together [NCS Release] [a]https%3A%2F%2Fyoutu.be%2FgEbRqpFkTBk[/a] <br>PlatinumEDM - Hearten | [a]https%3A%2F%2Fyoutu.be%2Frf95rw45x2M[/a] <br> <br>Similar videos you might enjoy: <br>Best Couple Workout motivation: [a]https%3A%2F%2Fyoutu.be%2FbBHxykzyloU[/a] <br>TOP 10 Best Abs: [a]https%3A%2F%2Fyoutu.be%2Fqs3_ARFUelg[/a]', 'https://i.ytimg.com/vi/gZy7Oz1QawU/mqdefault.jpg', '', 'gZy7Oz1QawU', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Fittest Couple in The World,fittest couple,fit couple,beauty and the beast,workout motivation,fitness motivation,gym motivation,excersise motivation,fit,couple,cute', '00:10:09', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(71, 'XPO7c8pXll2MsIE', 1, 'F9M6ZM', 'Jaclyn Smith Workout for Beauty &amp; Balance', '[a]https%3A%2F%2Fwww.truetvmovies.net%2F[/a] If you would like this movie or are looking for a rare movies. Trailers show quality of film available.', 'https://i.ytimg.com/vi/J_1s1WSBKqY/mqdefault.jpg', '', 'J_1s1WSBKqY', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Rare made for tv movies,Lifetime,Drama,DVD,VHS,Rare films,Hallmark,Based on a True Story', '00:13:42', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(72, 'nM2SCYP1FiC96fy', 1, '4Fa2Qp', '5 Min Flash Ab Workout w/ Beauty and The Fit - HASfit Abs Exercises - Abdominal Workouts', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fab%2F5-min-flash-ab-workout%2F[/a] for the workout&#039;s instructions <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material. <br>abdominal exercises,ab workout,ab exercises,ab workouts,abs workout,abs workouts,abs exercises,abdominal workout,abdominal workouts,abdominal exercise,ab exercise,abs exercise,abs work out,ab work out,abdominal work out,ab work outs,abs work outs,abdominal work outs,abs routine,ab routine,abdominal routine,ab routines,abs routines,abdominal routines,ab workout routine,abs workout routine', 'https://i.ytimg.com/vi/IqPn38dhT8g/mqdefault.jpg', '', 'IqPn38dhT8g', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'abdominal exercises,ab workout,ab exercises,ab workouts,abs workout,abs workouts,abs exercises,abdominal workout,abdominal workouts,abdominal exercise,ab exercise', '00:05:49', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(73, 'MOcpaRNLjUXwDvO', 1, 'DBXbtw', 'This Beauty Treatment Is A Workout For Your Face | Beauty Now | InStyle', 'FaceGym is a new studio that offers specialized workouts — for your face. There&#039;s slapping, massaging, and more to help tone and tighten. See it yourself! <br> <br>Don&#039;t forget to subscribe to InStyle on YouTube:  <br>[a]http%3A%2F%2Fwww.youtube.com%2Fsubscription_center%3Fadd_user%3Dinstyledotcom[/a] <br> <br>InStyle is the leading fashion, hair, makeup, and celebrity news site. See celebrity and runway photos, how-tos, and learn about the latest trends. <br> <br>For more makeup how to videos: [a]http%3A%2F%2Fbit.ly%2F1JMq4GH[/a] <br>For more fashion inspiration: [a]http%3A%2F%2Fbit.ly%2F1Nau7zf[/a]  <br> <br>Website: [a]http%3A%2F%2Fwww.instyle.com%2F[/a] <br>Facebook:  [a]https%3A%2F%2Fwww.facebook.com%2Finstyle[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Finstyle[/a]', 'https://i.ytimg.com/vi/EwQCfBXkdkQ/maxresdefault.jpg', '', 'EwQCfBXkdkQ', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'face gym,face gym locations,face gym noho,face gym nyc,exercise for your face,skin care,beauty,weird,funny,instyle,instyle magazine', '00:01:23', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);
INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(74, '3Gv52ewLt1HvCSL', 1, 'WdxOGX', '15 Min Toning Dumbbell Workout w/ Beauty and The Fit - HASfit Toning Exercises with Dumbbells', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit  [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fstrength-weight-training%2Ftoning-dumbbell-workout%2F[/a] for the workout&#039;s instructions, more videos, free meal plans, and other health tips. [a]http%3A%2F%2Fhasfit.com[/a] for the best free workout exercise routines for men and women at home or in gym.  <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material. <br> <br> <br>dumbbell workouts,dumbbell exercises,dumbbell workout,dumbell workouts,dumbell exercises,workouts with dumbbells,exercises with dumbbells,dumbell workout,dumbbells workout,dumb bell exercises,workout with dumbbells,dumbbells exercises,exercise with dumbbells,dumbbell exercise,workout dumbbells,exercise dumbbells,exercises dumbbells,toning workout,toning exercise,toning exercises,toning workouts', 'https://i.ytimg.com/vi/Fmo6alallBg/maxresdefault.jpg', '', 'Fmo6alallBg', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'dumbbell workouts,dumbbell exercises,dumbbell workout,dumbell workouts,dumbell exercises,workouts with dumbbells,exercises with dumbbells,dumbell workout,dumbbells workout,dumb bell exercises,workout with dumbbells', '00:15:06', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(75, 'gsMBpkCytXA2jz4', 1, 'pjmewz', 'Beach Beauty Workout - Booty and Abs', 'Trim and slim the ABS and tighten that BOOTY with this workout filmed in beautiful Big Island Hawaii! Get those abs and booty beach ready with this 10 minute toning workout. Find more workout motivation and information at [a]www.SummerGirlFitness.com.[/a]', 'https://i.ytimg.com/vi/UGlAXuhGxOU/maxresdefault.jpg', '', 'UGlAXuhGxOU', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Beach,Weight,Fitness,Loss,Exercise,Fitness (Magazine),Physical Exercise (Interest),Health (Industry),Fitness (Media Genre),Body,Muscle', '00:11:00', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(76, '8IKS1THeZDv9Kvv', 1, 'sdsEjS', '8 of the best sweat-ready workout beauty products', 'Beauty Expert Bahar Niramwalla joins us to tell us the best beauty products to use before your next visit to the gym! <br> <br>Cityline is the longest running and most successful daytime show for women in North American history. Host Tracy Moore brings her energy and enthusiasm along with her charismatic personality and flair for style - making her a perfect fit for North America&#039;s top source for the latest in home decor, food, entertaining, fashion, health and beauty. <br> <br>Visit [a]http%3A%2F%2Fcityline.tv[/a] for fresh lifestyle content you’ll love – including blogs, recipes, videos and more! <br> <br>Connect with us: <br>Twitter: @Cityline  <br>Facebook: [a]http%3A%2F%2Ffacebook.com%2Fcityline[/a]  <br>Instagram: @Cityline  <br>Pinterest: [a]http%3A%2F%2Fpinterest.com%2Fcityline[/a] <br> <br>Subscribe to Cityline on YouTube - [a]https%3A%2F%2Fgoo.gl%2FAI9BNO[/a] <br>Subscribe to the Cityline Newsletter - [a]https%3A%2F%2Fgoo.gl%2FJnjipv[/a]', 'https://i.ytimg.com/vi/xQvRjiF4p2Q/maxresdefault.jpg', '', 'xQvRjiF4p2Q', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'bahar niramwalla,cityline,tracy moore,makeup,style,fashion,beauty,hair and makeup,workout style,workout makeup,workout', '00:05:55', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(77, 'nNEq6ikTS3HaX8g', 1, 'j2gr1x', 'Gym/Workout Makeup   |   Emily Skye Beauty', '♥ HELLO SKYE BEAUTIES! ♥ <br>This is the Gym/Workout Look which also doubles as a ‘no makeup, makeup look’ I hope you like it &amp; thank you for watching☺ All the information you need to know is below ↓☟↓☟↓ Em xoxo <br> <br>•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• <br> <br>☼ L I N K S  <br> <br>BEAUTY FACEBOOK : [a]https%3A%2F%2Fwww.facebook.com%2Femilyskyebeauty[/a] <br>BEAUTY INSTAGRAM : [a]https%3A%2F%2Finstagram.com%2Femilyskyebeauty%2F[/a] <br>FITNESS FACEBOOK : [a]https%3A%2F%2Fwww.facebook.com%2Femilyskyemodel[/a] <br>FITNESS INSTAGRAM :  [a]https%3A%2F%2Finstagram.com%2Femilyskyefit%2F[/a] <br>MY WEBSITE : [a]https%3A%2F%2Fwww.emilyskye.com[/a] <br>SNAPCHAT : Emilyskyefit <br> <br>•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• <br> <br>☼ P R O D U C T S .   U S E D  <br> <br>MAC – Prep + Prime Fix + <br>Loreal – Nude Magique BB Cream in Medium  <br>Maybelline – Fit Me Concealer in #25 <br>Sigma – 3DHD Precision Concealer Brush <br>Laura Mercier - Loose Setting Powder  <br>Sigma – Larger Powder Brush F30 <br>E.L.F - Studio Contouring Blush &amp; Bronzing Powder in St. Lucia <br>Anastasia Beverly Hills – Brow Wiz Soft Brown  <br>Anastasia Beverly Hills – Clear Brow Gel <br>Too Faced – Better than Sex Mascara <br>Revlon – ColorBurst Balm Stain in Honey Douce <br> <br>•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• <br> <br>☼ B U S I N E S S .  E N Q U I R I E S  <br> <br>beauty@emilyskye.com <br> <br>••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••', 'https://i.ytimg.com/vi/eEZz_mmxhho/mqdefault.jpg', '', 'eEZz_mmxhho', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Cosmetics (Quotation Subject),Beauty (Quotation Subject),Beauty Tips,Makeup Artist (Profession),Tutorial,Look,gym makeup,Eye,workout makeup,no makeup makeup,Gym makeup tutorial', '00:09:42', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(78, 'yFRgsnnCrTJU57p', 1, '7w9Hiq', 'BEAUTY WORKOUT ♥︎ Glamour Makeup', 'Voor deze glamour make-up look heb ik vooral de focus gelegd op mijn ogen. Ik hoop dat je het leuk vind! Laat me vooral weten wat je nog meer zou willen zien! <br> <br>____________________________________________________________________ <br> <br>Ik gebruik de volgende producten: <br>DAYCREAM: La Mer <br>FOUNDATION: M.A.C. sculpt nr. 42 &amp; Charlotte Tilbury magic foundation 3.5 fair <br>CONCEALER: M.A.C. creamy concealer nr. NC15 &amp; NC35 <br>POWDER: M.A.C. translucent powder <br>SHAPING: Pupa conturing and strobing #readyforselfie <br>BRONZING: Chanel les beiges nr. 50 <br>BLUSH: Pupa like a doll nr. 201 <br>HIGHLIGHTER: M.A.C. soft and gentle <br>BROWS: M.A.C. Lingering brow pencil <br>EYESHADOW: Viseart brown palette &amp; M.A.C. dusky rose times nine <br>EYELINER: Lancôme artliner black <br>FAKE LASHES: Makeupstudio 25 &amp; DUO black glue <br>MASCARA: L’oreal miss baby roll black <br>KOHL PENCIL: Lancôme black <br>LIP PENCIL: M.A.C. boldly bare <br>CURLING IRON: Balmain 3.5 inch <br> <br>____________________________________________________________________ <br> <br>INSTAGRAM: [a]http%3A%2F%2Fwww.instagram.com%2Fxellycvk[/a]', 'https://i.ytimg.com/vi/dcsHNpGYlnk/maxresdefault.jpg', '', 'dcsHNpGYlnk', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'glamour,makeup,tutorial,howto,glam', '00:35:58', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(79, 'KXBdF2BO87h1yh2', 1, '7wgUYV', 'Deepika Padukone Workout Routine Beauty |Diet &amp; Fitness Secrets |', 'Deepika padukone workout <br> <br>Watch latest Bollywood gossip videos, latest Bollywood news and behind the scene Bollywood Masala. For interesting Latest Bollywood News subscribe to Biscoot TV now : [a]http%3A%2F%2Fwww.youtube.com%2FBiscootTV[/a] <br> <br>Like us on Facebook <br>[a]https%3A%2F%2Fwww.facebook.com%2FBiscootLive[/a] <br> <br>Follow us on Twitter <br>[a]http%3A%2F%2Fwww.twitter.com%2FBiscootLive[/a] <br> <br>For Latest Bollywood News Subscribe us on Youtube  <br>[a]http%3A%2F%2Fwww.youtube.com%2Fc%2FBiscootTV[/a] <br> <br>Circle us on G+  <br>[a]https%3A%2F%2Fplus.google.com%2F%2BBiscootLive[/a] <br> <br>Find us on Pinterest <br>[a]http%3A%2F%2Fpinterest.com%2FBiscootLive[/a]', 'https://i.ytimg.com/vi/v3VZDxnM73k/maxresdefault.jpg', '', 'v3VZDxnM73k', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'bollywood news,bollywood news in hindi,bollywood box office,bollywood actress,latest bollywood news,bollywood gossip,bollywood news and gossip,Deepika padukone workout,deepika padukone diet,deepika padukone diet plan,deepika padukone', '00:04:59', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(80, '8CGS7YGQkbHB2fO', 1, 'FPGHAx', 'INTENSE Surf Workout!! (Beauty Trippin)', 'Watch last week’s episode aka MASSAGED BY FEET!? ►► https://www.youtube.com/watch?v=zcvqHf-h9HM&amp;t=24s <br>SUBSCRIBE for MORE beauty WEIRDNESS ►► [a]http%3A%2F%2Fbit.ly%2FSubClevverStyle[/a] <br>  <br>This week the girls try to hang ten &amp; hang in there as they experience the Surfset workout at Sandbox Fitness.  It was SO much harder than it looked, and that’s saying a lot considering how many times Lily &amp; Erin fall off their boards.  Cowabunga Dudes!! <br> <br>Our teacher Katie was the coolest!  Get info on her classes here: [a]http%3A%2F%2Fsandbox-fitness.com[/a] <br> <br> <br>Talk to the girls about the episode! <br>[a]http%3A%2F%2Ftwitter.com%2Flily_marston[/a] <br>[a]http%3A%2F%2Ftwitter.com%2Fheyerinrobinson[/a] <br>[a]http%3A%2F%2Finstagram.com%2Flily_marston[/a] <br>[a]http%3A%2F%2Finstagram.com%2Fheyerinrobinson[/a] <br> <br>For More Clevver: <br> <br>[a]http%3A%2F%2Fwww.clevver.com[/a] <br>Like us on Facebook: [a]http%3A%2F%2Ffacebook.com%2FClevverTV[/a] <br>Follow us on Twitter: [a]http%3A%2F%2Ftwitter.com%2FClevverTV[/a] <br>Keep up with us on Instagram: [a]http%3A%2F%2Finstagr.am%2FClevver[/a] <br>Add us to your circles on Google+: [a]http%3A%2F%2Fgoogle.com%2F%2BClevverTV[/a] <br>Find us on Snapchat: Clevvertv', 'https://i.ytimg.com/vi/ZClK5WwpeQs/maxresdefault.jpg', '', 'ZClK5WwpeQs', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Surf Workout,Surfboard workout,surfboard exercise,surfboard clevver,surfset,sandbox fitness,weird,strange,beauty break clevver,clevver beauty break,clevver beauty trippin', '00:13:11', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(81, 'po3yDAkPDjAFxKx', 1, 'rKzqYi', '7 Minute Abs and Arms Workout w/ Beauty and The Fit - HASfit Ab Exercises and Arm Workouts', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fabs%2Fabs-and-arms-workout%2F[/a] for the workout&#039;s instructions <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material. <br> <br>abs and arms workouts,abs and arms exercise,abs and arms exercises,ab and arm workouts,ab and arm workouts,ab and arm exercise,ab and arm exercises,ab workout,abs workout,ab exercise,abs exercise,ab workouts,abs workouts,abs exercises,ab exercises arm workout,arms workout,arm workouts,arms workouts,arm exercise,arms exercise', 'https://i.ytimg.com/vi/wa-q72V4yEg/mqdefault.jpg', '', 'wa-q72V4yEg', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'abs and arms workouts,abs and arms exercise,abs and arms exercises,ab and arm workouts,ab and arm exercise,ab and arm exercises,ab workout,abs workout,ab exercise,abs exercise,ab workouts', '00:07:19', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(82, 'aCwmXiRWSj7qQaf', 1, 'VJ52lb', '12 Min Extreme Abs Workout w/ Zachary Fiorido’s Beauty and the Fit - Extreme Ab Workouts at Home', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Click here to get Zach&#039;s Free 28 Day Workout Calendar [a]www.freeworkoutcalendar.com[/a] <br> <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com[/a] for free workouts <br> <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material. <br> <br>extreme ab workouts,extreme abs workout,extreme ab workout extreme abs,extreme ab exercises,abdominal workout,abs workout for men,abdominal exercises,abs workout for women,abs workout at home,ab workout for women hiit abs,workout abs,ab workout with weights,intense ab workout,ab exercises,ab workout,abs workout,ab workout at home,ab exercises for women,ab workout for men,workouts for abs,workout to get abs,extreme abdominal exercises,extreme abdominal workouts,extreme abs exercises extreme ab exercise,extreme ab,extreme abdominal workout,extreme abs workouts,extreme abs exercise,extreme abdominal', 'https://i.ytimg.com/vi/G2BUhjfG438/maxresdefault.jpg', '', 'G2BUhjfG438', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'extreme ab workouts,extreme abs workout,extreme ab workout extreme abs,extreme ab exercises,abdominal workout,abs workout for men,abdominal exercises,abs workout for women,abs workout at home,ab workout for women hiit abs,workout abs', '00:13:21', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(83, 'DuJsMrvDDglClKA', 1, 'z5JrOL', 'I Got A Face Gym Workout Facial For $325 | Beauty With Mi | Refinery29', 'On this week&#039;s Beauty With Mi, our host, Mi-Anne Chan heads to FaceGym for the Skin IV facial. This treatment specializes is muscle manipulation and is unlike any facial that Mi-Anne has had before! Press play on this episode of Beauty With Mi to watch Mi get her face worked out!  <br> <br>[a]https%3A%2F%2Fwww.facegym.com%2F[/a] <br>Check out the Gua Sha tool here: [a]https%3A%2F%2Ffave.co%2F2QsQ0Oo[/a] <br> <br>ABOUT SERIES <br>Explore the craziest trends, most unique treatments, newest products, and strangest subcultures in the beauty world alongside Refinery29’s very own beauty writer, Mi-Anne Chan. We dare to find and try the fringes of beauty — for better or worse. <br> <br>ABOUT REFINERY29  <br>Refinery29 is a modern woman&#039;s destination for how to live a stylish, well-rounded life. [a]http%3A%2F%2Frefinery29.com%2F[/a] <br> <br>RELATED CONTENT <br>I Froze My Face For $400 <br>[a]https%3A%2F%2Fyoutube.com%2Fwatch%3Fv%3D5qEKcD3-J7o[/a] <br>I Dyed My Virgin Hair For The First Time <br>[a]https%3A%2F%2Fyoutube.com%2Fwatch%3Fv%3D_GcsQuOGPPk[/a] <br>I Tried This Terrifying Facial <br>[a]https%3A%2F%2Fyoutube.com%2Fwatch%3Fv%3DkUSFXFYEXa8[/a] <br> <br>SEE MORE REFINERY29 VIDEOS <br>[a]http%3A%2F%2Frefinery29.com%2F[/a]video <br> <br>SUBSCRIBE TO REFINERY29 <br>Subscribe to the Refinery29 channel: [a]http%3A%2F%2Fbit.ly%2Fsubscribe-to-r29[/a] <br>For the latest trends and videos, visit: [a]http%3A%2F%2Frefinery29.com[/a] <br>Like Refinery29 on Facebook: [a]https%3A%2F%2Ffacebook.com%2Frefinery29[/a] <br>Follow Refinery29 on Twitter: [a]https%3A%2F%2Ftwitter.com%2Frefinery29[/a] <br>Heart Refinery29 on Instagram: [a]https%3A%2F%2Finstagram.com%2Frefinery29%2F[/a] <br> <br>TALENT <br>Follow FaceGym on Instagram: [a]https%3A%2F%2Finstagram.com%2FFaceGym%2F[/a] <br>Follow Mi-Anne Chan on Instagram: [a]https%3A%2F%2Finstagram.com%2Fmianne.chan%2F[/a] <br>Follow Unbothered on Instagram: [a]https%3A%2F%2Finstagram.com%2Fr29unbothered%2F[/a] <br>Follow OnHerTurf on Instagram: [a]https%3A%2F%2Finstagram.com%2Fonherturf%2F[/a] <br>Follow Refinery29 on Instagram: [a]https%3A%2F%2Finstagram.com%2Frefinery29%2F[/a]', 'https://i.ytimg.com/vi/_K_efZxBpuQ/maxresdefault.jpg', '', '_K_efZxBpuQ', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'refinery29,refinery 29,r29,r29 video,video,refinery29 video,female,empowerment,beauty with mi,new york city,mi-anne chan', '00:06:57', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(84, 'mcg2HUd9RLhwZpi', 1, 'PoDL34', 'Beauty and fitness secret of Tulsi Gabbard | workout exercise |', 'Beauty and fitness secret of Tulsi Gabbard | workout exercise |. She shared her workout video on twitter. The 2020 presidential campaign of Tulsi Gabbard, the U.S. Representative for Hawaii&#039;s 2nd congressional district, began on January 11, 2019 If Gabbard were to win, she would become the first female, Hindu, and Samoan president in American history, and would be the youngest person to ever hold the office at the age of 39.  Tusi tulsi gabbard, hawaii, congresswoman, health and fitness, beauty of tulsi gabbard, #muslimyogi, #workoutoftulsigabbard, beauty and fitness of tulsi gabbard, health and fitness of tulsi gabbard, #fitnessoftulsigabbard, #tulsi2020, #tulsigabbard, TulsiGabbard is a capoeira practitioner. #TulsiFitness #Tulsi2020', 'https://i.ytimg.com/vi/iL3qAUkAZ6I/mqdefault.jpg', '', 'iL3qAUkAZ6I', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'tulsi gabbard,hawaii,secrets of beuty and fitness of tulsi gabbard,congresswoman,health and fitness,tulsi gabbard work out video,tulsi 2020,united states,tulsi gabbard debate,democrats,kamala harris', '00:01:05', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(85, 'aV8Y7wSIu5YTjvn', 1, 'ZW4AxN', '6 Minute Plank Workout w/ Beauty and The Fit - HASfit Planks Exercise - Plank Exercises Routine', 'Subscribe to Zachary: [a]http%3A%2F%2Fwww.youtube.com%2Fsubscription_center%3Fadd_user%3Dzacharyfiorido[/a]  <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fab%2F6-minute-plank-workout%2F[/a] for the workout&#039;s instructions <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material. <br> <br>plank exercise, <br>planks exercise, <br>plank exercises, <br>planks exercises, <br>plank workout, <br>workout plank, <br>plank workouts, <br>plank work out, <br>workout plank exercise, <br>plank ab exercises, <br>plank ab exercise, <br>ab exercise plank, <br>plank exercise routine, <br>plank workout routine', 'https://i.ytimg.com/vi/0IbFRwIJgH8/mqdefault.jpg', '', '0IbFRwIJgH8', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'plank exercise,planks exercise,plank exercises,planks exercises,plank workout,workout plank,plank workouts,plank work out,workout plank exercise,plank ab exercises,plank ab exercise', '00:10:05', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(86, 'bZwt4yo8qVQk14h', 1, 'Sfofyf', '12 Minute Pilates Abs Workout w/ Beauty and The Fit - Pilates Core Exercises Workout', 'Subscribe to Zachary: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FZacharyFiorido[/a] <br>Follow on Instagram: [a]http%3A%2F%2Fwww.instagram.com%2Fzacharyfiorido[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fab%2F12-minute-pilates-abs-workout%2F[/a] for the workout&#039;s instructions, more videos, free meal plans, and other health tips. [a]http%3A%2F%2Fhasfit.com[/a] for the best free pilates abs workout, pilates ab exercises, pilates core exercises, pilates ab workout, pilates core workout, pilates abs workouts.  <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/Cl9NgK4ZOqs/mqdefault.jpg', '', 'Cl9NgK4ZOqs', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'pilates abs,pilates core exercises,pilates ab exercises,pilates ab workout,pilates core,pilates core workout,pilates abs workout,pilates ab workouts,pilates abs exercises,pilates ab,pilates ab exercise', '00:12:36', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(87, 'wjCQGjTC4fbjZiW', 1, 'QbF377', 'Workout Beauty - Pamela Reif', 'Turn on my post notifications!  <br> <br>Directed and edited by; Kevin Ostaj <br>Shot on; Canon 1DX ii <br> <br>FOLLOW ME: <br> <br>- Instagram - [a]http%3A%2F%2Finstagram.com%2Fkevinostaj[/a] <br>- Website - [a]http%3A%2F%2Fwww.kevinostaj.com[/a] <br>- Facebook - [a]http%3A%2F%2Ffacebook.com%2Fkevinostaj[/a] <br> <br>Pamela Reif <br>➞ PAMSTRONG [a]https%3A%2F%2Fwww.pamstrong.com%2F[/a] <br>➞ Blog [a]http%3A%2F%2Fwww.aboutpam.com%2F[/a] <br>➞ Instagram [a]http%3A%2F%2Fwww.instagram.com%2Fpamela_rf%2F[/a] <br>➞ Snapchat @pamela_rf1', 'https://i.ytimg.com/vi/XiAw5H3h1Ds/maxresdefault.jpg', '', 'XiAw5H3h1Ds', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'pamela reif,workout,athlete,puma,gym,abs,reif,fitness,fit,abdominal,muscles', '00:01:28', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(88, 'o6YOUVs396Db3ba', 1, 'v7TdDR', '5 Minute Ab Workout w/ Beauty and The Fit - HASfit Abs Exercise Routine for Men and Women', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fab%2F5-minute-ab-workout%2F[/a] ‎ for the workout&#039;s instructions <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/EDoAmbGSsws/mqdefault.jpg', '', 'EDoAmbGSsws', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'abdominal exercises,ab workout,ab exercises,ab workouts,abs workout,abs workouts,abs exercises,abdominal workout,abdominal workouts,abdominal exercise,ab exercise', '00:05:49', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(89, 'IXxaCRbSpJAWLxu', 1, 'a5DK1J', 'Quick 6 Minute Abs Workout w/ Beauty and The Fit - HASfit Abdominal Exercises Routine', 'Subscribe to Zachary: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FZacharyFiorido[/a] <br>Follow on Instagram: [a]http%3A%2F%2Fwww.instagram.com%2Fzacharyfiorido[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Music Provided by Ken Waters <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FKenWatersMusic[/a] <br>Music: [a]http%3A%2F%2Fwww.youtube.com%2Fuser%2FKenWatersMusic[/a] <br>Soundcloud: [a]http%3A%2F%2Fsoundcloud.com%2Fkenwatersmusic[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fab%2Fquick-6-minute-abs-workout%2F[/a] for the ab workouts instructions, more videos, free meal plans, and other health tips. [a]http%3A%2F%2Fhasfit.com[/a] for the best free abdominal exercises, ab workout, ab exercises, ab workout, abs workouts, abs exercises, abdominal workout, abdominal workouts abdominal exercise, ab exercise, abs exercise, abs work out, abs routine, ab routine.  <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/FIb3_hZA6kQ/maxresdefault.jpg', '', 'FIb3_hZA6kQ', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'abdominal exercises,ab workout,ab exercises,ab workouts,abs workout,abs workouts,abs exercises,abdominal workout,abdominal workouts,abdominal exercise,ab exercise', '00:07:37', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(90, 't1OmV5W9bMNG2Zm', 1, 'mILtxB', '? Beauty &amp; Spa Routine at Home ? (Workout, Haarentferunung,Masken) -Adorable Caro', 'heeyyy babes!! <br> <br>Wie hat euch das Video gefallen? 💕 <br>-AC <br> . . . . . . . . . . . . . . . . . . . . . . . . . .  <br> <br>Mehr Infos zum Philips Lumea Prestige IPL: <br> <br>[a]https%3A%2F%2Fwww.philips.de%2Fc-m-pe%2Fhaarentfernung%2Flumea-ipl%3Forigin%3D17_de_de_19fydeconsistency_influencer___arodable_caro_[/a] <br> <br> . . . . . . . . . . . . . . . . . . . . . . . . . .  <br> <br>-Equipment <br> <br>Vlog Kamera*: [a]https%3A%2F%2Famzn.to%2F2J15SVX[/a] <br>Kamera*: [a]https%3A%2F%2Famzn.to%2F2PErcTN[/a] <br>Mikrofon*: [a]https%3A%2F%2Famzn.to%2F2yNvJvE[/a] <br>Stativ*: [a]https%3A%2F%2Famzn.to%2F2J2SUqH[/a] <br>Laptop*: [a]https%3A%2F%2Famzn.to%2F2ED7VkD[/a] <br>. . . . . . . . . . . . . . . . . . . . . . . . .  <br> <br>Die mit * gekennzeichneten Links sind Affiliate Links, die mit dem Partnerprogramm von Amazon zusammenhängen. Diese dienen zur Orientierung und schnellem finden der Produkte und werden je nach Erfolg mit einer Provision ausgezahlt falls diese genutzt werden <br> <br>________ <br>Das Video ist von Philips gesponsert', 'https://i.ytimg.com/vi/P-F7qb7YAhQ/mqdefault.jpg', '', 'P-F7qb7YAhQ', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'adorable caro,adorable caro spa day,adorable caro beauty day,adorable caro beuaty day at home,adorable caro spa day at home,haarentfernung,phillips lumea,IPL Lumea Prestige,adorable caro philips,adorable caro philips lumea ipl prestige', '00:11:01', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);
INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(91, 'nIcGqw41B7OKaRQ', 1, 'cdiWrO', 'HOME WORKOUT ROUTINE: WHAT I EAT IN A DAY + BEAUTY ft. YesStyle', 'Ciao ragazzi eccomi con una nuova Routine e questa volta voglio mostrarvi tutto quello che faccio nella mia Home Workout Routine! XOXO by Super Anto! :) <br> <br>I&#039;ve partnered with YesStyle for this Korean beauty box review! #YesStyle #YesStyleTop50 <br>YesStyle Website: [a]https%3A%2F%2Fwww.yesstyle.com%2Fen%2Fhome.html[/a] <br>10% off for orders over US$49 with code &quot; YS50RAVEDOLL &quot;! <br>Free International Shipping! <br> <br>This video is sponsored by YesStyle. #ad   <br> <br>KEEP COOL - Soothe Bamboo Toner <br> <br>https://www.yesstyle.com/en/keep-cool-soothe-bamboo-toner-small-160ml/info.html/pid.1074978069?utm_medium=influencer&amp;utm_source=yt&amp;utm_campaign=top50&amp;utm_term=ravedoll <br> <br>LIFETRONS - Eye Massager With Negative Ion Technology <br> <br>https://www.yesstyle.com/en/lifetrons-eye-massager-with-negative-ion-technology-1-pc/info.html/pid.1070742069?utm_medium=influencer&amp;utm_source=yt&amp;utm_campaign=top50&amp;utm_term=ravedoll <br> <br>I&#039;m from - Ginseng Eye Cream <br> <br>https://www.yesstyle.com/en/im-from-ginseng-eye-cream-30g/info.html/pid.1076391426?utm_medium=influencer&amp;utm_source=yt&amp;utm_campaign=top50&amp;utm_term=ravedoll <br> <br>Benton - Snail Bee Ultimate Hydrogel Eye Patch <br> <br>https://www.yesstyle.com/en/benton-snail-bee-ultimate-hydrogel-eye-patch-60patches/info.html/pid.1074952625?utm_medium=influencer&amp;utm_source=yt&amp;utm_campaign=top50&amp;utm_term=ravedoll <br> <br>MAXCLINIC - Cassage Lifting Stick <br> <br>https://www.yesstyle.com/en/maxclinic-cassage-lifting-stick-23g/info.html/pid.1075338549?utm_medium=influencer&amp;utm_source=yt&amp;utm_campaign=top50&amp;utm_term=ravedoll <br> <br>COSRX - AC Collection Blemish Spot Clearing Serum Kit <br> <br>https://www.yesstyle.com/en/cosrx-ac-collection-blemish-spot-clearing-serum-kit-5pcs/info.html/pid.1077639015##productanchor?utm_medium=influencer&amp;utm_source=yt&amp;utm_campaign=top50&amp;utm_term=ravedoll <br> <br>❤️ ISCRIVITI AL MIO SECONDO CANALE: [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCzig_-A_lckYeMs6FTbbMPQ[/a] <br> <br>❤️ ISCRIVITI: [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUC-_fYeOfz6ZYGy_WsO7jdxQ%2Ffeatured[/a] <br> <br>❤️ 3 IDEE PIADIPIZZA GUSTOSISSIME: [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dg_e26pZVgOk[/a] <br> <br>❤️ 3 IDEE FAVOLOSE HUMMUS FATTO IN CASA: [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_llBdN4-c84[/a] <br> <br>❤️ FORMAGGIO SPALMABILE FATTO IN CASA: [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DzKfFKjowYUs[/a] <br> <br>❤️ IL MIO SHOP: [a]http%3A%2F%2Fwww.ravedoll.com%2F[/a] <br> <br>❤️ FACEBOOK: [a]https%3A%2F%2Fwww.facebook.com%2Fravedollshop%2F%3Ffref%3Dts[/a] <br> <br>❤️ INSTAGRAM: [a]https%3A%2F%2Fwww.instagram.com%2Fravedoll_life%2F[/a]', 'https://i.ytimg.com/vi/gIaGVZULw1U/maxresdefault.jpg', '', 'gIaGVZULw1U', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'ravedoll,ravedoll shop,antonella ravedoll,anto ravedoll,ricette facili,ricette veloci,ricette vegetariane,ricette vegane,come cucinare,makeup,moda capelli', '00:07:38', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(92, 'theLK5dlPVRkNqo', 1, 'H4qvmB', '10 Min Butt &amp; Inner Thigh Workout w/ Beauty and The Fit - HASfit Inner Thigh Exercises Glute', 'Subscribe to Zachary: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FZacharyFiorido[/a] <br>Follow on Instagram: [a]http%3A%2F%2Fwww.instagram.com%2Fzacharyfiorido[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fhome-legs%2Finner-thigh-workout%2F[/a] for the butt and inner thigh workouts instructions, more videos, free meal plans, and other health tips. [a]http%3A%2F%2Fhasfit.com[/a] for the best free inner thigh workout, inner thigh exercises, inner thigh workouts, inner thigh exercise, inner thighs workout, toning inner thighs, inner thighs exercises, butt workouts, butt exercises, glute exercises, butt workout, glute workouts, butt exercise, booty workout, booty workouts, butt work outs, glute workout.  <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/QngX_rNm9Jw/mqdefault.jpg', '', 'QngX_rNm9Jw', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'inner thigh workout,inner thigh exercises,inner thigh workouts,inner thigh exercise,inner thighs workout,toning inner thighs,inner thighs exercises,inner thighs exercise,slimming inner thighs,butt workouts,butt exercises', '00:12:58', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(93, 'Pvi5L8XhaILlP2V', 1, 'cvIh1X', 'KAISA KERANEN - Fitness Beauty: Women&#039;s Strength Training, Gym Workout Routines @ USA', 'KAISA KERANEN in fitness exercises for legs, thighs, abdomen, butt, arms and shoulders, to get a perfect and fit body. <br> <br>Fitness motivation, bodybuilding and gym training for women. Exercises for belly, arm, shoulder, back, buttock, leg and calf, that burn calories and tone muscles. <br> <br>Subscribe on MY FITNESS GIRLS for more fitness videos: [a]http%3A%2F%2Fgoo.gl%2FHuIKDN[/a] <br> <br>----- <br> <br>Exercises and Workouts by beautiful models and athletes like: NICOLE MEJIA, KATY HEARN, EMILY SKYE, NATALIE JILL, AMANDA ELISELEE, SUMEET SAHNI, JANE CAMPBELL, WHITNEY SIMMONS, JULIE FLEMING, ASHLEY BARRON, DANIELLE EELLS, AMANDA BUCCI, TEAGAN MARIE and others. <br> <br>Watch other fitness videos: <br> <br>WOMEN&#039;S ARM, SHOULDER &amp; BACK WORKOUTS - Upper Body Workout For Women <br>[a]https%3A%2F%2Fyoutu.be%2F567EPfBiI-I[/a] <br> <br>NICOLE MEJIA - Fitness &amp; Bikini Model: Exercises to Build Sexy Curves @ USA <br>[a]https%3A%2F%2Fyoutu.be%2F-AoYQSOPVXY[/a] <br> <br>NATHALIE LEBANESE - Get Strong, Fast, and Ripped: Exercises and Workout @ Italy <br>[a]https%3A%2F%2Fyoutu.be%2FQXVP264_18A[/a] <br> <br>CAMILLE LEBLANC-BAZINET - CrossFit Athlete: CrossFit Training Video @ Canada <br>[a]https%3A%2F%2Fyoutu.be%2FiSDo0oqTY9Y[/a] <br>BROOKE WELLS - CrossFit Athlete: Workout to Build Strength and Endurance @ USA <br>[a]https%3A%2F%2Fyoutu.be%2FQLZ2HlEtc3o[/a] <br> <br>KATY HEARN - Fitness Model: Total Body Workouts for Women to Build Muscle @ USA <br>[a]https%3A%2F%2Fyoutu.be%2F7tixMM3C9RU[/a] <br> <br>EMILY SKYE - Fitness Model: At-Home Exercises - Strength training for the entire body @ Australia <br>[a]https%3A%2F%2Fyoutu.be%2FYTTMJv9D9c4[/a] <br> <br>Find the best videos from Butt Workout, Thigh Workout, Butt Lift and Slim Thigh Workout, Grow a Booty Workout, Build a Booty, Thigh Toning, Fitness Routine, Bigger Butt and Glutes Workout in MY FITNESS GIRLS ([a]https%3A%2F%2Fwww.youtube.com%2Fuser%2Fmyfitgirls%29.[/a]', 'https://i.ytimg.com/vi/XsquqSfeWEQ/mqdefault.jpg', '', 'XsquqSfeWEQ', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'Myfitgirls,Abdominal Exercise,Exercise,Hamstring Muscle,International Federation Of Bodybuilding Fitness Organization,Quadriceps Femoris Muscle,Toning Exercises,Weight Loss Symptom,Workout,Yoga (Sport),Pole Dance (Sport)', '00:16:56', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(94, 'TfBAT2pXCVlyHAu', 1, 'iMpOIb', 'Fresh and Easy Workout Beauty Look #KathXHappySkin', 'The perfect workout makeup? Check out Arisse De Santos step by step tutorial to achieving her fresh makeup look when she goes to the gym! It’s the perfect makeup routine if you want to look glowing without looking too made up (smiley) Visit happyskincosmetics.com to add these products to your cart! #KathXHappySkin', 'https://i.ytimg.com/vi/PPQdACfzKsI/maxresdefault.jpg', '', 'PPQdACfzKsI', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, '', '00:05:28', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(95, 'vZpl6nVRIkbiaUD', 1, 'qAyEqO', '10 Min Upper Body Barre Workout at Home w/ Zachary Fiorido’s Beauty and the Fit - Pure Barre Method', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Click here to get Zach&#039;s Free 28 Day Workout Calendar [a]www.freeworkoutcalendar.com[/a] <br> <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fhome-upper-body%2F10-min-upper-body-barre-workout-at-home%2F[/a] for the workout&#039;s instructions <br> <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/IKFV2ttuayc/maxresdefault.jpg', '', 'IKFV2ttuayc', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'pure barre,bar method,barre method,barre workout,barre workouts,barre fitness,barre exercises,pure barre workout,bar workout,barre exercise,pure barre class', '00:12:18', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(96, '3fvjIPhz9Yt8q3g', 1, 'UFFOBv', '7 Min Toning Barre Arm Workout at Home w/ Beauty and The Fit - Pure Barre Method Workout for Arms', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fhome-arms%2Fbarre-arm-workout%2F[/a] for the workout&#039;s instructions <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material. <br> <br>pure barre,bar method,barre method,barre workout,barre workouts,barre fitness,barre exercises,pure barre workout,bar workout,barre exercise,pure barre class,barre workout at home,barre method workout,bar method workout,barre arm workout,pure barre arm workout,barre arm exercises,pure barre arm exercises,bar method arm workout,bar arm workout,barre at home,pure barre exercise,pure barre exercises,pure barre at home,barre workout class,pure barre workout at home,pure barre workouts', 'https://i.ytimg.com/vi/USWwphA_Ttg/maxresdefault.jpg', '', 'USWwphA_Ttg', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'pure barre,bar method,barre method,barre workout,barre workouts,barre fitness,barre exercises,pure barre workout,bar workout,barre exercise,pure barre class', '00:08:45', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(97, '5TK2TUKhNkyIeEs', 1, 'TNmWhj', 'Sport, girls, beauty, workout. (Ekaterina)', '', 'https://i.ytimg.com/vi/edalTw1aRN0/maxresdefault.jpg', '', 'edalTw1aRN0', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, '', '00:00:46', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(98, 'O89GPFymRWwPTPK', 1, 'kGkBBg', 'Post Workout Skin Routine | Beauty Prep School | Refinery29', 'Click play to get the lowdown for skin that won&#039;t quit — even if your thighs do. We can&#039;t all look like a celebrity when we leave the gym. When we hop off that treadmill, our skin is not lit with a dewy glow. No. It&#039;s red and blotchy and looking for cover-up. But, makeup plus sweat equals a prime breeding ground for breakouts, and nobody wants that. <br> <br>So, we worked out a simple, foolproof way to keep our skin clear and luminous before, during, and after the gym with a few key AVEENO® products.  <br> <br>Music by Spaceship:  [a]https%3A%2F%2Fitunes.apple.com%2Fus%2Falbum%2Fsweet-marie-bee-single%2Fid892627830[/a]', 'https://i.ytimg.com/vi/V_EstntLyek/maxresdefault.jpg', '', 'V_EstntLyek', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'post workout,skin routine,beauty,beauty routine,skin care,beauty prep schoo;,rfinery29,lowdown,celebrity,leave the gym,hop off that treadmill', '00:01:02', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(99, '9CYwn6B7EKu7psm', 1, 'MFx8wv', 'Coronavirus Quarantine Evening Routine | Workout | Recipe | Beauty | Devon Windsor', 'Hi guys! I hope everyone is staying safe and healthy. I asked you guys what kind of content you would like to see during this social distancing period, and the most requests were for recipes, workouts and beauty routines! So I figured I would make a vlog featuring just that! I hope this is a fun little distraction from what’s happening in our world with the Covid-19 virus right now. Let me know if you have any more questions or suggestions! <br>Stay safe, <br>Xx <br>Dev  <br> <br>To Shop the Products I used in this vlog-  <br> <br>•  Dr. Barbara Sturm Enzyme Cleanser- [a]https%3A%2F%2Frstyle.me%2F%2BU4WMuhgcSU-fsnZ7e-idVg[/a] <br> <br>•  Fresh Body Wash- [a]https%3A%2F%2Frstyle.me%2F%2BKu7bWAU_HGyWtrppOQxUXw[/a]  <br> <br>•  Loofah- [a]https%3A%2F%2Frstyle.me%2F%2BoWjLF5zdHhsBNGGtZaFyoA[/a] <br> <br>•  Anese Booty Scrub- [a]https%3A%2F%2Frstyle.me%2F%2BNy5JJeDKLnIcsYR-7qzqnw[/a] <br> <br>•  Baja Zen CocoGlow Body Buff Scrub- [a]https%3A%2F%2Frstyle.me%2F%2BK_zUTmmC6f4C9D-5VmvtAA[/a]  <br> <br>•  FasciaBlaster- [a]https%3A%2F%2Frstyle.me%2F%2BCiLygEfOg5hv3XT0xCb88w[/a] <br> <br>•  Female Hygiene Wash- [a]https%3A%2F%2Frstyle.me%2F%2BG5-3nRwlmThP7QCjcaEylQ[/a] <br> <br>•  Shiseido Fash Wash- [a]https%3A%2F%2Frstyle.me%2F%2BuaH6zaFChdU0KrIXLxrNQQ[/a]  <br> <br>•  Honest Beauty Shampoo / Conditioner- [a]https%3A%2F%2Frstyle.me%2F%2BYpWt6zBCtkuhYTF_Yfxh4w[/a]  <br> <br>• Crystal Deodorant- [a]https%3A%2F%2Frstyle.me%2F%2BY6w0VeqbdEGUS2YyQZW7SA[/a]  <br> <br>• Face Toner- [a]https%3A%2F%2Frstyle.me%2F%2BjueQia2nMTJV4KQCrdRn9w[/a]  <br> <br>• Charlotte Tilbury Dry Mask- [a]https%3A%2F%2Frstyle.me%2Fcz-n%2Fd4h56rckkwf[/a] <br> <br>• Caudalie Sculpting Lotion- [a]https%3A%2F%2Frstyle.me%2Fcz-n%2Fd4h6c5ckkwf[/a] <br> <br>• Moroccan Dry Body Oil- [a]https%3A%2F%2Frstyle.me%2Fcz-n%2Fd4h6fvckkwf[/a] <br> <br>• Lip Balm- [a]https%3A%2F%2Frstyle.me%2Fcz-n%2Fd4h6kqckkwf[/a]  <br> <br>• Drunk Elephant Eye Cream- [a]https%3A%2F%2Frstyle.me%2Fcz-n%2Fd4h6npckkwf[/a] <br> <br>• Vitamin C Serum- [a]https%3A%2F%2Frstyle.me%2Fcz-n%2Fd4h6qkckkwf[/a] <br> <br>• Drunk Elephant Face Oil- [a]https%3A%2F%2Frstyle.me%2Fcz-n%2Fd4h6ttckkwf[/a] <br> <br> <br>Chicken and Veggie Stir Fry- <br> <br>Ingredients-  <br>•  1/2 cup low sodium soy sauce (or Tamari if gluten free) <br>•  1/2 cup ponzu sauce <br>•  1/2 cup of teriyaki sauce <br>•  1 tablespoon corn starch (can skip) <br>•  1 tablespoon honey (or agave nectar if vegan) <br>•  1 teaspoon sesame seed oil  <br>•  1 teaspoon rice vinegar <br>•  1 tablespoon oyster sauce <br>•  2 inch piece of ginger, peeled and grated finely minced (or 1 tablespoon ginger paste in a squeeze tube, and other readers have had success with 1 tablespoon ground powdered ginger) <br>•  2 garlic cloves, grated or finely minced <br>•  Vegetables and meat of your choosing <br>•  Rice or noodles (I used veggie rice) <br> <br>Directions-  <br>•  Whisk all the ingredients together. Pour some over the chicken to marinade at least 30 minutes. Save the rest for the veggies.  <br>•  Cook the chicken in a Wok or large skillet.  <br>•  Cook the rice.  <br>•  Remove chicken and add in veggies. Add the ones that will take longer to cook, first.  <br>•  Pour in the rest of the sauce and chicken back in.  <br>•  Plate rice and pour stir fry mixture on top.  <br> <br>To see more, check out my other socials! <br> <br>[a]https%3A%2F%2Fwww.instagram.com%2Fdevwindsor[/a] <br>[a]https%3A%2F%2Fwww.twitter.com%2Fdevwindsor[/a] <br>[a]https%3A%2F%2Fwww.facebook.com%2Fdevwindsor[/a]', 'https://i.ytimg.com/vi/_-WKSJ6waH8/maxresdefault.jpg', '', '_-WKSJ6waH8', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, '', '00:32:30', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(100, 'viXKk3uiJanwqpI', 1, 'EJmmAn', 'Beauty 24 - How to burn calories for the perfect bikini fit!! [Beauty Bible 2017 S/S / 2017.06.19]', 'Subscribe KBS World Official YouTube: [a]http%3A%2F%2Fwww.youtube.com%2Fkbsworld[/a] <br>------------------------------------------------ <br>KBS World is a TV channel for international audiences provided by KBS, the flagship public service broadcaster in Korea. Enjoy Korea&#039;s latest and the most popular K-Drama, K-Pop, K-Entertainment &amp; K-Documentary with multilingual subtitles by subscribing KBS World official YouTube. <br>------------------------------------------------ <br>대한민국 대표 해외채널 KBS World를 유튜브에서 만나세요. KBS World는 전세계 시청자에게 재미있고 유익한 한류 콘텐츠를 멀티 자막과 함께 제공하는 No.1 한류 채널입니다. KBS World 유튜브 채널을 구독하고 최신 드라마, K-Pop, 예능, 다큐멘터리 정보를 받아보세요.  <br>------------------------------------------------ <br>[Visit KBS World Official Pages] <br>Homepage: [a]http%3A%2F%2Fwww.kbsworld.co.kr[/a]  <br>Facebook: [a]http%3A%2F%2Fwww.facebook.com%2Fkbsworld[/a] <br>Twitter: [a]http%3A%2F%2Ftwitter.com%2Fkbsworldtv[/a]  <br>Instagram: @kbsworldtv <br>Line: @kbsworld_asia <br>KakaoTalk: @kbs_world ([a]http%3A%2F%2Fplus.kakao.com%2Ffriend%2F%40kbs_world%29[/a] <br>Google+: [a]http%3A%2F%2Fplus.google.com%2F%2Bkbsworldtv[/a] <br> <br>[Download KBS World Application]  <br>■ IOS Download : [a]http%3A%2F%2Fapple.co%2F1NktctW[/a]  <br>■ Android Download : [a]http%3A%2F%2Fbit.ly%2F1NOZFKr[/a]', 'https://i.ytimg.com/vi/PU5o4Ff_LAc/maxresdefault.jpg', '', 'PU5o4Ff_LAc', '', '', '', '', '', '', 1584780164, '2020-03-21 08:42:44', 0, 'KBS,KBSWorld,Korea,실시간,인기,동영상,한국,엔터테인먼트,Entertainment,English,subtitle', '00:19:27', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(101, '27q3D7sIm6HvJil', 1, '66Lt8T', '? Baby Shark , Dance With Me Song , Wheels on the Bus , Happy Birthday Song - Banana Cartoon', '🔴 Baby Shark , Candy Song , Wheels on the Bus , Happy Birthday Song - Banana Cartoon [HD] <br> <br> <br>😄 Baby Shark Song | Nursery Rhymes and Baby Songs | Baby Shark Doo Doo Doo <br> <br> <br> <br>Hey Kids! Let&#039;s do the Baby Shark Dance along with Banana Cartoon  and little Lily . <br> <br> <br>Baby shark, do do do do do do <br>Baby shark, do do do do do do <br>Baby shark, do do do do do do <br>Baby shark <br>  <br>Momma shark, do do do do do do <br>Momma shark, do do do do do do <br>Momma shark, do do do do do do <br>Momma shark <br>  <br>Daddy shark, do do do do do do <br>Daddy shark, do do do do do do <br>Daddy shark, do do do do do do <br>Daddy shark <br>  <br>Grandma shark, do do do do do do <br>Grandma shark, do do do do do do <br>Grandma shark, do do do do do do <br>Grandma shark <br> <br> <br> <br>Happy Birthday to You <br>Happy Birthday to You <br>Happy Birthday <br>Happy Birthday <br>Happy Birthday to You <br> <br>Happy Birthday to You <br>Happy Birthday to You <br>Happy Birthday <br>Happy Birthday <br>Happy Birthday to You <br> <br>Happy Birthday to You <br>Happy Birthday to You <br>Happy Birthday <br>Happy Birthday <br>Happy Birthday to You <br> <br>Happy Birthday to You <br>Happy Birthday to You <br>Happy Birthday <br>Happy Birthday <br>Happy Birthday to You <br>Happy Birthday to You <br>Happy Birthday to You <br> <br>happy birthday, kids songs, happy birthday song, Happy Bday, birthday songs for children, birthday songs for friends, birthday songs for family, birthday celeberation, happy birthday in english, birthday songs for kids, original happy birthday song, happybirthdaytvsong, happy birthday video, birthday, happy birthday to you, birthday songs, birthday video, Happy Birthday To You (Composition), hpbdtv1, sinh nhật, tradtional happy birthday songs#6, rhymes for kids, <br> <br> <br> <br>Happy Birthday, Feliz cumpleaños, Maligayang kaarawan, كل عام و أنت بخير, 生日快乐, 生日快樂, 生日快樂, Joyeux anniversaire, Alles Gute zum Geburtstag, Buon compleanno, 생일 축하합니다, С днём рожде́ния, Feliz aniversário, Selamat hari jadi, Selamat ulang tahun, जन्मदिन मुबारक हो, இனிய பெறந்த நாள் நல்வாழ்த்துக்க, Chúc mừng sinh nhật, お誕生日おめでとうございます <br> <br> <br>#Kidsongs #Babysongs #NurseryRhymes <br> <br>좋은동요예요 좋은동요예요 <br>Baby shark, Wheels on the Bus, Johny Johny Yes Papa, ABC Songs, Happy Birthday Song, finger family song, Twinkle Twinkle Little Star, Teddy Bear, baby shark song, Nursery Rhymes, children songs, baby songs, kid songs, kindergarten songs, toddler songs, kids song, education, children learning, sing-along songs, kids video songs, videos for babies, songs for babies, babies songs, babies videos, abc, alphabet, children&#039;s story, ABCkidTV, best nursery rhymes, best kids songs, <br> <br> <br> <br>happy birthday, kids songs, happy birthday song, Happy Bday, birthday songs for children, birthday songs for friends, birthday songs for family, birthday celeberation, happy birthday in english, birthday songs for kids, original happy birthday song, happybirthdaytvsong, happy birthday video, birthday, happy birthday to you, birthday songs, birthday video, Happy Birthday To You (Composition), hpbdtv1, sinh nhật, tradtional happy birthday songs#6, rhymes for kids, <br> <br> <br>Nursery rhymes in English, canciones en inglés para niños, Comptines en anglais, Lagu-lagu anak berbahasa Inggeris, Musik Untuk Anak, barnvisorna på engelska, Músicas em inglês para crianças, Gyerekzene, Kinderlieder in Englisch, 英文兒歌, Písničky v angličtině, أناشيد أطفال باللغة الإنجليزية, अंग्रेजी में नर्सरी कविताएं, Barnerim på engelsk, Canzoni per bambini in inglese, Engelse kinderliedjes, Piosenki dla dzieci po angielsku, เพลงภาษาอังกฤษสำหรับเด็ก <br> <br> <br>#babyshark #wheelsonthebus #nurseryrhymes <br> <br> <br>baby shark,baby shark official,official baby shark,baby shark song,baby shark dance,baby shark music,original baby shark,baby shark remix,baby shark song original,kids,for kids,kids video,kids song,children songs,baby song,songs for kids,songs for children,baby shark dance remix,nursery rhyme,preschool,toddlers,toddlers songs,toddlers video,toddler learning,toddler song,dance remix,baby shark tiktok,baby shark brooklyn,بيبي شارك,shark baby, <br> <br> <br>Baby shark, Wheels on the Bus, Johny Johny Yes Papa, ABC Songs, Happy Birthday Song, finger family song, Twinkle Twinkle Little Star, Teddy Bear, baby shark song, Nursery Rhymes, children songs, baby songs, kid songs, kindergarten songs, toddler songs, kids song, education, children learning, sing-along songs, kids video songs, videos for babies, songs for babies, babies songs, babies videos, abc, alphabet, children&#039;s story, ABCkidTV, best nursery rhymes, best kids songs, <br>Nursery rhymes in English, canciones en inglés para niños, Comptines en anglais, Lagu-lagu anak berbahasa Inggeris, Musik Untuk Anak, barnvisorna på engelska, Músicas em inglês para crianças, Gyerekzene, Kinderlieder in Englisch, 英文兒歌, Písničky v angličtině, أناشيد أطفال باللغة الإنجليزية, अंग्रेजी में नर्सरी कविताएं, Barnerim på engelsk, Canzoni per bambini in inglese, Engelse kinderliedjes, Piosenki dla dzieci po angielsku, เพลงภาษาอังกฤษสำหรับเด็ก <br> <br>Thank you for watching and if you love this Video <br>Don&#039;t forget to SUBSCRIBE, LIKE, COMMENT and SHARE <br> <br>Copyrights Reserved To Viola TV Animation Studio', 'https://i.ytimg.com/vi/fbnh9VTscAs/maxresdefault_live.jpg', '', 'fbnh9VTscAs', '', '', '', '', '', '', 1584780325, '2020-03-21 08:45:25', 0, 'baby shark,baby shark official,official baby shark,baby shark song,baby shark dance,baby shark music,original baby shark,baby shark song original,kids,for kids,kids video', '00:00:00', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(102, 'G28IUNKTawSjnNe', 1, 'RBvRPy', 'Songs of War: Episode 9 (Minecraft Animation Series)', 'Lucan sets off with Kiyoshi and the rest of the Felden fleet, but not after saying goodbye to Niika. Abbigail and Sam go for a hunt as they are running low on food, and the Ardoni clans have gathered to discuss the Voltaris attacks. <br> <br>Songs of War: Episode 9 is the ninth part of the Minecraft animation series brought to you by Black Plasma Studios. It is a medieval fantasy adventure with three seasons, and ten episodes per season. <br> <br>BLOOPERS: <br>[a]https%3A%2F%2Fyoutu.be%2F9n8EZJQTc3o[/a] <br> <br>BEHIND THE SCENES: <br>[a]https%3A%2F%2Fyoutu.be%2F1tLiBCvooFY[/a] <br> <br>SOUNDTRACK: <br>[a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLjdVshrJ_c-CAfJ3lp-D9MYv16ReRDQzh[/a] <br>[a]https%3A%2F%2Fopen.spotify.com%2Fartist%2F2USJQPmyCCcAAvpEIP15aV[/a] <br> <br>======================================= <br> <br>👕  BUY OUR MERCHANDISE <br>[a]https%3A%2F%2Fteespring.com%2Fstores%2Fblackplasmastudios[/a] <br> <br>🧡  SUPPORT US ON PATREON <br>[a]https%3A%2F%2Fwww.patreon.com%2FBlackPlasmaStudios[/a] <br>- Watch animations a day early! <br>- Have your name in the credits! <br>- And much more! <br> <br>======================================= <br> <br>INSTAGRAM <br>[a]https%3A%2F%2Fwww.instagram.com%2Fblack_plasma%2F[/a] <br> <br>JOIN OUR DISCORD SERVER <br>[a]https%3A%2F%2Fwww.discord.gg%2Fblackplasma[/a] <br> <br>#BlackPlasmaStudios #MinecraftAnimation #Minecraft', 'https://i.ytimg.com/vi/tJMJCabkd4c/maxresdefault.jpg', '', 'tJMJCabkd4c', '', '', '', '', '', '', 1584780325, '2020-03-21 08:45:25', 0, 'minecraft,minecraft animation,black plasma studios,animation,songs of war,fantasy,adventure', '00:10:51', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(103, 'CjLghZzMnfb2vNd', 1, 'mEZtQc', 'Tydus NEW SONG leaves his Dad in tears...', 'Tydus&#039; new song is so good, it even made his Dad get emotional.. <br> <br>😀SUBSCRIBE👉 [a]http%3A%2F%2Fbit.ly%2FTravandCor[/a] <br> <br>Stream Tydus&#039;s song &quot;First Girlfriend&quot; on Spotify: <br>[a]https%3A%2F%2Fopen.spotify.com%2Ftrack%2F7wlQ8W5kpk06CvpVLp5E8C%3Fsi%3DLvg5VEXPR2u43mcOD1DGgQ[/a] <br> <br>Stream &quot;First Girlfriend&quot; on iTunes: <br>[a]https%3A%2F%2Fmusic.apple.com%2Fus%2Falbum%2Ffirst-girlfriend%2F1491314126%3Fi%3D1491314134[/a] <br> <br>TYDUS - First Girlfriend (Official Music Video): <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DauDZa5YAq-Y[/a] <br> <br>FOLLOW US ON INSTAGRAM: <br>@travandcor  <br>[a]https%3A%2F%2Fwww.instagram.com%2Ftravandcor%2F[/a] <br>@tydus <br>[a]https%3A%2F%2Fwww.instagram.com%2Ftydus%2F[/a] <br>@minijakepaul <br>[a]https%3A%2F%2Fwww.instagram.com%2Fminijakepaul%2F[/a] <br>@ryatttalbott <br>[a]https%3A%2F%2Fwww.instagram.com%2Fryatttalbott%2F[/a] <br>@travistalbott <br>[a]https%3A%2F%2Fwww.instagram.com%2Ftravistalbott%2F[/a] <br>@corey_talbott <br>[a]https%3A%2F%2Fwww.instagram.com%2Fcorey_talbott%2F[/a] <br>@tydus_and_ryatt <br>[a]https%3A%2F%2Fwww.instagram.com%2Ftydus_and_ryatt%2F[/a]', 'https://i.ytimg.com/vi/m6Ilgmez2ks/maxresdefault.jpg', '', 'm6Ilgmez2ks', '', '', '', '', '', '', 1584780325, '2020-03-21 08:45:25', 0, 'trav and cor,tydus,titis,titus,tydis,titas,tidus,rufus,mini jake paul,team 10,team 10 house', '00:15:10', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(104, 'AuG5odTCPh4QaJU', 1, 'mZubof', 'Lil Nas X - Panini (Official Video)', 'Official video for &quot;Panini&quot; by Lil Nas X. <br> <br>Listen &amp; Download &#039;7&#039; the EP by Lil Nas X out now: [a]https%3A%2F%2Fsmarturl.it%2Flilnasx7ep[/a] <br> <br>Amazon - [a]https%3A%2F%2Fsmarturl.it%2Flilnasx7ep[/a]/az <br>Apple Music - [a]https%3A%2F%2Fsmarturl.it%2Flilnasx7ep[/a]/applemusic <br>iTunes - [a]https%3A%2F%2Fsmarturl.it%2Flilnasx7ep[/a]/itunes <br>Spotify - [a]https%3A%2F%2Fsmarturl.it%2Flilnasx7ep[/a]/spotify <br>YouTube Music - [a]https%3A%2F%2Fsmarturl.it%2Flilnasx7ep[/a]/youtubemusic <br> <br>Director: Mike Diva <br>Story By: Lil Nas X <br>Starring: Skai Jackson <br>  <br>Executive Producer: Josh Shadid  <br>Associate Producer: Marissa Alanis  <br>Producers: Johnny Hernandez &amp; Joseph Barbalaco  <br>Commissioner/Producer: Saul Levitz <br>  <br>Production Company: Lord Danger <br>  <br>Director of Photography: Aaron Grasso  <br>1st AC: Keith Jones <br>Steadicam: Ari Robbins  <br>  <br>Gaffer: Michael Schilling <br>BBE: Ardy Fatehi  <br>Key Grip: Fritz Weber <br>BBG: Nico Ortiz  <br>  <br>Production Designer: Johnny Love <br>Art Director: Michelle Hall  <br>  <br>Wardrobe Stylist: Justin Lynn  <br>Costume Design/Fabrication: Lucid Studios <br>  <br>Skai Jackson&#039;s Hair &amp; Make-Up: Alexander Armand &amp; Brandy Allen  <br>Lil Nas X Hair &amp; Make-Up: Diana Escamilla &amp; Jennifer Urquizo <br>  <br>Choreographer: Phil Wright  <br>  <br>Motion Capture Specialist: Don Allen Stevenson III  <br>  <br>VFX/Post Production Company: Chimney Group  <br>Executive Producer: Ron Moon <br>Post Producers: Alex Ramos  <br>Creative Director: Frederick Ross <br>VFX/Post Production Company: Post Lord (Lord Danger) <br>Executive Producer: Josh Shadid <br>Post Producer: Shyam Sengupta &amp; Marissa Alanis <br>Creative Director: Mike Diva  <br>Post Supervisor: Andrew Henry <br>Editors: Mike Diva &amp; Andrew Henry <br>3D Artist: Cornel Swodoba <br>3D Artist: Calvin Serrano  <br>VFX Artist: Octane Jesus (David Ariew)  <br>VFX Artist: Ryan Talbot  <br>GFX Artist: Cody Vondell  <br>GFX Artist: Silica (Eric Castro)  <br>GFX Artist: Olney Atwell  <br>GFX Artist: Tom Arena <br>Compositor: Ethan Chancer <br>Compositor: Josh Johnson <br>  <br>Special Thanks: Rokoko Electronics for providing Motion Capture Suit  <br> <br>Follow Lil Nas X <br>Facebook - [a]https%3A%2F%2Fwww.facebook.com%2FLilNasX%2F[/a] <br>Instagram - [a]https%3A%2F%2Fwww.instagram.com%2Flilnasx%2F[/a] <br>Twitter - [a]https%3A%2F%2Ftwitter.com%2FLilNasX[/a] <br> <br>[a]https%3A%2F%2Fwww.lilnasx.com[/a] <br> <br>#LilNasX #7EP #Panini', 'https://i.ytimg.com/vi/bXcSLI58-h8/maxresdefault.jpg', '', 'bXcSLI58-h8', '', '', '', '', '', '', 1584780325, '2020-03-21 08:45:25', 0, 'LilNasX,Nas X,Nas,Cartoon Network,Skai Jackson,Black Boy Joy,Black Girl Joy,7 The EP,7EP,Old Town Road,Chowder', '00:02:25', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(105, 'wwXDZg4ggZRBhY5', 1, '8iM5Af', 'Erkennst DU den Song? (mit Pocket Hazel)', 'Erst schwarze Zahlen - dann goldene Ananas? Hazel gibt alles! Du willst in die Show? Dann schreib&#039; Lieblingssong + guten Grund in die Kommentare! <br> <br>✚ ABONNIEREN: [a]https%3A%2F%2Fgoo.gl%2FCfYp65[/a]  <br>✚ Instagram: [a]https%3A%2F%2Fbit.ly%2F2IqDTRq[/a] <br>►Pocket Hazel im Talk: [a]https%3A%2F%2Fbit.ly%2F32t1M2p[/a] <br>►Pocket Hazel: [a]https%3A%2F%2Fbit.ly%2F3c9B9Eh[/a] <br>►Pocket Money: [a]https%3A%2F%2Fbit.ly%2F32x5xnM[/a] <br>▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>• Mörder oder Influencer? (mit Mordlust): [a]https%3A%2F%2Fbit.ly%2F33qM6x6[/a] <br>• E.D.D.S. LIVE (mit Finch Asozial): [a]https%3A%2F%2Fbit.ly%2F39ZCc87[/a] <br>▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>♥ [a]https%3A%2F%2Fwww.instagram.com%2Ffunk[/a] ♥ <br> <br>ALLE BISHERIGEN FOLGEN: <br> <br>Folge 70 (mit Johannes Oerding): [a]https%3A%2F%2Fbit.ly%2F2IwBbIO[/a] <br>Folge 69 (mit Papaplatte): [a]https%3A%2F%2Fbit.ly%2F2W2oNIq[/a] <br>Folge 68 (mit Leeroy): [a]https%3A%2F%2Fbit.ly%2F3ctQLmj[/a] <br>Folge 67 (mit Menderes): [a]https%3A%2F%2Fbit.ly%2F2PfiY6d[/a] <br>Folge 66 (mit 2Bough): [a]https%3A%2F%2Fbit.ly%2F2vFXs3N[/a] <br>Folge 65 (mit CrispyRob): [a]https%3A%2F%2Fbit.ly%2F2SgSNxV[/a] <br>Folge 64 (mit Mickie Krause): [a]https%3A%2F%2Fbit.ly%2F2v6p2Ha[/a] <br>Folge 63 (mit Finch Asozial): [a]https%3A%2F%2Fbit.ly%2F38PuYmp[/a] <br>Folge 62 (mit Gewitter im Kopf): [a]https%3A%2F%2Fbit.ly%2F2vbheUr[/a] <br>Folge 61 (mit Silbermond): [a]https%3A%2F%2Fbit.ly%2F30i68sl[/a] <br>Folge 60 (mit Varion): [a]https%3A%2F%2Fbit.ly%2F2SWp2mS[/a] <br>Folge 59 (mit T-ZON): [a]https%3A%2F%2Fbit.ly%2F2FaA9Am[/a] <br>Folge 58 (mit Pietsmiet-Sep): [a]https%3A%2F%2Fbit.ly%2F3730DzN[/a] <br>Folge 57 (mit KAYEF): [a]https%3A%2F%2Fbit.ly%2F2rXeRDj[/a] <br>Folge 56 (mit Malwanne): [a]https%3A%2F%2Fbit.ly%2F2LF6GCo[/a] <br>Folge 55 (mit Felix Lobrecht): [a]https%3A%2F%2Fbit.ly%2F2qcGur8[/a] <br>Folge 54 (mit Liont): [a]https%3A%2F%2Fbit.ly%2F35v71is[/a] <br>Folge 53 (mit Jeremy Fragrance): [a]https%3A%2F%2Fbit.ly%2F2O2zvdF[/a] <br>Folge 52 (mit Matthias Reim): [a]https%3A%2F%2Fbit.ly%2F2NGqdnf[/a] <br>Folge 51 (mit Nico Santos): [a]https%3A%2F%2Fbit.ly%2F2qnA1tn[/a] <br>Folge 50 (mit Marie Wegener): [a]https%3A%2F%2Fbit.ly%2F34fGCVs[/a] <br>Folge 49 (mit Lena): [a]https%3A%2F%2Fbit.ly%2F2pHiagF[/a] <br>Folge 48 (mit DerKeller): [a]https%3A%2F%2Fbit.ly%2F2ODRkAl[/a] <br>Folge 47 (mit GamerBrother): [a]https%3A%2F%2Fbit.ly%2F2M79yXW[/a] <br>Folge 46 (mit Kevin Wolter): [a]https%3A%2F%2Fbit.ly%2F2nRI7Jr[/a] <br>Folge 45 (mit Kelly): [a]https%3A%2F%2Fbit.ly%2F2kuE44s[/a] <br>Folge 44 (mit Katja Krasavice): [a]https%3A%2F%2Fbit.ly%2F2m7emDp[/a] <br>Folge 43 (mit CrispyRob, Naomi Jon, Sep): [a]https%3A%2F%2Fbit.ly%2F2k17NSd[/a] <br>Folge 42 (mit Nico Santos): [a]https%3A%2F%2Fbit.ly%2F2ZDvMFV[/a] <br>Folge 41 (mit Julia Beautx): [a]https%3A%2F%2Fbit.ly%2F2L2YFWL[/a] <br>Folge 40 (mit Topic &amp; Lili): [a]https%3A%2F%2Fbit.ly%2F2TG6zcr[/a] <br>Folge 39 (mit Felix Jaehn): [a]https%3A%2F%2Fbit.ly%2F2YPNNQY[/a] <br>Folge 38 (mit Marti Fischer): [a]https%3A%2F%2Fbit.ly%2F2T0vtDq[/a] <br>Folge 37 (mit Semino Rossi): [a]https%3A%2F%2Fbit.ly%2F2LHVuXj[/a] <br>Folge 36 (mit Alycia Marie): [a]https%3A%2F%2Fbit.ly%2F30Abuhh[/a] <br>Folge 35 (mit LeFloid): [a]https%3A%2F%2Fbit.ly%2F2XEmE7P[/a] <br>Folge 34 (mit Freshtorge): [a]https%3A%2F%2Fbit.ly%2F32acbj8[/a] <br>Folge 33 (mit Fettes Brot): [a]https%3A%2F%2Fbit.ly%2F2X9NJL0[/a] <br>Folge 32 (mit Sashka): [a]https%3A%2F%2Fbit.ly%2F2KBJZjN[/a] <br>Folge 31 (mit unsympathischTV): [a]https%3A%2F%2Fbit.ly%2F2WIkrIb[/a] <br>Folge 30 (mit Phil Laude): [a]https%3A%2F%2Fbit.ly%2F2JRAoVh[/a] <br>Folge 29 (mit Lukas Rieger): [a]https%3A%2F%2Fbit.ly%2F2JAZ709[/a] <br>Folge 28 (mit Lena): [a]https%3A%2F%2Fbit.ly%2F2IZsmcK[/a] <br>Folge 27 (mit Rewinside, Jodie &amp; Larissa Rieß): [a]https%3A%2F%2Fbit.ly%2F2L3dJah[/a] <br>Folge 26 (mit Younes Jones): [a]https%3A%2F%2Fbit.ly%2F2KM4sD1[/a] <br>Folge 25 (mit Naomi Jon): [a]https%3A%2F%2Fbit.ly%2F2K8B3mh[/a] <br>Folge 24 (mit Sturmwaffel): [a]https%3A%2F%2Fbit.ly%2F2JvdhAx[/a] <br>Folge 23 (mit Finch Asozial): [a]https%3A%2F%2Fbit.ly%2F2EVqVJa[/a] <br>Folge 22 (mit Freshtorge): [a]https%3A%2F%2Fbit.ly%2F2C09iWz[/a] <br>Folge 21 (mit Klengan &amp; Heider): [a]https%3A%2F%2Fbit.ly%2F2E3f4Hd[/a] <br>Folge 20 (mit Alligatoah): [a]https%3A%2F%2Fbit.ly%2F2UuKeOg[/a] <br>Folge 19 (mit Eko Fresh &amp; Simon Will): [a]https%3A%2F%2Fbit.ly%2F2sHFR6C[/a] <br>Folge 18 (mit Inscope21): [a]https%3A%2F%2Fbit.ly%2F2Hh7b5E[/a] <br>Folge 17 (mit unsympathischTV): [a]https%3A%2F%2Fbit.ly%2F2C3ZA4W[/a] <br>Folge 16 (Dennis vs. Benni): [a]https%3A%2F%2Fbit.ly%2F2C4Ax1k[/a] <br>Folge 15 (mit LiDiRo): [a]https%3A%2F%2Fbit.ly%2F2ElX1xO[/a]  <br>Folge 14 (mit Jay &amp; Arya): [a]https%3A%2F%2Fbit.ly%2F2E6fkYh[/a] <br>Folge 13 (mit KsFreak): [a]https%3A%2F%2Fbit.ly%2F2Sf4Xon[/a] <br>Folge 12 (mit Rezo): [a]https%3A%2F%2Fbit.ly%2F2RJZx4h[/a] <br>Folge 11 (mit HeyMoritz): [a]https%3A%2F%2Fbit.ly%2F2P6rh6n[/a] <br>Folge 10 (mit Exsl95): [a]https%3A%2F%2Fbit.ly%2F2CGvxCU[/a] <br>Folge 9 (mit CrispyRob und Phillip Dorset): [a]https%3A%2F%2Fbit.ly%2F2O8Oogh[/a] <br>Folge 8 (mit Freshtorge): [a]https%3A%2F%2Fbit.ly%2F2DEdfna[/a] <br>Folge 7 (mit Teesy): [a]https%3A%2F%2Fbit.ly%2F2Qghk29[/a] <br>Folge 6 (mit Luki): [a]https%3A%2F%2Fbit.ly%2F2Nw3b3v[/a] <br>Folge 5 (mit Simon Will): [a]https%3A%2F%2Fbit.ly%2F2PfLKSF[/a] <br>Folge 4 (mit Vanessa Mai): [a]https%3A%2F%2Fbit.ly%2F2nxtPud[/a] <br>Folge 3 (mit TOPIC): [a]https%3A%2F%2Fbit.ly%2F2vvIqua[/a] <br>Folge 2 (mit CrispyRob): [a]https%3A%2F%2Fbit.ly%2F2P2Ilqi[/a] <br>Folge 1 (mit KAYEF): [a]https%3A%2F%2Fbit.ly%2F2nqPjIU[/a] <br>▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>World Wide Wohnzimmer ist eine Produktion der TWIN.TV GmbH für funk. <br> <br>SOCIAL MEDIA <br>►Instagram: [a]https%3A%2F%2Fbit.ly%2F2IqDTRq[/a] <br>►Twitter: [a]https%3A%2F%2Fbit.ly%2F2K8AdRx[/a] <br>►Facebook: [a]https%3A%2F%2Fbit.ly%2F2FZiXf3[/a] <br>▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>Kontaktadresse/Business Inquiries: <br>contact@twintv.de <br>c/o B W M Communications  <br>Rosenstraße 32  <br>50678 Köln   <br>[a]http%3A%2F%2Fbit.ly%2F1Tc27sH[/a] <br>▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ <br>Impressum <br>Seit dem 15.01.2017 ist World Wide Wohnzimmer ein Angebot von funk. <br> <br>funk ist ein Gemeinschaftsangebot der Arbeitsgemeinschaft der Rundfunkanstalten der Bundesrepublik Deutschland (ARD) und des Zweiten Deutschen Fernsehens (ZDF). <br> <br>Impressum für Inhalte ab dem 15.01.2017: <br>[a]http%3A%2F%2Fgo.funk.net%2Fimpressum[/a] <br> <br>🍬🍬🍬🍬🍬🍬🍬🍬🍬🍬🍬🍬🍬🍬🍬', 'https://i.ytimg.com/vi/e6RYiEOJ08A/maxresdefault.jpg', '', 'e6RYiEOJ08A', '', '', '', '', '', '', 1584780325, '2020-03-21 08:45:25', 0, 'www,twintv,world wide wohnzimmer,erkennst du,erkennst du den,erkennst du den song,erkennst du den song pocket hazel,pocket hazel,pocket hazel julien bam,errate den song,song erkennen', '00:09:11', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);
INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(106, 'LLNVDmtI7EuVCTI', 1, 'AI5Q8c', 'Bruno Mars - The Lazy Song (Official Video)', 'The official video of Bruno Mars&#039; &quot;The Lazy Song&quot; from the album &#039;Doo-Wops and Hooligans&#039;&#039;. <br> <br>Directed by Bruno Mars and Cameron Duddy <br>Choreographed and Performed by Poreotics: [a]http%3A%2F%2Fporeotics.com[/a] <br> <br>Download/Stream &#039;24k Magic&#039;: [a]https%3A%2F%2FAtlantic.lnk.to%2F24K_MagicID[/a] <br> <br>See Bruno Mars on Tour! Visit [a]http%3A%2F%2Fbrunomars.com[/a] for dates + more info. <br> <br>Pick up the &#039;24K Magic&#039; World Tour Collection in Bruno’s Official Webstore: [a]https%3A%2F%2Fbrunom.rs%2Fbrunomarsstore[/a] <br> <br>Connect with Bruno: <br>[a]http%3A%2F%2Fwww.brunomars.com[/a] <br>[a]http%3A%2F%2Fwww.twitter.com%2Fbrunomars[/a] <br>[a]http%3A%2F%2Fwww.facebook.com%2Fbrunomars[/a] <br>[a]http%3A%2F%2Fwww.instagram.com%2Fbrunomars[/a] <br> <br>Subscribe for more official content from Bruno Mars: <br>[a]https%3A%2F%2FAtlantic.lnk.to%2FBMsubscribe[/a] <br> <br>The official YouTube channel of Atlantic Records artist Bruno Mars. Subscribe for the latest music videos, performances, and more. <br> <br>#BrunoMars #TheLazySong #DooWopsandHooligans #OfficialVideo #AtlanticRecords #Atlantic <br> <br>LYRICS <br>Today I don&#039;t feel like doing anything <br>I just wanna lay in my bed <br>Don&#039;t feel like picking up my phone <br>So leave a message at the tone <br>&#039;Cause today I swear I&#039;m not doing anything. <br> <br>Uh! <br>I&#039;m gonna kick my feet up <br>Then stare at the fan <br>Turn the TV on, throw my hand in my pants <br>Nobody&#039;s gonna tell me I can&#039;t <br> <br>I&#039;ll be lounging on the couch, <br>Just chillin&#039; in my snuggie <br>Click to MTV, so they can teach me how to dougie <br>&#039;Cause in my castle I&#039;m the freaking man <br> <br>Oh, yes I said it <br>I said it <br>I said it &#039;cause I can <br> <br>Today I don&#039;t feel like doing anything <br>I just wanna lay in my bed <br>Don&#039;t feel like picking up my phone <br>So leave a message at the tone <br>&#039;Cause today I swear I&#039;m not doing anything <br> <br>Nothing at all! <br>Ooh, hoo, ooh, hoo, ooh, ooh-ooh <br>Nothing at all <br>Ooh, hoo, ooh, hoo, ooh, ooh-ooh <br> <br>Tomorrow I&#039;ll wake up, do some P90X <br>Meet a really nice girl, have some really nice sex <br>And she&#039;s gonna scream out: &#039;This is Great&#039; (Oh my God, this is great) <br>Yeah <br> <br>I might mess around, get my college degree <br>I bet my old man will be so proud of me <br>But sorry pops, you&#039;ll just have to wait <br>Haha <br> <br>Oh, yes I said it <br>I said it <br>I said it &#039;cause I can <br> <br>Today I don&#039;t feel like doing anything <br>I just wanna lay in my bed <br>Don&#039;t feel like picking up my phone <br>So leave a message at the tone <br>&#039;Cause today I swear I&#039;m not doing anything <br> <br>No, I ain&#039;t gonna comb my hair <br>&#039;Cause I ain&#039;t going anywhere <br>No, no, no, no, no, no, no, no, no <br>I&#039;ll just strut in my birthday suit <br>And let everything hang loose <br>Yeah, yeah, yeah, yeah, yeah, yeah, yeah, yeah, yeah, yeah <br> <br>Ooh <br>Today I don&#039;t feel like doing anything <br>I just wanna lay in my bed <br>Don&#039;t feel like picking up my phone <br>So leave a message at the tone <br>&#039;Cause today I swear I&#039;m not doing anything <br> <br>Nothing at all <br>Nothing at all <br>Nothing at all <br> <br>Comic Chimp Mask used by permission of Easter Unlimited, Inc. / FunWorld Div. All Rights Reserved. Copyright 2009.', 'https://i.ytimg.com/vi/fLexgOxsZu0/maxresdefault.jpg', '', 'fLexgOxsZu0', '', '', '', '', '', '', 1584780325, '2020-03-21 08:45:25', 0, 'bruno,mars,the,lazy,song,music,doo,wops,hooligans,elektra,poreotics', '00:03:29', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(107, 'ocLghoxCFhIUi4d', 1, 'lxTJkH', 'Maroon 5 - Girls Like You ft. Cardi B (Official Music Video)', '&quot;Girls Like You” is out now. <br>[a]http%3A%2F%2Fsmarturl.it%2FGLY[/a]  <br> <br>For more, visit:  <br>[a]https%3A%2F%2Fwww.facebook.com%2Fmaroon5[/a]  <br>[a]https%3A%2F%2Ftwitter.com%2Fmaroon5[/a]  <br>[a]https%3A%2F%2Fwww.instagram.com%2Fmaroon5[/a]  <br> <br>Sign up for updates: [a]http%3A%2F%2Fsmarturl.it%2FMaroon5.News[/a] <br> <br>Music video by Maroon 5 performing Girls Like You. © 2018 Interscope Records <br> <br>[a]http%3A%2F%2Fvevo.ly%2F51VylS[/a]', 'https://i.ytimg.com/vi/aJOTlE1K90k/maxresdefault.jpg', '', 'aJOTlE1K90k', '', '', '', '', '', '', 1584780325, '2020-03-21 08:45:25', 0, 'maroon 5,girls like you,girl like you,maroon 5 girl like you lyrics,girls like you lyrics,music,girls like you maroon 5,cardi b,maroon 5 girl like you,adam levine', '00:04:31', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(108, 'SLjharPxusOGe5a', 1, '7vidDf', 'Katy Perry - Roar (Official)', 'Get “Roar” from Katy Perry’s ‘PRISM’: [a]http%3A%2F%2Fkaty.to%2FPRISM[/a] <br> <br>Katy Perry Complete Collection on Spotify: [a]http%3A%2F%2Fkaty.to%2FSpotifyCompleteYD[/a] <br>Katy Perry Essentials on Apple Music: [a]http%3A%2F%2Fkaty.to%2FAMEssentialsYD[/a] <br>Watch your favorite Katy videos on YouTube: [a]http%3A%2F%2Fkaty.to%2FMusicVideosYD[/a] <br> <br>Follow Katy Perry: <br>Website: [a]http%3A%2F%2Fkaty.to%2FWebsiteYD[/a] <br>Instagram: [a]http%3A%2F%2Fkaty.to%2FInstagramYD[/a] <br>Twitter: [a]http%3A%2F%2Fkaty.to%2FTwitterYD[/a] <br>Facebook: [a]http%3A%2F%2Fkaty.to%2FFacebookYD[/a] <br> <br>Official music video for Katy Perry&#039;s &quot;Roar&quot; brought to you in Junglescope directed by Grady Hall &amp; Mark Kudsi and produced by Javier Jimenez, Danny Lockwood, Patrick Nugent, Derek Johnson and Oualid Mouaness. <br> <br>Lyrics: <br>I used to bite my tongue and hold my breath <br>Scared to rock the boat and make a mess <br>So I sit quietly <br>Agree politely <br>  <br>I guess that I forgot I had a choice <br>I let you push me past the breaking point <br>I stood for nothing <br>So I fell for everything <br>  <br>(Pre-Chorus) <br>You held me down but I got up <br>Already brushing off the dust <br>You hear my voice, you hear that sound <br>Like thunder, gonna shake the ground <br>  <br>You held me down but I got up <br>Get ready ’cause I’ve had enough <br>I see it all, I see it now <br>  <br>(Chorus) <br>I got the eye of the tiger, a fighter <br>Dancing through the fire <br>‘Cause I am a champion <br>And you’re gonna hear me roar <br>  <br>Louder, louder than a lion <br>‘Cause I am a champion <br>And you’re gonna hear me roar <br>You’re gonna hear me roar <br>  <br>Now I’m floating like a butterfly <br>Stinging like a bee, I earned my stripes <br>I went from zero <br>To my own hero <br>  <br>(Pre-Chorus) <br>You held me down but I got up <br>Already brushing off the dust <br>You hear my voice, you hear that sound <br>Like thunder, gonna shake the ground <br>  <br>You held me down but I got up <br>Get ready ’cause I’ve had enough <br>I see it all, I see it now <br>  <br>(Chorus) <br>I got the eye of the tiger, a fighter <br>Dancing through the fire <br>‘Cause I am a champion <br>And you’re gonna hear me roar <br> <br>Music video by Katy Perry performing Roar. (C) 2013 Capitol Records, LLC', 'https://i.ytimg.com/vi/CevxZvSJLk8/maxresdefault.jpg', '', 'CevxZvSJLk8', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'Katy perry,roar,music video,official,roar video,prism', '00:04:30', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(109, 'kNjiVgLSc17egD1', 1, '5hMl5y', 'Justin Bieber - Yummy (Official Video)', 'Changes: [a]https%3A%2F%2Fjustinbieber.lnk.to%2FChanges[/a] <br> <br>Follow Justin:  <br>[a]http%3A%2F%2Ffacebook.com%2Fjustinbieber[/a] <br>[a]http%3A%2F%2Ftwitter.com%2Fjustinbieber[/a] <br>[a]http%3A%2F%2Finstagram.com%2Fjustinbieber[/a] <br> <br>Sign up for Justin’s newsletter: [a]http%3A%2F%2Fjustinbiebermusic.com[/a] <br> <br>Directed by Bardia Zeinali <br>Produced by Roisin Audrey Moloney <br>Executive Producers: Danielle Hinde, Jason Cole <br>Video Commissioner: Yolande Geralds <br>Production Company: Doomsday Entertainment <br>Director of Photography: Ben Carey <br>Production Designer: Natalie Ziering <br>Production Manager: David Garcia <br>Production Coordinator: Tori Stosh <br>Choreographer: Nick De Moura <br>Artist Styling: Karla Welch <br>Artist Grooming: Florido Basallo <br>Cast Styling: Gadir Rajab <br>Cast Make-up: Adam Burrell <br>Cast Hair: Lucas Wilson <br>Edited by: William Town, Graham Patterson @ Modern Post <br>Colorist: Tim Masick @ Company 3 <br> <br>#JustinBieber #Yummy #Changes <br> <br>  <br>Music video by Justin Bieber performing Yummy (Official Video). © 2020 Def Jam Recordings, a division of UMG Recordings, Inc. <br>  <br>[a]http%3A%2F%2Fvevo.ly%2Fb5CIQg[/a]', 'https://i.ytimg.com/vi/8EJ3zbKTWQ8/maxresdefault.jpg', '', '8EJ3zbKTWQ8', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'Justin,Bieber,Yummy,(Official,Video),justin bieber yummy,yummy justin bieber,bieber 2020,justin bieber songs,justin bieber new song,justin beiber', '00:03:51', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(110, 'AUOBWebuAcp3lvg', 1, 'M2HKFU', 'Anna Kendrick - Cups (Pitch Perfect’s “When I’m Gone”) [Official Video]', 'iTunes: [a]http%3A%2F%2Fsmarturl.it%2Fmorepitch[/a] <br>Amazon: [a]http%3A%2F%2Fsmarturl.it%2FPitchDeluxe[/a] <br>Google play: [a]http%3A%2F%2Fsmarturl.it%2Fpitchplay[/a] <br> <br>Music video by Anna Kendrick performing Cups (Pitch Perfect&#039;s &quot;When I&#039;m Gone&quot;) (Director&#039;s Cut). (C) 2013 Universal Music Enterprises, a Division of UMG Recordings, Inc. <br> <br>#AnnaKendrick #Cups #Vevo', 'https://i.ytimg.com/vi/cmSbXsFE3l8/maxresdefault.jpg', '', 'cmSbXsFE3l8', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'Anna,Kendrick,Cups,(Pitch,Perfect&#039;s,When,I&#039;m,Gone),(Director&#039;s,Cut),UME', '00:04:22', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(111, 'eMWIxsRPAnze2Bl', 1, 'ymASSs', 'NUSSA : SONG COMPILATION VOL. 4', 'Assalamu&#039;alaikum warahmatullahi wabarakatuh. <br>Sahabat, ini kompilasi Song Nussa Volume 4 loh.. <br> <br>Selamat menyaksikan :) <br> <br>#nussabisa #nussauntukindonesia <br> <br>Nussa Official Store bersama HIJUP dan Ria Miranda punya koleksi Merchandise keren loh sahabat, silakan klik link di bawah ini: <br> <br>Web: [a]http%3A%2F%2Fwww.nussaofficialstore.com[/a] <br>Whatsapp: 0813 1682 2120 / [a]http%3A%2F%2Fbit.ly%2Fnussaofficialstore[/a] <br> <br>Mau bertualang bersama Nussa? mau mendapat pengalaman baru bersama Nussa? Yuk dateng ke acara Jelajah Nussa di  di JIEXPO Convention Centre, Kemayoran, Jakarta 27-28 Juni 2020. <br> <br>Tiket dapat dibeli di: <br>[a]http%3A%2F%2Fjelajahnussa.com%2F[/a] <br> <br>Follow: [a]https%3A%2F%2Fwww.instagram.com%2Fnussaoffici...[/a] <br> <br>SUBSCRIBE, LIKE, COMMENT dan SHARE!!! <br>---------------------------------------- <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fnussaofficial[/a] <br> <br>Facebook page: [a]https%3A%2F%2Fwww.facebook.com%2Fnussaofficia...[/a] <br> <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fnussaofficials[/a]', 'https://i.ytimg.com/vi/kEiVJQW6nS0/maxresdefault.jpg', '', 'kEiVJQW6nS0', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'nussa,nusa,rarra,rara,nussa dan rarra,nussa dan rara,nusa dan rara,nussa bisa,nussabisa,episode,episode nussa', '00:05:43', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(112, 'TdcNzTaVIn3xRaC', 1, 'FUjN87', 'Taylor Swift - Shake It Off', 'New single ME! (feat. Brendon Urie of Panic! At The Disco) available now. Download here: [a]https%3A%2F%2FTaylorSwift.lnk.to%2FMeYD[/a] <br>  <br>►Exclusive Merch: [a]https%3A%2F%2Fstore.taylorswift.com[/a] <br>  <br>►Follow Taylor Swift Online <br>Instagram: [a]http%3A%2F%2Fwww.instagram.com%2Ftaylorswift[/a] <br>Facebook: [a]http%3A%2F%2Fwww.facebook.com%2Ftaylorswift[/a] <br>Tumblr: [a]http%3A%2F%2Ftaylorswift.tumblr.com[/a] <br>Twitter: [a]http%3A%2F%2Fwww.twitter.com%2Ftaylorswift13[/a] <br>Website: [a]http%3A%2F%2Fwww.taylorswift.com[/a] <br>  <br>►Follow Taylor Nation Online <br>Instagram: [a]http%3A%2F%2Fwww.instagram.com%2Ftaylornation[/a] <br>Tumblr: [a]http%3A%2F%2Ftaylornation.tumblr.com[/a] <br>Twitter: [a]http%3A%2F%2Fwww.twitter.com%2Ftaylornation13[/a]', 'https://i.ytimg.com/vi/nfWlot6h_JM/maxresdefault.jpg', '', 'nfWlot6h_JM', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'Taylor,Swift,Shake,Off,Big,Machine,Records,LLC,Pop', '00:04:02', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(113, 'xeuMQYbPEe3QqZz', 1, '6D6p1N', 'The Gummy Bear Song - Long English Version', 'SHOP at [a]http%3A%2F%2Fwww.GUMMYBEARSHOP.com[/a] <br>Subscribe to my real channel at [a]http%3A%2F%2Fwww.youtube.com%2Fgummybearintl[/a] <br> <br> <br>From the CD &quot;I Am Your Gummy Bear&quot;. <br>Also from the DVD &quot;I Am A Gummy Bear&quot;. <br>Available on Amazon at: [a]http%3A%2F%2Ftinyurl.com%2Fgummybeardvd[/a] <br>Shirts and merch - [a]http%3A%2F%2Fwww.gummytees.com[/a] <br> <br>Available on iTunes at: [a]http%3A%2F%2Ftinyurl.com%2Fitunesgummybear[/a] <br>Available on Amazon at: [a]http%3A%2F%2Ftinyurl.com%2Fgummybearcd[/a] <br> <br> <br>GUMMIBÄR T-SHIRTS AND MERCH: [a]http%3A%2F%2Fimagummybear.spreadshirt.com[/a] <br> <br>Sign up for the Gummibär mailing list to win great prizes! - [a]http%3A%2F%2Fwww.gummibar.net%2Fnewsletter[/a] <br> <br>PLAY GUMMIBÄR (THE GUMMY BEAR) GAME: [a]http%3A%2F%2Fwww.gummybeargame.com[/a] <br> <br>VISIT ON FACEBOOK: [a]http%3A%2F%2Fwww.facebook.com%2Ffunnygummy[/a] <br> <br>FOLLOW ON TWITTER: [a]http%3A%2F%2Fwww.twitter.com%2Fimagummybear[/a] <br> <br>VISIT ON MYSPACE: [a]http%3A%2F%2Fwww.myspace.com%2Ffunnygummy[/a] <br> <br>FOLLOW ON PINTEREST: [a]http%3A%2F%2Fwww.pinterest.com%2Fimagummybear[/a] <br> <br>SEND A GUMMIBÄR ECARD: [a]http%3A%2F%2Fwww.funnygummy.com[/a] <br> <br>GUMMIBÄR JAPAN: [a]http%3A%2F%2Fwww.gummybear.jp[/a] <br> <br>OSITO GOMINOLA: [a]http%3A%2F%2Fwww.ositogominola.mx[/a] <br> <br> <br>The original 30 second video for Itt Van A Gumimaci, the Hungarian version of I Am A Gummy Bear, debuted on the internet in August of 2006. It quickly went viral, gaining hundreds of thousands of views as the popularity of this catchy song and funny character increased and spread by word of mouth. A 30 second English version was then created which helped to increase the clip&#039;s popularity and views rocketed up into the millions. By the summer of 2007, the final full length 2:30 version was released and it has been gaining views and viewers ever since. <br> <br>* I Am A Gummy Bear (The Gummy Bear Song) has been recorded in over 25 languages and has been released in more than 40 countries world-wide. <br> <br>* Every day, the online videos for The Gummy Bear Song are watched more than 1 million times. <br> <br>Chart Positions include: <br> <br>USA <br># 1 Dance Singles Chart -- iTunes <br># 1 Dance Ringtone Chart -- iTunes <br> <br>Canada <br>Hot 100 Pop Singles Sales Chart <br># 1 Dance Singles Chart -- iTunes <br> <br>Greece <br># 1 Pop Singles Chart iTunes <br> <br>Hungary <br># 1 Pop Singles Chart iTunes <br># 1 Pop Ringtones Chart iTunes <br> <br>Sweden <br># 2 Pop Singles Sales Chart <br> <br>Australia <br># 2 Pop Singles Sales Chart <br> <br>Norway <br># 5 Pop Singles Sales Chart <br> <br>France <br># 8 Pop Singles Sales Chart (52 weeks in the Top 40) <br> <br>Japan <br>Top 10 Pop Digital Downloads <br> <br>Poland <br># 1 Pop Ringtones Chart <br> <br>Germany <br># 1 Ringtone Download AOL &amp; Vodaphone Charts <br> <br>Russia <br># 1 Pop Downloads Chart <br> <br>Mexico <br># 1 Pop Downloads Chart <br> <br>Sales Certification Awards Include: <br> <br>Sweden <br>Single Certified Gold <br> <br>Hungary <br>Single Certified Gold <br> <br>Russia <br>Single Certified Gold <br> <br>Australia <br>Single Certified Gold <br> <br>Spain <br>Single Certified Gold', 'https://i.ytimg.com/vi/astISOttCQ0/mqdefault.jpg', '', 'astISOttCQ0', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'gummy,bear,song,gummi,gummybear,am,i&#039;m,dance,dancing,funny,english', '00:02:44', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(114, 'EHD2SOWkcSf8qmI', 1, 'KvQmvD', 'Shakira - Waka Waka (This Time for Africa) (The Official 2010 FIFA World Cup™ Song)', 'Shakira&#039;s official music video for &#039;Waka Waka (This Time For Africa)&#039;. Click to listen to Shakira on Spotify: [a]http%3A%2F%2Fsmarturl.it%2FShakiraSpot%3FIQid%3DS...[/a] <br> <br>As featured on Waka Waka (This Time For Africa) - Single. Click to buy the track or album via iTunes: [a]http%3A%2F%2Fsmarturl.it%2FWakaWaka%3FIQid%3DShak...[/a] <br>Google Play: [a]http%3A%2F%2Fsmarturl.it%2FWWGPlay%3FIQid%3DShaki...[/a] <br>Amazon: [a]http%3A%2F%2Fsmarturl.it%2FWWAmazon%3FIQid%3DShak...[/a] <br> <br>More from Shakira <br>La Tortura: [a]https%3A%2F%2Fyoutu.be%2FDsp_8Lm1eSk[/a] <br>La La La (Brazil 2014): [a]https%3A%2F%2Fyoutu.be%2F7-7knsP2n5w[/a] <br>Hips Don&#039;t Lie: [a]https%3A%2F%2Fyoutu.be%2FDUT5rEU6pqM[/a] <br> <br>More great Global Hits videos here: [a]http%3A%2F%2Fsmarturl.it%2FGlobalHits%3FIQid%3DSh...[/a] <br> <br>Follow Shakira <br>Website: [a]http%3A%2F%2Fwww.shakira.com%2Fhome[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fshakira[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fshakira[/a] <br>Instagram: [a]https%3A%2F%2Finstagram.com%2Fshakira[/a] <br>Tumblr: [a]http%3A%2F%2Fshakira.tumblr.com%2F[/a] <br> <br>Subscribe to Shakira on YouTube: [a]http%3A%2F%2Fsmarturl.it%2FShakiraSub%3FIQid%3DSh...[/a] <br> <br>#Shakira #WakaWaka #Vevo #LatinPop #OfficialMusicVideo #ThisTimeForAfrica #FIFAWorldCup <br>--------- <br> <br>Lyrics: <br> <br>You&#039;re a good soldier <br>Choosing your battles <br>Pick yourself up <br>And dust yourself off <br>Get back in the saddle <br> <br>You&#039;re on the front line <br>Everyone&#039;s watching <br>You know it&#039;s serious <br>We&#039;re getting closer <br>This isn&#039;t over <br> <br>The pressure&#039;s on <br>You feel it <br>But you got it all <br>Believe it <br> <br>When you fall get up, oh oh <br>If you fall get up, eh eh <br>Tsamina mina zangalewa <br>&#039;Cause this is Africa <br> <br>Tsamina mina, eh eh <br>Waka waka, eh eh <br>Tsamina mina zangalewa <br>This time for Africa&quot;', 'https://i.ytimg.com/vi/pRpeEdMmmQ0/maxresdefault.jpg', '', 'pRpeEdMmmQ0', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'empire,Shakiravevo,world cup song,she wolf,acoustic,Shakira Waka Waka (This Time For Africa),video,music,instrumental,waka waka,hd', '00:03:31', 0, 1, '1', 2, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(115, 'lckmZezkd1tZrR6', 1, 'fPCxeR', 'Diana and her new Room - Head, Shoulders, Knees &amp; Toes Song For Kids', 'Diana and her new Room - Head, Shoulders, Knees &amp; Toes Song For Kids <br>In the new room, Diana has nothing that the girl needs. Diana exercises to the song &quot;Head, Shoulders, Knees and Toes&quot; - and her wishes come true. A fun song for kids. <br>Subscribe to Kids Diana Show - [a]http%3A%2F%2Fbit.ly%2F2k7NrSx[/a] <br>Diana&#039;s INSTAGRAM [a]https%3A%2F%2Fwww.instagram.com%2Fkidsdianashow%2F[/a] <br>#diana #room #Song', 'https://i.ytimg.com/vi/bTkRs0iIjDU/maxresdefault.jpg', '', 'bTkRs0iIjDU', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:21', 0, 'diana and roma,diana,new room,room,for girls,head,shoulders,knees &amp; toes,baby songs,children songs,song', '00:03:46', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(116, 'GgnkTQnB88niT6Y', 1, '97TEtC', 'Baby Shark - featuring Finny The Shark | + More Kids Songs | Super Simple Songs', 'Watch this video and MUCH more in the Super Simple App for iOS! ► [a]http%3A%2F%2Fapple.co%2F2nW5hPd[/a] <br> <br>Baby Shark Plush Toy ► [a]http%3A%2F%2Fbit.ly%2FSuperSimplePlush[/a] <br>Here&#039;s the Super Simple version of classic camp song for kids, Baby Shark! This collection of kids songs and nursery rhymes also includes The Itsy Bitsy Spider, Ten In The Bed, and many more! <br> <br>Listen to Super Simple Songs on Spotify: [a]https%3A%2F%2Fspoti.fi%2F2ofnaZg[/a] <br>Listen to Super Simple Songs on Apple Music: [a]https%3A%2F%2Fapple.co%2F2pBcg0j[/a] <br>Or, just ask your smart speaker to play Super Simple Songs! <br> <br>PARENTS AND TEACHERS: Thank you so much for watching Super Simple Songs with your families and/or students. If your young ones are watching without supervision, we recommend some of the following viewing options: <br>► SUPER SIMPLE APP -- [a]http%3A%2F%2Fbit.ly%2FSuperSimpleApp[/a] <br>Be the first to watch new Super Simple videos in the Super Simple App! Ad-free and designed for young learners. <br>► DOWNLOAD -- [a]http%3A%2F%2Fbit.ly%2FSuperSimpleShop[/a] <br>Videos from all Super Simple channels are available for purchase at the Super Simple online shop. You can also find some DVDs there. <br>► YOUTUBE KIDS -- [a]http%3A%2F%2Fbit.ly%2FYou-Tube-Kids[/a] <br>Designed to make it safer and simpler for young ones to watch online video, YouTube Kids includes a suite of parental controls so you can tailor the experience to suit your family’s needs. <br>► AMAZON VIDEO <br>Are you an Amazon Prime member? Watch Super Simple videos ad-free on Amazon Prime Video. Just search for “Super Simple.” <br>► KHAN ACADEMY KIDS -- [a]http%3A%2F%2Fbit.ly%2FKhanKids-App[/a] <br>Super Simple has partnered with Khan Academy on their latest app designed for preschoolers. You’ll find Super Simple Songs worked into the curriculum throughout the app. <br>► PLAYKIDS -- [a]http%3A%2F%2Fbit.ly%2FPlay-Kids[/a] <br>Do you have the PlayKids app? You can find many of our Super Simple Songs and programs in the app! <br> <br>FREE SUPER SIMPLE TEACHING RESOURCES: [a]http%3A%2F%2Fbit.ly%2FSSFree-Resources[/a] <br> <br>SOCIAL MEDIA: <br>Super Simple Newsletter Sign Up: [a]http%3A%2F%2Fbit.ly%2FSuperSimpleSignUp[/a] <br>Facebook: [a]http%3A%2F%2Fbit.ly%2FSuperSimpleFacebook[/a] <br>Instagram: [a]http%3A%2F%2Fbit.ly%2FSuperSimpleInsta[/a] <br>Twitter: [a]http%3A%2F%2Fbit.ly%2FSuperSimpleTwitter[/a] <br>Pinterest: [a]http%3A%2F%2Fbit.ly%2F[/a] <br> <br>Lyrics: <br>Baby shark doo doo, doo doo doo doo <br>Baby shark doo doo, doo doo doo doo <br>Baby shark doo doo, doo doo doo doo <br>Baby shark <br> <br>Mama shark doo doo, doo doo doo doo <br>Mama shark doo doo, doo doo doo doo <br>Mama shark doo doo, doo doo doo doo <br>Mama shark <br> <br>Papa shark doo doo, doo doo doo doo <br>Papa shark doo doo, doo doo doo doo <br>Papa shark doo doo, doo doo doo doo <br>Papa shark <br> <br>Grandma shark doo doo, doo doo doo doo <br>Grandma shark doo doo, doo doo doo doo <br>Grandma shark doo doo, doo doo doo doo <br>Grandma shark <br> <br>Grandpa shark doo doo, doo doo doo doo <br>Grandpa shark doo doo, doo doo doo doo <br>Grandpa shark doo doo, doo doo doo doo <br>Grandpa shark <br> <br>Hungry sharks doo doo, doo doo doo doo <br>Hungry sharks doo doo, doo doo doo doo <br>Hungry sharks doo doo, doo doo doo doo <br>Hungry sharks <br> <br>Little fish doo doo, doo doo doo doo <br>Little fish doo doo, doo doo doo doo <br>Little fish doo doo, doo doo doo doo <br>Little fish  <br> <br>Swim away doo doo, doo doo doo doo <br>Swim away doo doo, doo doo doo doo <br>Swim away doo doo, doo doo doo doo <br>Swim away <br> <br>Swim faster doo doo, doo doo doo doo <br>Swim faster doo doo, doo doo doo doo <br>Swim faster doo doo, doo doo doo doo <br>Swim faster <br> <br>Swim faster doo doo, doo doo doo doo <br>Swim faster doo doo, doo doo doo doo <br>Swim faster doo doo, doo doo doo doo <br>Swim faster <br> <br>Swim faster doo doo, doo doo doo doo <br>Swim faster doo doo, doo doo doo doo <br>Swim faster doo doo, doo doo doo doo <br>Swim faster <br> <br>Safe at last doo doo, doo doo doo doo <br>Safe at last doo doo, doo doo doo doo <br>Safe at last doo doo, doo doo doo doo <br>Safe at last <br> <br>Bye bye sharks doo doo, doo doo doo doo <br>Bye bye sharks doo doo, doo doo doo doo <br>Bye bye sharks doo doo, doo doo doo doo <br>Bye bye sharks  <br> <br>Bye bye sharks <br> <br>***** <br> <br>Super Simple Songs® and Super Simple Learning® are registered trademarks of Skyship Entertainment Company.', 'https://i.ytimg.com/vi/8ljHzljQrY8/maxresdefault.jpg', '', '8ljHzljQrY8', '', '', '', '', '', '', 1584780441, '2020-03-21 08:47:22', 0, 'Baby shark,baby shark song,shark song,mama shark,kids songs,nursery rhymes,songs for kids,rhymes,childrens songs,rhymes for kids,animation', '00:54:48', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(117, 'cXldV7Dd46XFuSV', 1, 'BidTVE', 'J.Geco - Chicken Song', '🥚 CLUB CHICKEN (Episode 1)  [a]https%3A%2F%2Fyoutu.be%2Fa34xtL1PeOo[/a] <br>🐣 TRAP CHICKEN (Ep.2) [a]https%3A%2F%2F%2Fyoutu.be%2FQebFejZDwKY[/a] <br>🐤 ROCK CHICKEN (Ep.3) [a]https%3A%2F%2Fyoutu.be%2FXZ57QnnSOhg[/a] <br>🐓 TROPICAL CHICKEN (Ep.4) [a]https%3A%2F%2Fyoutu.be%2F_uozq5E8ifs[/a] <br> <br>🐔 NEW EP [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLoO8l0BJX3hHei7K-zc8aQ2nrscO1mLRF[/a] <br> <br>📷 Best comments will be published on INSTAGRAM! [a]https%3A%2F%2Fwww.instagram.com%2Fjgeco_official%2F[/a] <br> <br>🎵 Chicken Hearted EP <br>[a]https%3A%2F%2Fdistrokid.com%2Fhyperfollow%2Fjgeco%2Fchicken-hearted-ep[/a] <br> <br>🎵 4 NEW CHICKEN SONGS here: <br>1) On iTunes [a]https%3A%2F%2Fgoo.gl%2FfKvRUJ[/a]  <br>2) On Spotify [a]https%3A%2F%2Fgoo.gl%2FdNKAeK[/a] <br>3) On Google Music [a]https%3A%2F%2Fgoo.gl%2Fz8cNwt[/a] <br> <br>GAME on PlayStore! [a]https%3A%2F%2Fgoo.gl%2FnrF87Z[/a] <br>J.Geco - Chicken Song <br>*this video was called Chicken Song - [Geco Remix]. <br> <br>Original Geco Remix.', 'https://i.ytimg.com/vi/msSc7Mv0QHY/maxresdefault.jpg', '', 'msSc7Mv0QHY', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'Chicken,song,dance,remix,dubstep,techno,house,club,mix,Singing,Dancing', '00:02:31', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(118, 'clMEaAUWFPkZf36', 1, 'giiHjY', 'Selena Gomez &amp; The Scene - Love You Like A Love Song', 'Take a walk down memory lane today with some of Selena Gomez&#039;s biggest videos on the SELENA GOMEZ COMPLETE playlist! Watch here: [a]http%3A%2F%2Fhollywoodrecs.co%2FSelenaGomez%2FVevo%3FIQid%3DsgVEVO[/a] <br> <br>A YEAR WITHOUT RAIN [a]https%3A%2F%2Fsmarturl.it%2Fsgtsa2[/a] <br>WHEN THE SUN GOES DOWN [a]https%3A%2F%2Fsmarturl.it%2Fsgtsa1[/a] <br>STARS DANCE [a]https%3A%2F%2Fsmarturl.it%2FsgiTunesa2[/a] <br>FOR YOU [a]https%3A%2F%2Fsmarturl.it%2Fsga1[/a] <br>REVIVAL [a]http%3A%2F%2Fsmarturl.it%2Fsgrevival[/a] <br> <br>Facebook [a]http%3A%2F%2Ffacebook.com%2FSelenaGomez[/a] <br>Twitter [a]http%3A%2F%2Ftwitter.com%2FSelenaGomez[/a] <br>Instagram [a]http%3A%2F%2Finstagram.com%2FSelenaGomez[/a] <br>Official Site [a]http%3A%2F%2Fselenagomez.com[/a]', 'https://i.ytimg.com/vi/EgT_us6AsDg/maxresdefault.jpg', '', 'EgT_us6AsDg', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'selena gomez,selena gomez love you like a love song,love you like a love song selena gomez,songs,selena gomez songs,love you like a love song,i love you like a love song baby,song,love song,love songs', '00:03:41', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(119, 'NQZAbwAvJB7Vovm', 1, 'NUYmO1', 'Seasons Song', 'The Seasons Song is a Science song that teaches the seasons of the year. The Seasons Song teaches the Spring, Summer, Fall, and Winter. <br> <br>Download the Science Songs on iTunes - CLICK HERE: [a]https%3A%2F%2Fitunes.apple.com%2Fus%2Falbum%2Fscience-songs%2Fid423354230[/a] <br> <br>Want to see more? CLICK HERE: [a]http%3A%2F%2Fwww.havefunteaching.com[/a] <br> <br>Seasons Song Lyrics:  <br> <br>Here we go, oh, oh <br>Seasons of the year <br> <br>Here comes the spring with the rain pouring down <br>Here comes the spring with the flowers in the ground <br>Here comes the spring with the rainbow in the sky <br>Here comes the spring to bring new life <br> <br>Here comes the summer with the heat from the sun <br>Here comes the summer with the kids having fun <br>Here comes the summer with the warm breeze <br>Here comes the summer with the trees so green <br> <br>Here comes the fall with the leaves changing color <br>Here comes the fall with the climate getting cooler <br>Here comes the fall with the leaves falling down <br>Here comes the fall with the wind blowing loud <br> <br>Here comes the winter with the ice and the snow <br>Here comes the winter with the freezing cold <br>Here comes the winter with the days getting shorter <br>Here comes the winter with the nights getting longer', 'https://i.ytimg.com/vi/8ZjpI6fgYSY/mqdefault.jpg', '', '8ZjpI6fgYSY', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'seasons,seasons of the year,seasons song,four seasons,kids,babies,toddlers,children,learn,learning,education', '00:04:19', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(120, 'EKXrod8C2InV2hs', 1, 'nAmSCF', 'Yes Yes Keep My Promises | Good Habits Song | Nursery Rhymes | Kids Songs | BabyBus', 'BabyBus - Nursery Rhymes ► [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCpYye8D5fFMUPf9nSfgd4bA%3Fsub_confirmation%3D1[/a] <br> <br>Nursery rhymes in English, canciones en inglés para niños, Comptines en anglais, Lagu-lagu anak berbahasa Inggeris, Musik Untuk Anak, barnvisorna på engelska, Músicas em inglês para crianças, Gyerekzene, Kinderlieder in Englisch, 英文兒歌, Písničky v angličtině, أناشيد أطفال باللغة الإنجليزية, अंग्रेजी में नर्सरी कविताएं, Barnerim på engelsk, Canzoni per bambini in inglese, Engelse kinderliedjes, Piosenki dla dzieci po angielsku, เพลงภาษาอังกฤษสำหรับเด็ก <br> <br>Kids Cartoon, Мультик для детей, Cartoon d&#039;enfants, Dibujos Animados Infantiles,Desenhos animados crianças, Phim hoạt hình trẻ em, Kartun Anak-Anak, 卡通, 动画, 動畫, การ์ตูนสำหรับเด็ก,Kinder Cartoon, बच्चों कार्टून, Kartun Kanak-kanak, Kinderen cartoon, Barntecknad, الرسوم المتحركة للأطفال <br> <br>#nurseryrhymes #kidssongs #babysongs #youtubecartoon #kidsvideos #cartoonforkids  <br>—————BabyBus————— <br>At BabyBus, our goal is to make learning a fun experience for kids aged 2 - 5 by creating classic nursery rhymes, kids songs and stories with 2D &amp; 3D animations. Children get to learn good habits, safety knowledge, letters, colors, numbers and more by singing and dancing with our characters! Enjoy watching our videos! <br>  <br>BabyBus helps children to: <br>★ Think Independently  <br>★ Build Self-Confidence  <br>★ Respect Others <br>★ Explore the World <br>————— <br>Contact us: <br>E-mail: en@babybus.com <br>Website: [a]http%3A%2F%2Fwww.babybus.com[/a]', 'https://i.ytimg.com/vi/jFW1eoPiG_w/maxresdefault.jpg', '', 'jFW1eoPiG_w', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'nursery rhymes,children songs,baby songs,kid songs,sing-along,sing-along songs,kids videos,babybus,baby bus,kids cartoon,doctor cartoon', '00:20:49', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(121, 'ZOpemwgga1EMwsW', 1, 'IJjpQA', '? The Wheels on the Bus and More Nursery Rhymes | Baby Song | Dave and Ava ?', '📲 Download Dave and Ava&#039;s App for iOS ► [a]http%3A%2F%2Fbit.ly%2FDaveAndAvaiOS[/a]  and Android ► [a]http%3A%2F%2Fbit.ly%2FDaveAndAvaAndroid[/a] <br> <br>Subscribe now for new nursery rhymes - [a]https%3A%2F%2Fwww.youtube.com%2FDaveAndAva%3Fsub_confirmation%3D1[/a]   <br> <br>Sing along to The Wheels on the Bus and more nursery rhymes by Dave and Ava!  <br> <br>🎺 Watch our collection of non-stop nursery rhymes at https://www.youtube.com/watch?v=GcsjhHhVunI&amp;t=25s&amp;list=PLURXwwh2i_mcgwdQrVMmh-txx-g1qRcZX&amp;index=1  <br> <br>If you like this video, share it https://www.youtube.com/watch?v=l-cGyFIIFUw&amp;feature=youtu.be <br> <br>The wheels on the bus go round and round all through the town! Check out our new nursery rhymes collection to sing along with Bingo, Philip, Izzy, Lola and some of the farm animals that take a ride on our famous yellow bus. These nursery rhymes and songs for kids are perfect for circle time at homeschool.   <br>Go to your favorite baby song by selecting a title below: <br> <br>00:19     Wheels on the Bus – Animal Sounds Song   <br>04:06     Miss Polly Had a Dolly <br>06:51     One, Two, Three, Four, Five, Once I Caught a Fish Alive <br>10:16     One Little Finger – Part 2  <br>12:38     If You`re Happy and You Know It <br>15:03     Pat a Cake <br>17:27     Brother John <br>19:47     Mary Had a Little Lamb <br>22:26     Itsy Bitsy Spider <br>24:49     The Farmer in the Dell <br>27:33     Hickory Dickory Dock <br> <br>Check out more nursery rhymes for babies by Dave and Ava: <br> <br>😁 Wash Your Hands, Brush Your Teeth + More Nursery Rhymes and Kids Songs | Dave and Ava 😁 <br>[a]https%3A%2F%2Fyoutu.be%2FdYDr1m1gGZk[/a] <br> <br>🚒 Five Little Firemen - Fire Truck |  Baby Songs and Nursery Rhymes | Dave and Ava 🚒 <br>[a]https%3A%2F%2Fyoutu.be%2FcKsieA9yqWo[/a] <br> <br>Please like and share to show your support! Our social media profiles: <br> <br>🌟 Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fdaveandavatv[/a]     <br> <br>😍 Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fdaveandava[/a]      <br> <br>🙌 Twitter: [a]https%3A%2F%2Ftwitter.com%2Fdaveandava[/a]     <br> <br>♥️  YouTube: [a]https%3A%2F%2Fwww.youtube.com%2Fdaveandava[/a]   <br> <br>#daveandava #daveandavanurseryrhymes #DaveAndAvaTime <br> <br>Copyright Dave and Ava LTD © 2020. All rights reserved.', 'https://i.ytimg.com/vi/l-cGyFIIFUw/maxresdefault.jpg', '', 'l-cGyFIIFUw', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'baby songs,five little,Nursery Rhymes,kids songs,children songs,baby rhymes,baby song,baby,sing-along,sing-along songs,kids videos for kids', '00:30:48', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(122, '6BuR64FyVxzHFgm', 1, 'tanCId', 'Justin Timberlake - CAN&#039;T STOP THE FEELING! (From DreamWorks Animation&#039;s', 'CAN&#039;T STOP THE FEELING!” from the Original Motion Picture Trolls&quot; Official Music Video directed by Mark Romanek.  Get it on iTunes: [a]http%3A%2F%2Fsmarturl.it%2FCSTFi%3FIQid%3Dyt[/a] Spotify: [a]http%3A%2F%2Fsmarturl.it%2FCSTFsp%3FIQid%3Dyt[/a] Amazon: [a]http%3A%2F%2Fsmarturl.it%2FCSTFamz%3FIQid%3Dyt[/a] Google Play: [a]http%3A%2F%2Fsmarturl.it%2FCSTFgp%3FIQid%3Dyt[/a]  Follow Justin Timberlake: Website: [a]http%3A%2F%2Fjustintimberlake.com[/a] Facebook: [a]http%3A%2F%2Fwww.facebook.com%2Fjustintimberlake[/a] Twitter: [a]https%3A%2F%2Ftwitter.com%2Fjtimberlake[/a] Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fjustintimberlake[/a]  Spotify: [a]http%3A%2F%2Fsmarturl.it%2FJTimberlakeSpotify%3FIQid%3Dyt[/a] <br> <br>#JustinTimberlake #CantStopTheFeeling #Vevo #Pop #OfficialMusicVideo', 'https://i.ytimg.com/vi/ru0K8uYEZWw/maxresdefault.jpg', '', 'ru0K8uYEZWw', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'JustinTimberlakevevo,vevo,official,video,music video,hq,single,album,Cant Stop The Feeling,original,Trolls', '00:04:46', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(123, '6FUk63tYv46sDOC', 1, 'wm2Jej', 'PSY - GANGNAM STYLE(강남스타일) M/V', 'PSY - ‘I LUV IT’ M/V @ [a]https%3A%2F%2Fyoutu.be%2FXvjnoagk6GU[/a] <br>PSY - ‘New Face’ M/V @[a]https%3A%2F%2Fyoutu.be%2FOwJPPaEyqhI[/a] <br> <br>PSY - 8TH ALBUM &#039;4X2=8&#039; on iTunes @ <br>[a]https%3A%2F%2Fsmarturl.it%2FPSY_8thAlbum[/a] <br> <br>PSY - GANGNAM STYLE(강남스타일) on iTunes @ [a]http%3A%2F%2Fsmarturl.it%2FPsyGangnam[/a] <br> <br>#PSY #싸이 #GANGNAMSTYLE #강남스타일 <br> <br>More about PSY@ <br>[a]http%3A%2F%2Fwww.youtube.com%2Fofficialpsy[/a] <br>[a]http%3A%2F%2Fwww.facebook.com%2Fofficialpsy[/a] <br>[a]http%3A%2F%2Ftwitter.com%2Fpsy_oppa[/a] <br>[a]https%3A%2F%2Fwww.instagram.com%2F42psy42[/a] <br>[a]http%3A%2F%2FiTunes.com%2FPSY[/a] <br>[a]http%3A%2F%2Fsptfy.com%2FPSY[/a] <br>[a]http%3A%2F%2Fweibo.com%2Fpsyoppa[/a]', 'https://i.ytimg.com/vi/9bZkp7q19f0/maxresdefault.jpg', '', '9bZkp7q19f0', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'PSY,싸이,강남스타일,뮤직비디오,Music Video,Gangnam Style,KOREAN SINGER,KPOP,KOERAN WAVE,PSY 6甲,6th Studio Album', '00:04:13', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(124, 'jSqRXlrKp5hgcPc', 1, 'kRyeDi', 'FROZEN | Let It Go Sing-along | Official Disney UK', 'Sing-along with Idina Menzel in this full sequence from Disney&#039;s Frozen. <br> <br>Subscribe to Disney UK: [a]http%3A%2F%2Fbit.ly%2Fsubscribe-to-disney[/a]   <br>Follow us on Twitter: [a]https%3A%2F%2Ftwitter.com%2FDisney_UK[/a]  <br>Like our official Facebook page: [a]https%3A%2F%2Fwww.facebook.com%2FDisneyUK[/a] <br> <br>Walt Disney Animation Studios, the studio behind &quot;Tangled&quot; and &quot;Wreck-It Ralph,&quot; presents &quot;Frozen,&quot; a stunning big-screen comedy adventure. Fearless optimist Anna (voice of Kristen Bell) sets off on an epic journey—teaming up with rugged mountain man Kristoff (voice of Jonathan Groff) and his loyal reindeer Sven—to find her sister Elsa (voice of Idina Menzel), whose icy powers have trapped the kingdom of Arendelle in eternal winter. Encountering Everest-like conditions, mystical trolls and a hilarious snowman named Olaf, Anna and Kristoff battle the elements in a race to save the kingdom.  <br> <br>The film is directed by Chris Buck (&quot;Tarzan,&quot; &quot;Surf&#039;s Up&quot;) and Jennifer Lee (screenwriter, &quot;Wreck-It Ralph&quot;), and produced by Peter Del Vecho (&quot;Winnie the Pooh,&quot; &quot;The Princess and the Frog&quot;). Featuring music from Tony® winner Robert Lopez (&quot;The Book of Mormon,&quot; &quot;Avenue Q&quot;) and Kristen Anderson-Lopez (&quot;In Transit&quot;), <br> <br>Disney&#039;s &quot;Frozen&quot; has been named best animated film by more than a dozen critics associations, has received two Oscars® for best animated feature and best original song (&quot;Let It Go&quot;), a BAFTA® for Best Animated Film, a Golden Globe® for best animated feature, two Critics Choice Movie Awards, and a Producers Guild of America Award for outstanding animated feature.  <br> <br>&quot;Frozen&quot; features eight original songs from songwriting duo Kristen and Robert Lopez (&quot;The Book of Mormon,&quot; &quot;Avenue Q&quot;), including the gripping &quot;Let It Go,&quot; performed by Broadway star Idina Menzel. <br> <br>Buy the soundtrack here:  <br> <br>Amazon - [a]http%3A%2F%2Fpo.st%2FJYuVWf[/a] <br>iTunes - [a]http%3A%2F%2Fpo.st%2FGtBFzg[/a] <br> <br>Frozen is available on Digital HD &amp; 3D and Blu-ray, DVD &amp; On-Demand in the UK with never-before-seen bonus extras to complement the film&#039;s gorgeous animation, memorable characters and unforgettable music. <br> <br>The Disney UK YouTube channel brings you a wealth of official video content from all the Disney movies and characters you know and love. Do you want to learn more about your favourite Disney and Pixar movies? Subscribe to our channel to watch the latest trailers and clips, you&#039;ll be the first to see features for current and upcoming Walt Disney Studios Films and even get to watch exclusive interviews with the stars. Dig into our back catalogue for great Disney videos from classic animations through to modern day Disney &amp; Pixar classics such as Frozen and Inside Out.', 'https://i.ytimg.com/vi/L0MK7qz13bU/maxresdefault.jpg', '', 'L0MK7qz13bU', '', '', '', '', '', '', 1584780442, '2020-03-21 08:47:22', 0, 'Frozen,Disney,Walt Disney,Walt Disney Animation Studios,Disneys Frozen,Kristen Bell,Idina Menzel,Official,The Walt Disney Company (Organization),First,HD', '00:04:03', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(125, 'bQcTvMRsWM5Exub', 1, 'AS9bpn', 'How To Play SUPPORT in Rainbow Six Siege', 'SUBSCRIBE TO MY ORG&#039;S CHANNEL DISRUPT GAMING:  <br>[a]https%3A%2F%2Fwww.youtube.com%2Fdisruptgaming%3Fsub_confirmation%3D1[/a] <br> <br>MY SECOND CHANNEL - MoreBraction  <br> <br>You guys are the best thanks for all the love and support  <br> <br>Want to ask a question Directly ? twitter DM me  <br>[a]https%3A%2F%2Fwww.twitter.com%2FBractionR6[/a] <br> <br> <br> <br> <br>Social Media :  <br>[a]https%3A%2F%2Fwww.twitter.com%2FBractionr6[/a] <br>[a]https%3A%2F%2Fwww.twitch.tv%2FBraction6[/a] <br>[a]https%3A%2F%2Fwww.instagram.com%2FBractionr6[/a] <br> <br> <br> <br>I joined Disrupt as a Content creator !!  <br>[a]https%3A%2F%2Fwww.twitch.tv%2Fdisruptgg[/a] <br>[a]https%3A%2F%2Ftwitter.com%2FDisruptGG[/a] <br> <br> <br>What i use:  <br>Mouse : Pink Gpro Wireless <br> <br>Keyboard : Custom built <br> <br>Mouse Pad : Logitech L <br> <br>Headphones : Logitech G433 <br> <br>Monitor : Acer 244HZ 24&quot; <br> <br> <br>Aspect Ratio : 4:3 84 FOV <br> <br> <br>Sens : <br>H : 5 <br>V : 5 <br>ADS : 60 <br>Multiplier : Default <br>DPI : 400', 'https://i.ytimg.com/vi/szqWowKglIg/maxresdefault.jpg', '', 'szqWowKglIg', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'rainbow six siege tips and tricks,rainbow six siege tips and tricks for beginners,rainbow six siege tips and tricks console,rainbow six siege tips and tricks 2020,rainbow six siege tips,rainbow six siege tips for beginners,rainbow six siege tips for beginners console,rainbow six siege tips for beginners pc,how to get better at rainbow six siege,rainbow six siege how to get better,rainbow six siege support operators', '00:23:31', 0, 1, '1', 2, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(126, 'fFZ5jNsA4eYcSMF', 1, 'zLKOlQ', 'How To Fall Asleep In 2 Minutes', 'Can&#039;t fall asleep? These sleep tips are better than ASMR! <br>What If You Sleep 2 Hours Less Every Night?: [a]https%3A%2F%2Fyoutu.be%2FfuvbS7cdKbs[/a] <br> <br>FOLLOW US! <br>Greg <br>Instagram: [a]https%3A%2F%2Finstagram.com%2Fwhalewatchmeplz[/a]  <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fwhalewatchmeplz[/a]  <br> <br>Mitch <br>Instagram: [a]https%3A%2F%2Finstagram.com%2Fmitchellmoffit[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fmitchellmoffit[/a]  <br> <br>ASAPScience <br>Instagram: [a]https%3A%2F%2Finstagram.com%2Fasapscience[/a]  <br>Facebook: [a]https%3A%2F%2Ffacebook.com%2Fasapscience[/a]  <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fasapscience[/a] <br>Tumblr: [a]https%3A%2F%2Fasapscience.tumblr.com[/a]  <br> <br>Created by Mitchell Moffit and Gregory Brown <br>Written by: Mitch Moffit and Rachel Salt <br>Illustrated by: Max Simmons <br>Edited by: Sel Ghebrehiwot <br> <br>Send us stuff! <br>ASAPSCIENCE INC. <br>P.O. Box 93, Toronto P <br>Toronto, ON, M5S2S6 <br> <br>REFERENCES <br>Why We Sleep [a]https%3A%2F%2Fwww.amazon.com%2FWhy-We-Sleep-Unlocking-Dreams-ebook%2Fdp%2FB06ZZ1YGJ5[/a] <br>[a]https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpubmed%2F22738673[/a] <br>[a]https%3A%2F%2Fwww.researchgate.net%2Fpublication%2F51765558_Sleep_vigilance_and_thermosensitivity[/a] <br>[a]https%3A%2F%2Fwww.fastcompany.com%2F90253444%2Fwhat-happened-when-i-tried-the-u-s-armys-tactic-to-fall-asleep-in-two-minutes[/a] <br>[a]https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpubmed%2F19060203[/a] <br>[a]https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpubmed%2F1801013%2F[/a] <br>[a]https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpubmed%2F22932731[/a] <br>[a]https%3A%2F%2Facademic.oup.com%2Fadvances%2Farticle%2F7%2F5%2F938%2F4616727[/a]', 'https://i.ytimg.com/vi/EiYm20F9WXU/maxresdefault.jpg', '', 'EiYm20F9WXU', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'asapscience,science,fun science,Sleep,Sleep Music,Sleep Hacks,Sleep ASMR,ASMR,Relaxation,Sleep video,sleep tips', '00:07:50', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(127, 'WLxMcBdNaPz9VPP', 1, 'I293vF', 'How to Make Pork Dumplings and Zha Jiang Mian (Beijing-Style Meat Sauce and Noodles)', 'Test cook Dan Souza makes Bridget our recipe for Chinese Pork Dumplings. Gadget critic Lisa McManus reviews ginger graters. Finally, test cook Keith Dresser makes Julia Zha Jiang Mian (Beijing-Style Meat Sauce and Noodles). <br> <br>Get the recipe for Pork Dumplings: [a]https%3A%2F%2Fcooks.io%2F3846LYJ[/a] <br>Get the recipe for Zha Jiang Mian: [a]https%3A%2F%2Fcooks.io%2F2I27wqx[/a] <br>Buy our winning ginger grater: [a]https%3A%2F%2Famzn.to%2F2T4U37P[/a] <br> <br>ABOUT US: Located in Boston’s Seaport District in the historic Innovation and Design Building, America&#039;s Test Kitchen features 15,000 square feet of kitchen space including multiple photography and video studios. It is the home of Cook’s Illustrated magazine and Cook’s Country magazine and is the workday destination for more than 60 test cooks, editors, and cookware specialists. Our mission is to test recipes over and over again until we understand how and why they work and until we arrive at the best version. <br> <br>If you like us, follow us: <br>[a]http%3A%2F%2Famericastestkitchen.com[/a] <br>[a]http%3A%2F%2Ffacebook.com%2Famericastestkitchen[/a] <br>[a]http%3A%2F%2Ftwitter.com%2Ftestkitchen[/a] <br>[a]http%3A%2F%2Finstagram.com%2Ftestkitchen[/a] <br>[a]http%3A%2F%2Fpinterest.com%2Ftestkitchen[/a]', 'https://i.ytimg.com/vi/_Xo4zQKuLyM/maxresdefault.jpg', '', '_Xo4zQKuLyM', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'how to make dumplings,zha jiang mian,how to make dumplings from scratch,dumpling recipe,dumplings,pork dumplings,chinese food,cooking,cooking tips,cooks illustrated,america&#039;s test kitchen', '00:22:59', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(128, 'DKtviWs59vDMGzG', 1, 'dm2XMh', '7 Subtle Signs You MIGHT BE UGLY &amp; How To Fix it!', '20% OFF Manscaped + Free Shipping code TEACH20 at → [a]http%3A%2F%2Fbit.ly%2F2MnhKp7[/a]  <br> <br>TEXT ME here, click the link and save my number to your phone!: [a]https%3A%2F%2Fmy.community.com%2Fjosezuniga[/a]  <br> <br>Check out HE grooming to be one of the FIRST to join this revolutionary brand for men: [a]https%3A%2F%2Fhegrooming.co%2F[/a] <br> <br>Want T-shirts that fit PERFECTLY? Check out ESNTLS, they sell the best T&#039;s in the world: [a]https%3A%2F%2Fwww.esntls.co%2F[/a] <br>Pick one up and let me know what you think!  <br> <br>Subscribe to our 2nd channel: [a]http%3A%2F%2Fbit.ly%2F2aOthqV[/a] <br> <br>Thank you to for sponsoring this video! <br> <br>FOLLOW US ON SOCIAL MEDIA: <br> <br>Website: [a]http%3A%2F%2Fteachingmensfashion.com%2F[/a] <br>Snapchat: Joseczuniga <br>Instagram: [a]http%3A%2F%2Fbit.ly%2F2ejnsFf[/a] <br>Email: info@teachingmensfashion.com <br>Facebook: [a]http%3A%2F%2Fbit.ly%2F2hiqMS4[/a] <br>Twitter: [a]http%3A%2F%2Fbit.ly%2F2hirC19[/a] <br> <br>Our Address is: <br>10380 SW Village Center Dr., 240 <br>Port St. Lucie, FL 34987 <br> <br>Music by: [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCnsnwlEH9NrnHrcIpCSOWbw[/a]', 'https://i.ytimg.com/vi/Sun8_QCR7nI/maxresdefault.jpg', '', 'Sun8_QCR7nI', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'TMF,Teachign mens fashion,Jose Zuniga,Mens Wear,Mens fashion,mens style,Style tips,menswear,mens fashion,GQ,Men&#039;s Style Tips', '00:08:27', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);
INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(129, '63zVdKJKRaH1fPJ', 1, '6AkIOR', 'How to Make Your Own Hand Sanitizer', 'Keeping your hands clean is the best way to stop the spread of diseases, but what can you do if you are out of soap or hand sanitizer? You can make your own hand sanitizer at home! <br>See a full article about making your own hand sanitizer here on Nerdist.com: [a]https%3A%2F%2Fnerdist.com%2Farticle%2Fheres-how-you-make-diy-hand-sanitizer%2F[/a]', 'https://i.ytimg.com/vi/0C6dqKev_s4/maxresdefault.jpg', '', '0C6dqKev_s4', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Nerdist,Because Science,Kyle Hill,Micro,How to,How to Make,Hand Sanitizer,Public Health,DIY,Do It Yourself,Life Hack', '00:01:48', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(130, 'e13F1Bdls5nhwPB', 1, 'AXdkVi', 'TO vs. FOR | How to use these English prepositions', 'Ad: The first 100 people to go to [a]https%3A%2F%2Fwww.blinkist.com%2Flinguamarina[/a] are going to get unlimited access for 1 week to try it out. <br>You’ll also get 25% off if you want the full membership. <br> <br>Hey guys! Welcome to Linguamarina channel! The topic for today&#039;s video is &#039;TO vs. FOR&#039;. When do we use &#039;to&#039; and when do we use &#039;for&#039;? <br> <br>The first thing that we&#039;re going to do is to talk about when we use &#039;to&#039;. <br> <br>1. Destination. Use &#039;to&#039; when there is some kind of transfer happening or something is being moved from one place to another.  <br> <br>2. Time. We use ‘to’ in telling the time when we refer to the number of minutes before the hour. We can use ‘to’ with the meaning of ‘until’ when we are talking about time. We often use it in the expression &quot;from … to …&quot; <br> <br>3. We use &#039;to&#039; when we compare something. <br> <br>4. Receiver of an action. We use ‘to’ with verbs such as &#039;give&#039;, &#039;hand&#039;, &#039;send&#039;, &#039;write&#039;, to indicate the person or thing that receives or experiences the object of the verb. <br> <br>5. To express a reason (with a verb). Use ‘to’ when you are trying to express purpose or the reason that something is happening. <br> <br> Let&#039;s move on to talking about &#039;for&#039;. <br> <br>1. Benefits. Use ‘for’ when something is being done to benefit something or someone else. <br> <br>2. Period of time. Use ‘for’ to indicate time or duration. <br> <br>3. Schedule. Use ‘for’ to mention a specific time, day, etc. <br> <br>4. To express a reason (with a noun). Use ‘for’ when you are trying to express purpose or the reason that something is happening. <br> <br>5. Purpose of something. We use ‘for’ to talk about the purpose of something. <br> <br>This video is sponsored by Blinkist <br> <br>Time codes: <br>0:31 When to use &#039;TO&#039; <br>2:40 When to use &#039;FOR&#039; <br>4:43 About Blinkist <br>6:16 When both &#039;TO&#039; and &#039;FOR&#039; can be used <br>7:29 Most used collocations <br> <br>⭐ INSTAGRAM - linguamarina <br>⭐ LEARN LANGUAGES ABROAD - [a]https%3A%2F%2Flinguatrip.com[/a] <br>⭐ ENROLL IN MY YOUTUBE COURSE - [a]https%3A%2F%2Fbit.ly%2F2D1Z6gf[/a] <br>⭐ DOWNLOAD MY ENGLISH WORKBOOK - [a]https%3A%2F%2Fwww.english.online%2F[/a] <br> <br>📝 Get your English text corrected instantly - [a]https%3A%2F%2Ffluent.express%2F[/a] <br> <br>📷 FILMING EQUIPMENT <br>VLOGS (outdoors): <br>- Canon G7X - [a]https%3A%2F%2Fgeni.us%2FcanonG7X[/a] <br>VIDEOS indoors: <br>- Sony A7R II (also perfect for Instagram) - [a]https%3A%2F%2Fgeni.us%2FsonyA7RII[/a] <br>- Sony 50 mm lens - [a]https%3A%2F%2Fgeni.us%2FSony50mmlens[/a] <br>SOUND: <br>- Zoom H4n Pro (better than any built-in camera sound) - [a]https%3A%2F%2Fgeni.us%2FZoomH4nPro[/a] <br>- Rode video mic (when I have to use my camera to record the sound) - [a]https%3A%2F%2Fgeni.us%2FrodeVideoMic[/a] <br> <br>🎈PROMOS <br>$20 TO SPEND ON AIRBNB - [a]http%3A%2F%2Fbit.ly%2F2g0F87Q[/a] <br>$20 TO SPEND ON UBER - [a]http%3A%2F%2Fubr.to%2F2k1B89L[/a] <br>$25 TO RENT A CAR - [a]https%3A%2F%2Fturo.com%2Fc%2Fdmitryp30[/a] <br> <br>I use affiliate links whenever possible (if you purchase items listed above using my affiliate links, I will get a bonus) <br> <br>#EnglishPrepositions #TovsFor #ToOrFor', 'https://i.ytimg.com/vi/uGkcTdrKjto/maxresdefault.jpg', '', 'uGkcTdrKjto', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'english,english language,learn english,linguamarina,marina mogilko,linguatrip,english bro,english with linguatrip,english prepositions,how to use prepositions,how to use english prepositions', '00:09:50', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(131, 'h4eN8wEGpgXwWY7', 1, 'hTXi4I', 'How to Draw Digital Like a PRO', 'In this video I teach you how to draw digital like a pro!  <br>The first 500 people who click the link in the description will get 2 free months of Skillshare Premium: [a]https%3A%2F%2Fskl.sh%2Fgawxart6[/a] <br> I teach you how to draw digital like a pro in less than 5 minutes with some drawing tips and tricks that will improve you digital art skills ohhh yeahhh <br> <br>📹Subscribe for more art videos!  [a]https%3A%2F%2Fbit.ly%2F2Eyb17w[/a] <br> <br>I filmed my whole digital drawing process to explain you how to make epic digital art pieces, so hope this helps to improve you digital drawings and character designs. To do this i used an ipad pro, the the apple pencil and procreate <br> <br>This Vid is Inspired by Vexx, mARKO AND zHC (as always) <br> <br>📷INSTAGRAM: Gawx Art <br> <br>😁MY TOOLS <br> <br>Copic Marker 72, 36 and 24 set <br>Chameleon 52 set <br>Faber Castel Pitt Artist Pens <br>Sakura Gelly Roll <br>Moleskine A4 and A5 Sketchbook <br>Schmincke acrylic paint <br>Some Random Brushes lol <br> <br> <br>📷MY FILMING GEAR <br> <br>Nikon Coolpix P600 <br>Amazon Basics Tripod <br>Adobe Premiere Pro <br> <br> <br>🎧MUSIC IN THIS VIDEO <br> <br>I get my music from Epidemic Sounds <br> <br>😉Thank you for watching and see you in the next video.', 'https://i.ytimg.com/vi/o2ffCOgnn30/maxresdefault.jpg', '', 'o2ffCOgnn30', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'digital art,how to digital art,digital art tutorial,digital art timelapse,gawx,gawx art,digital art for beginners,digital art tips,making digital art for the first time,photoshop digital art,zhc', '00:05:58', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(132, 'iO93rSR6qXwlKNG', 1, 'exRq96', 'how to look cute in 10 min so ur friends don’t hate u for being late', 'how to look cute with no effort! thank you Hollister for sponsoring this video :’-) Shop Hollister Jeans: [a]https%3A%2F%2Fwww.hollisterco.com%2Fshop%2Fus%2Fgirls-jeans-bottoms%3Fcmp%3DYT%3Ajazzyle%3AF%3Ajeans[/a] <br>☆.。.:*・°☆.。.:*・°☆.。.:*・°☆.。.:*・°☆☆.。.:*・°☆.。.:*・°☆.。.:*・°☆.。.:*・°☆ <br>h o l l i s t e r   c l o t h e s <br>@hollisterco <br>[a]https%3A%2F%2Fwww.youtube.com%2Fuser%2Fhollisterclubcali[/a] <br> <br>s o c i a l s <br>instagram: @jazzyle [a]https%3A%2F%2Fwww.instagram.com%2Fjazzyle%2F%3Fhl%3Den[/a]  <br>twitter: @jjazzyle [a]https%3A%2F%2Ftwitter.com%2Fjjazzyle[/a] <br> <br>f a q’ s <br>age - 19 (wow r u surprised.. i think so) <br>editor &amp; camera - final cut pro x &amp; canon g7x mark II <br>ethnicity - 100% vietnamese (how many of y’all thought i was korean 🤭) <br> <br>if you are a company interested in working with me, please email - business@beaufreshmedia.com / contactjazzyle@gmail.com  <br> <br>.。*゚+.*.。   see ya next time! ily ゚+..。*゚+ <br>** title inspo from oh no nina! shes a sweetie and a much better youtuber go check her out! <br> <br>☺︎ this video is sponsored by Hollister CO! thank you! ☺︎', 'https://i.ytimg.com/vi/U9H90JxBjM8/maxresdefault.jpg', '', 'U9H90JxBjM8', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Best Jeans,Best Denim,Best Tees,Summer Shorts,Spring Clothes,Summer Clothes,Underwear,Fashion,Spring Fashion,Summer Fashion,Spring Fashion Trends', '00:12:50', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(133, 'F3449Yy2IkdseYz', 1, 'KhGOhL', 'HOW TO WIN EVERY GAME OF WARZONE! 99% OF PLAYERS DON’T DO THIS! (Call Of Duty: Warzone)', '💪 BECOME A MEMBER ON MOBILE - [a]http%3A%2F%2Fwww.youtube.com%2FCouRageTheGamer%2Fjoin[/a] <br> <br>✅ BE SURE TO LIKE, SUBSCRIBE, AND TURN ON NOTIFICATIONS!!! <br> <br>👊 SUPPORT A CREATOR CODE: CouRageJD <br> <br>🔜NEW MERCHANDISE SOON - [a]https%3A%2F%2Ft.co%2FdnPAouB1IV%3Famp%3D1[/a] <br> <br>📲 FOLLOW MY OTHER SOCIAL MEDIAS: <br>🐦 [a]https%3A%2F%2FTwitter.com%2FCouRageJD[/a] <br>📷 [a]https%3A%2F%2FInstagram.com%2FCouRageJD[/a] <br>📘 [a]https%3A%2F%2FFacebook.com%2FCouRageJD[/a] <br>📸 Snapchat: CouRageJD <br>🎮 PSN: ayy_CouRage <br>🎮 XBL: ayy CouRage <br> <br>🎥 Sub to Noah: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FNoahJ456[/a] <br>🎥 Sub to Nadeshot: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2FOpTicNaDe[/a] <br> <br>⌨️ Edited by Swpah. Follow him here: <br>[a]https%3A%2F%2FTwitter.com%2FSwpah[/a] <br> <br>🖥 Thumbnail by Seso. Follow him here: <br>[a]https%3A%2F%2Ftwitter.com%2FSesoHQ[/a] <br> <br>Mtn Dew Amp Game Fuel is a beverage designed to give you an edge with ingredients that have been shown improve accuracy and alertness. For more information check out [a]http%3A%2F%2FGameFuel.com[/a] <br> <br>Checkout my entire stream setup on Amazon! [a]https%3A%2F%2Fwww.amazon.com%2Fshop%2Fcourage[/a] <br>MY PC: [a]https%3A%2F%2Fnzxt.co%2FCouragePC[/a] <br>MY HEADSET: [a]http%3A%2F%2Frzr.to%2Fstore[/a] <br> <br>Use code &quot;Courage&quot; for discounts on the following products! <br> <br>SCUF - 5% off - [a]https%3A%2F%2FSCUFGaming.com[/a] <br> <br>#CouRage #Warzone #ModernWarfare', 'https://i.ytimg.com/vi/6PNd9nn1NSU/maxresdefault.jpg', '', '6PNd9nn1NSU', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'CouRage,CoD CouRage,Caster CouRage,Jack CouRage Dunlop,Jack Dunlop CouRage,Funny CouRage Moments,CouRageJD,TwitchTV,Twitch CouRageJD,Fortnite,Fortnite Battle Royale', '00:14:20', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(134, 'SeDgQ9tBueEW9ZX', 1, 'QLb2JF', 'How To Identify Early Symptoms Of COVID-19 | NBC News NOW', 'President Trump said that anybody who wants a COVID-19 test can get one. NBC News’ Alexa Liautaud explains the step-by-step process to getting tested for the virus, and why some people are hitting roadblocks. <br>» Subscribe to NBC News: [a]http%3A%2F%2Fnbcnews.to%2FSubscribeToNBC[/a] <br>» Watch more NBC video: [a]http%3A%2F%2Fbit.ly%2FMoreNBCNews[/a] <br> <br>NBC News Digital is a collection of innovative and powerful news brands that deliver compelling, diverse and engaging news stories. NBC News Digital features NBCNews.com, MSNBC.com, TODAY.com, Nightly News, Meet the Press, Dateline, and the existing apps and digital extensions of these respective properties.  We deliver the best in breaking news, live video coverage, original journalism and segments from your favorite NBC News Shows. <br> <br>Connect with NBC News Online! <br>NBC News App: [a]https%3A%2F%2Fapps.nbcnews.com%2Fmobile[/a] <br>Breaking News Alerts: [a]https%3A%2F%2Flink.nbcnews.com%2Fjoin%2F5cj%2Fbreaking-news-signup%3Fcid%3Dsm_npd_nn_yt_bn-clip_190621[/a] <br>Visit NBCNews.Com: [a]http%3A%2F%2Fnbcnews.to%2FReadNBC[/a] <br>Find NBC News on Facebook: [a]http%3A%2F%2Fnbcnews.to%2FLikeNBC[/a] <br>Follow NBC News on Twitter: [a]http%3A%2F%2Fnbcnews.to%2FFollowNBC[/a] <br>Follow NBC News on Instagram: [a]http%3A%2F%2Fnbcnews.to%2FInstaNBC[/a] <br> <br>How To Identify Early Symptoms Of COVID-19 | NBC News NOW', 'https://i.ytimg.com/vi/_R_oAwOx4vM/maxresdefault.jpg', '', '_R_oAwOx4vM', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'nbc news,nbc,news,breaking news,us news,world news,politics,nightly news,current events,top stories,pop culture', '00:13:44', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(135, 'zyAa6msWPDvqI82', 1, 'Sh8eUt', 'Coronavirus: How to protect yourself during the pandemic', 'The coronavirus outbreak is wreaking havoc on people’s lives across the UK and globally. <br>But how can you protect yourself and others from Covid-19? The government has announced a series of measures. Watch the video above to learn how you can best protect yourself.  <br> <br>Get the latest headlines: https://www.telegraph.co.uk/news/2020/03/18/watch-protect-coronavirus-pandemic/?WT.mc_id=tmg_youtube_offsite_televideo-youtubevideo_18marchhowto&amp;utm_source=tmgoff&amp;utm_medium=tmg_youtube&amp;utm_content=offsite_televideo&amp;utm_campaign=tmg_youtube_offsite_televideo-youtubevideo_18marchhowto <br> <br>Telegraph.co.uk and YouTube.com/TelegraphTV are websites of The Telegraph, the UK&#039;s best-selling quality daily newspaper providing news and analysis on UK and world events, business, sport, lifestyle and culture.', 'https://i.ytimg.com/vi/fGh812BHKy8/maxresdefault.jpg', '', 'fGh812BHKy8', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Telegraph,News,self-isolating,isolation,quaratine,coronavirus,health,covid19', '00:01:54', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(136, 'G17rv6f7j85sUXk', 1, 'GBilpB', '*NEW* How to Get FREE LOCUS COSMOS in Call of Duty Mobile!', 'In today&#039;s call of duty mobile gameplay video, I show off how to get the free locus cosmos in cod mobile. There has been multiple new ways of how to get free guns in cod mobile that I really appreciate! <br> <br>I now have a Discord server where you can interact with myself and others in the community! Join now at [a]https%3A%2F%2Fdiscord.gg%2Fnoah[/a] <br> <br>If you&#039;re new to the channel I post daily videos so don&#039;t hesitate to subscribe and hit bell icon to stay updated with each post! <br> <br>My Other Youtube Channels - [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCP9314aIt_Ev_g4hhqg9mcA[/a] <br> <br>[a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCMlWWdMKFIdw71_-mTR99_A[/a] <br> <br>My Twitter - [a]https%3A%2F%2Ftwitter.com%2FNoahFromTweeter[/a] <br> <br>My Instagram - [a]https%3A%2F%2Fwww.instagram.com%2Fnoahfromyoutubeofficial%2F%3Fhl%3Den[/a] <br> <br> <br>Content Creator for Omen Elite! <br> <br>Join the Omen discord - discord.gg/omen <br> <br>Follow Omen on Twitter - [a]https%3A%2F%2Ftwitter.com%2FOmenElite[/a] <br> <br>Follow Omen on Instagram - [a]https%3A%2F%2Fwww.instagram.com%2Fomenelite%2F%3Fhl%3Den[/a]', 'https://i.ytimg.com/vi/rPp6KKYQLmA/maxresdefault.jpg', '', 'rPp6KKYQLmA', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'free locus cod mobile,free locus cosmos cod mobile,locus cosmos,locus cosmos cod mobile,free guns in cod mobile,free guns in call of duty mobile,free skins in cod mobile,free skins in call of duty mobile,call of duty mobile,cod mobile,codm', '00:13:20', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(137, '95iJlhHj9oPMg9B', 1, 'T7f4o8', 'How to not drive your car/Car fails #5 March 2020/Idiots in cars', 'This video include video how to not drive, Idiots in cars, bad drivers,  <br> <br>In these type of videos Im trying to show situations on the roads which are for educational and journalistic purposes, so the drivers can learn from others common driving mistakes that resulted to damaging accidents. Take this video as a learning tool, drive safely and always obey the traffic laws of the road.  <br>—— <br>Want to buy a dash cam or related accessories? Here are some Amazon Affiliate links (anything purchased through these helps the channel keep going) <br>👉 APEMAN Dash Cam 1080P  Best seller #1 Amazon [a]https%3A%2F%2Famzn.to%2F30Q6Jla[/a] <br>👉 Vantrue N2 Pro Uber Dual Front and Inside Dash Cam [a]https%3A%2F%2Famzn.to%2F3akDyeq[/a] <br>👉 Garmin Dash Cam 66W [a]https%3A%2F%2Famzn.to%2F2uZZ9bS[/a] <br>👉 Compatible memory card 64GB [a]https%3A%2F%2Famzn.to%2F2R3ifGp[/a]  <br>👉 Compatible memory card 128GB [a]https%3A%2F%2Famzn.to%2F2NEh9ip[/a] <br>👉 BEST SELLERS dashcam [a]https%3A%2F%2Famzn.to%2F2sRaYAi[/a] <br>—— <br>Get 10 % OFF for ALL dashcams BlackVue. 👉Code: KINGOFROAD <br>👉[a]http%3A%2F%2Fbit.ly%2F2TDHjpd[/a] BlackVue <br>—— <br>Subscribe youtube [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUCg5eBECNDdwbcxvDLbYUmnw%3Fsub_confirmation%3D1[/a] <br>- Join to [a]https%3A%2F%2Fvk.com%2Fkingotroad[/a] <br>- Join to [a]https%3A%2F%2Fweb.facebook.com%2FKingotroad[/a] <br>- Follow us on twitter [a]https%3A%2F%2Ftwitter.com%2FKINGofROAD9[/a] <br>- Join to [a]https%3A%2F%2Fwww.instagram.com%2F_kingotroad_%2F[/a] <br>—— <br>Our merch [a]https%3A%2F%2FKingotroad.redbubble.com[/a] <br>—— <br>Help with channel development:  <br>[a]https%3A%2F%2Fwww.donationalerts.com%2Fr%2Fkingotroad[/a] <br>—— <br>CAR FAILS - [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPL4UkbySNFSsNv60NUitpyFvGgeMK4QdpP[/a] <br>Police - [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPL4UkbySNFSsMt25GEbEGxPTTWK8sIg336[/a] <br>Road situations - [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPL4UkbySNFSsOo9IHTvVo-gQxOY9-Ky-wd[/a] <br>—— <br>Dear viewers, if you own the copyright to any video posted on the channel, and you are against placing your videos on the list, and if you want to see your video in the compilation please write us: video.kingroad@mail.ru <br>—— <br>WANT TO SUBMIT A CLIP TO BE FEATURED? <br>Please fill out this form [a]https%3A%2F%2Fforms.gle%2FEEZCk1CYW6Lyqg7JA[/a] <br>Email your clip to: video.kingroad@mail.ru <br>—— <br> <br>All videos are used with permission of the owners. <br>DISCLAIMER: Under Section 107 of the Copyright Act 1976, allowance is made for &quot;fair use&quot; for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing.&quot; <br> <br>This video [a]https%3A%2F%2Fyoutu.be%2F7bzrAfR_ias[/a] <br> <br>#baddrivers  #Howtonotdrive #kingofroad', 'https://i.ytimg.com/vi/7bzrAfR_ias/maxresdefault.jpg', '', '7bzrAfR_ias', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Car fails,car fail,King of road,how to not drive your car,how to not drive,idiots in cars,car,idiots,how not to drive,how to drive,car crash', '00:07:19', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(138, 'cMqdi7fIdDnDz17', 1, 'NueJ7k', 'How to pick open a lock with paper clip - life hack', 'This is a video tutorial to show you all how to pick open a lock by creating lock picking tools made from paper clip. This life hack is so easy to do and works for majority of lock as most locks work in the same way. So if your ever locked out of your house or lost your keys try this method before calling a locksmith it might save you a few hundred dollars. in this case i will be using a clear padlock to show you how its done As always LIKE , COMMENT and SUBSCRIBE for more videos. pick a lock with a paperclip door lock #DIY #howto #billshowto <br> <br>Purchase the clear pad lock from the amazon affiliate below... <br> <br>Purchase in the U.S <br>[a]https%3A%2F%2Famzn.to%2F2GfNQih[/a] <br> <br>Purchase in Australia <br>[a]https%3A%2F%2Famzn.to%2F38mgWsg[/a]', 'https://i.ytimg.com/vi/8lQJlWmR1Ko/maxresdefault.jpg', '', '8lQJlWmR1Ko', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'lock picking with paper clips,how to pick a lock with a paperclip,paperclip lock pick,picking locks with paperclips,lock picking,how to pick a lock,lock pick,how to open a lock,how to pick a door lock,how to lock pick with paperclip,pick lock with paper clip', '00:06:43', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(139, 'Q7vDgEtY1w91Vzy', 1, 'uGs1eW', 'How To Make Homemade Hand Sanitizer', 'link for Jack&#039;s HOW TO MAKE MONEY ON YOUTUBE PLAYLIST [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPL2MtWCGs1N0Tkx1TaGwZB1EJ6A9GgEjtj[/a] <br> <br>TWO THINGS YOU CAN DO AFTER WATCHING MY VIDEO <br> <br>1. SHOP AT MY STORE [a]HTTP%3A%2F%2FAMAZONJACK.STORE[/a] <br> <br>2. BUY MY SAUCES &amp; SEASONING [a]HTTP%3A%2F%2FCOOKINGWITHJACK.COM[/a] <br> <br>*******GIVE TO CONVOY OF HOPE AT [a]http%3A%2F%2Fbit.ly%2F2U0vQ3j[/a] ******* <br> <br>Jack&#039;s motto is &quot;Do God&#039;s work and He will do your work!&quot; <br> <br> <br>Cooking With Jack - [a]http%3A%2F%2Fyoutube.com%2Fjakatak69[/a] <br>Jack on the Go - [a]http%3A%2F%2Fyoutube.com%2Fjackonthego[/a] <br>TechTime: [a]http%3A%2F%2Fyoutube.comTechTimeWithJack[/a] <br>Facebook Page: [a]http%3A%2F%2FFacebook.com%2FCookingWithJack[/a] <br>Twitter: [a]http%3A%2F%2Ftwitter.com%2Fjakatak4[/a] <br>Instagram: [a]http%3A%2F%2Finstagram.com%2Fjakatak4[/a] <br>Jack&#039;s website: [a]http%3A%2F%2FCookingwithJack.com[/a] <br>Jack&#039;s Store: [a]http%3A%2F%2FAmazonJack.Store[/a] <br> <br>Equipment I use: <br>Canon 60D [a]https%3A%2F%2Famzn.to%2F2GwfLvG[/a] <br>Rode wireless lavalier [a]https%3A%2F%2Famzn.to%2F2MUAk6b[/a] <br>2 Intellytech 50-CTD lights [a]https%3A%2F%2Famzn.to%2F2MVwyJB[/a] <br> <br>How To Make Homemade Hand Sanitizer', 'https://i.ytimg.com/vi/DtLMwc8SAyQ/maxresdefault.jpg', '', 'DtLMwc8SAyQ', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'cooking,recipe,food,trailer,game,keto,2020,movie,cats,trump,ramsay', '00:05:03', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(140, 'gQuw1ghJMsfg69m', 1, 'O41Obx', 'How to deal with uncertainty', 'Support my sister&#039;s art: [a]https%3A%2F%2Finstagram.com%2Fmegandavella%2F[/a] <br>Become a Patron: [a]http%3A%2F%2Fpatreon.com%2Fmattdavella[/a] <br> <br>💯 You can also follow me here: <br>Newsletter:  [a]http%3A%2F%2Fmattdavella.com[/a] <br>IG:  [a]http%3A%2F%2Finstagram.com%2Fmattdavella[/a] <br>Twitter:  [a]http%3A%2F%2Ftwitter.com%2Fmattdavella[/a] <br>Podcast:  [a]http%3A%2F%2Fgroundupshow.com[/a] <br> <br>❤️ Get more videos &amp; support my work: <br>[a]http%3A%2F%2Fpatreon.com%2Fmattdavella[/a] <br> <br>Thanks for watching!', 'https://i.ytimg.com/vi/jvDDPpxa-Vk/maxresdefault.jpg', '', 'jvDDPpxa-Vk', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'uncertainty,how to deal with uncertainty,dealing with uncertainty,how to deal with uncertainty in life,deal with uncertainty,how to cope with uncertainty,how to tolerate uncertainty,how to better deal with uncertainty,how to deal with the uncertainty of life,how to deal with change and uncertainty,how to deal with your fear of uncertainty', '00:08:04', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(141, 'FJYzFKHPoVSD1O1', 1, 'iL1MSy', 'How to *JUMP* 3 times higher than Normal in Georgopol *FUNNY* and AWM Dropshot PUBG Mobile', 'Download App from Website:  [a]https%3A%2F%2Fwww.gamerji.com[/a] <br>Use My Signup Code: KB150 and Get Rs 150 on bonus.  <br>Download App from Google Play Store <br>[a]https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Desports.gamerji.com[/a] <br>----------------------------------------------------------------------------------------------------------------- <br>Welcome back to Pubg MobileHow to *JUMP* 3 times higher than Normal in Georgopol and AWM Dropshot in miramer one of the fastest back to back squad wipes i did i was in such a good form rushing one squad after another allowing me to win every fight i can and then rushing against bridge camp and breaking but a sad ending i am sure if i would have survived i could have won the chicken dinner with super high kills of 25 or more but still a good game.Subscribe Today for  Gameplay / Updates / Giveaways Funny Montages and Much More, if you are new to the channel and GIVE BIG LIKE FOR More Videos Like This !! <br> <br>Current Rank: Ace Pushing to Pubg Mobile Conqueror Tier. <br> <br>#pubgmobile #pubgtips #pubgtricks #pubggame  <br>#Pubgworldrecord #indiangamer <br> <br>Subscribe AnbruisPlaying:- [a]https%3A%2F%2Fwww.youtube.com%2Fanbruisplaying[/a] <br>Follow me on Rheo TV:- [a]https%3A%2F%2Fapplink.rheotv.com%2FKingAnBru[/a] <br>Rheo Tv discord:- [a]https%3A%2F%2Fdiscord.gg%2F6F3HaTV[/a] <br>----------------------------------------------------------------------------------- <br>🔥Buy KABGang Merchandise here:- [a]https%3A%2F%2Fmerchit.shop%2Fkinganbru%2F[/a] <br>---------------------------------------------------------------------------------- <br>Follow me on TikTok:- [a]https%3A%2F%2Fvm.tiktok.com%2F4uLfhv%2F[/a] <br>----------------------------------------------------------------------------------- <br>👉🏻Social Networks <br>💧 Discord:- [a]https%3A%2F%2Fdiscord.gg%2F7PZHJpu[/a] <br>🐦Twitter:- [a]http%3A%2F%2FTwitter.com%2FKingAnBru[/a] <br>📷Instagram:- [a]http%3A%2F%2FInstagram.com%2FKingAnBru[/a] <br>🎭Facebook:- [a]https%3A%2F%2Fwww.facebook.com%2FkingAnBruYT[/a] <br> <br>🔴Check Out My Previous  Video:- <br>Season 10 Maxed out 100 RP in video :- [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOabX53Wtq6Y[/a] <br> <br>Enjoyed This Pubg Mobile Funny Moments aka Pubg Mobile World Record Kills Solo vs Squard ?? Watch More Over here :- [a]https%3A%2F%2Fgoo.gl%2FuNZ6Q1[/a] <br> <br>⚠️Direct Links to The MY BEST SERIES :-  <br> <br>🔴Pubg Mobile Pro and Funny Gameplays:- [a]https%3A%2F%2Fgoo.gl%2Foy6pY1[/a] <br> <br>🔴Doodle Army 2: Mini Militia Funny Moments:- <br>[a]https%3A%2F%2Fgoo.gl%2FVCdJuK[/a] <br> <br>🔴Fortnite Funny Montages:- [a]https%3A%2F%2Fgoo.gl%2FbqbHfS[/a] <br> <br>🔴Horror Games Funny Montages:- [a]https%3A%2F%2Fgoo.gl%2FUe1tmi[/a] <br> <br>🔴PUBG Funny Moments:- [a]https%3A%2F%2Fgoo.gl%2FuNZ6Q1[/a] <br> <br>🔴 Sundays Madness With KingAnBru:- [a]https%3A%2F%2Fgoo.gl%2FHUqH6f[/a] <br> <br>🔴DON&#039;T FORGET TO SHARE THE VIDEOS IT HARDLY TAKES 1 SEC. <br> <br>👉🏻BackGround Musics <br>• Outro Song by Miles Ali: [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMagLgyKL4FU[/a] <br>• NCS: [a]http%3A%2F%2FWww.Youtube.Com%2FNoCopyrightSounds[/a] <br>• FMW: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2Ffreemusicwave[/a] <br>• YouTube Library: [a]https%3A%2F%2Fwww.youtube.com%2Faudiolibrary[/a] <br>• Free Musics: [a]https%3A%2F%2Fcreativecommons.org%2Flicenses[/a] <br> <br>▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ <br> <br>👉🏻DEVICE SPECS <br>• Brand: Ipad 2018 (6th Generation) <br>• RAM/ROM: 2GB/32GB <br>• Recorder: Elgato HD 60s <br>• Resolution: 1080p 60FPS <br>• Editor: Sony Vegas Pro <br>• Format: MP4 <br>• Decorder: H.264 <br>• BitRate: 10-40 Mbps <br> <br>⚠Subscribe and Press On Bell Icon for Daily Videos:- [a]https%3A%2F%2Fgoo.gl%2FsGBrNG[/a] <br> <br>Also Thanks for 1.35 Million Subscribers.. KABGang <br>♥ Road to 2 Million Subscribers  <br> <br>Disclaimer by KingAnBru : KABGang I am Not trying to hurt or attack someone, this video is made only for entertainment purposes.  <br>  <br>Thanks For Watching  <br> <br>KingAnBru', 'https://i.ytimg.com/vi/mgNAMqB9JQ0/maxresdefault.jpg', '', 'mgNAMqB9JQ0', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'apk,best,claw,controler,duo,emulator,epic,funniest,funny,guide,hindi', '00:21:59', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(142, 'cN7DIiwBHjmQuaN', 1, 'g7OIia', 'How to stand CORRECTLY to the golf ball!', 'How to stand CORRECTLY to the golf ball <br> <br>In this video Rick Shiels PGA Golf Professional shows you how to set up and stand CORRECTLY to the golf ball in order to hit the golf ball longer, hit the golfer ball straight and to lower your golf handicap &amp; lower your golf scores! <br> <br>►Become a FREE SUBSCRIBER to RICK SHIELS now  <br>[a]http%3A%2F%2Fbit.ly%2FSubRickShielsGolf[/a] <br> <br>► Official Apparel and footwear partner: Nike Golf  <br>[a]http%3A%2F%2Fwww.nike.com%2Fgolf[/a] <br> <br>►Official Garmin Ambassador:  <br>[a]https%3A%2F%2Fexplore.garmin.com%2Fen-GB%2Fgolf%2F[/a] <br> <br>► Hit #Subscribe &amp; #HitTheBell so you don&#039;t miss out on any new videos!  <br>----------------------------------------------------------------------------------- <br>►My Links: <br>Facebook  ► [a]https%3A%2F%2Fwww.facebook.com%2FRickShielsPGA%2F[/a] <br>Twitter       ► [a]http%3A%2F%2Fbit.ly%2FRickShielsTwitter[/a] <br>Instagram ► [a]http%3A%2F%2Fbit.ly%2FRickShielsIG[/a] <br>Web           ► [a]http%3A%2F%2Fwww.rickshielsgolf.co.uk%2F[/a] <br>--------------------------------------------------------------------------------- <br> <br>Hi I’m Rick Shiels, welcome to my channel RickShielsPGAGolf. This YouTube channel is designed to help you play better golf, also to help you enjoy your golf more!  <br> <br>I specialise in golf club reviews, golf club unboxing, golf club news, golf club head to heads, and all about golf clubs.  <br> <br>I also want to make you play better golf by providing coaching video on all topics about golf, how to fix your slice, fix your hook, help you drive the golf ball longer, hit your irons more pure, hit your irons closer to the hole and help you draw and fade your golf shots.  <br>I will also help you lower your score by chipping better by stopping you duff and thin chips, pitch the ball closer and also create backspin. Also I will provide you help to putt better and hole more putts!  <br> <br>On this channel I also make fun and entertaining golf content based on crazy and sometimes “gimmicky” golf clubs. I like to cut through the marketing hype about products and I like to give you the honest truth about golf equipment.  <br> <br>If you enjoy the channel make sure you hit subscribe and also tap the notification bell so that you are always notified when I release a new video.', 'https://i.ytimg.com/vi/iq5XvNtjv38/maxresdefault.jpg', '', 'iq5XvNtjv38', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Golf,Golf Tips,Golf Advice,How to play better golf,Rick Shiels PGA,Rick Shiels golf,review club lesson,Golf lessons,Manchester,Rick Shiels PGA Golf Coach,Online golf', '00:06:58', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(143, 'CSDz4lbP1mOCvvS', 1, 'ExTANB', 'How to Tackle your Gaming Backlog', 'Sure, everyone has a backlog, but why not try to get yours in check? <br> <br>[a]https%3A%2F%2Fwww.nintendolife.com%2Fnews%2F2020%2F03%2Fguide_8_steps_to_making_your_gaming_backlog_a_thing_of_the_past[/a] <br> <br>Thanks to GameStop for giving us this opportunity and thanks to our friends Nate, Zach, Jake, Jamie, Fallon and Evan for taking part in the madness with us! <br> <br>Check out our full site: [a]http%3A%2F%2Fwww.nintendolife.com[/a] <br>Like us on Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fnintendolife[/a] <br>Follow us on Twitter: [a]https%3A%2F%2Fwww.twitter.com%2Fnintendolife[/a] <br> <br>#StopTheBacklog #VideoGames #BacklogBeast', 'https://i.ytimg.com/vi/mr7V6F46INg/maxresdefault.jpg', '', 'mr7V6F46INg', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Nintendo Life,Nintendo,Nintendo Switch,Switch,NX,New 3DS,Nintendo UK,Backlog,Backlog Beast,Tackle Your Backlog,Video Games', '00:10:05', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(144, 'JOjOlfYDUQ153bO', 1, 'H9tbjJ', 'How to use Zoom for Remote and Online learning', 'Use Zoom for online teaching and learning. With Zoom you can meet online and organize meetings where students and teachers meet face to face! It&#039;s a solid application with many added features that will enable you to run smooth and engaging lessons.  <br> <br>Meet with parents and students online and keep the learning going even when faced with a school closure.  <br> <br>Want even more tips and tricks for when the School is closed and learning has to continue? Check out my video with top tips here: [a]https%3A%2F%2Fyoutu.be%2FrWk0mKFpJbY[/a] <br> <br>For even more Tips and tricks in addition to the YouTube content, consider joining my Patreon here: [a]https%3A%2F%2Fwww.patreon.com%2Feduflip[/a] 💚 <br> <br>➡️➡️➡️ Don&#039;t forget to SUBSCRIBE today for more videos!  <br>[a]http%3A%2F%2Fbit.ly%2FFlippedYT[/a]  ✅✅✅ <br> <br>❤️Share this video with a friend: [a]https%3A%2F%2Fyoutu.be%2F9guqRELB4dg[/a] ❤️ <br> <br>🔴 AFFILIATE LINKS:  <br>(These really help make our content better at No extra cost to you) <br>My videos are made with Techsmith Camtasia. <br>Get this amazing software here: [a]http%3A%2F%2Ftools.eduflip.net%2FTechsmith[/a] <br> <br>✅✅ CHECK out MY PRE-SELECTED list of my ALL-TIME Favourite EDTECH TOOLS: <br>[a]https%3A%2F%2Fwww.amazon.com%2Fshop%2Fflippedclassroomtutorials[/a] <br> <br>Disclaimer: Some of these links are affiliate links where I&#039;ll earn a small commission if you make a purchase at no additional cost to you. Some links will link out to one of my websites. These videos have been made for educational purposes and all views or opinions expressed are my own. <br> <br>🔴 Find me on SOCIAL MEDIA: <br>My Official EduFlip Website: [a]http%3A%2F%2Feduflip.net[/a] <br>Follow me on Twitter: [a]https%3A%2F%2Ftwitter.com%2Fsethideclercq[/a] <br>Find me on Facebook: [a]http%3A%2F%2Fbit.ly%2FFlippedFacebook[/a] <br> <br>🔴 get CLASSROOM RESOURCES today: <br>My TPT Store: [a]https%3A%2F%2Fwww.teacherspayteachers.com%2FStore%2FEduflip[/a]', 'https://i.ytimg.com/vi/9guqRELB4dg/maxresdefault.jpg', '', '9guqRELB4dg', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'how to teach online,How to use Zoom,How to teach with zoom,How to meet students with Zoom,Zoom tutorial,Use zoom for online learning,How to use Zoom for online teaching,Use zoom for remote work,Using zoom for online work,Meet people with Zoom,What is zoom', '00:10:29', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(145, 'IjMwtrX5X8Lfv8B', 1, 'M8zDlW', 'How To Make Mask At Home | Mask Making From Cloth bag | DIY Mask | Handmade Mask', '#maskmaking #diymask #facemask <br> <br>If you like this video. Please Like, Share and Subscribe. <br>And if you have any suggestions, please comment below. <br> <br>For any queries please contact : ns4creativecollections@gmail.com <br> <br>Follow me on Facebook: <br>[a]https%3A%2F%2Fwww.facebook.com%2FNS.CreativeCollections%2F[/a] <br> <br>Follow me on Instagram: <br>[a]https%3A%2F%2Fwww.instagram.com%2Fnscreativecollections%2F%3Fhl%3Den[/a] <br> <br> <br>Thank You. <br>    ---Sahithi  <br>        NS Creative Collections.', 'https://i.ytimg.com/vi/N4boLMM4paQ/maxresdefault.jpg', '', 'N4boLMM4paQ', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'mask making,mask making with cloth bag,mask making from cloth bag,diy mask,diy,diy mask making,diy face mask making,how to make mask at home easy,how to make mask at home with cloth,how to make masks at home,face mask', '00:02:19', 0, 1, '1', 1, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(146, 'C6ER5EPzKLhJzfr', 1, 'jEPAK6', 'How To Clean Your Smartphone Effectively?? ⚡⚡⚡ DIY Phone Sanitization Tips And Tricks', 'Hello Friends, Aaj Ke Video Me Hum Baat Kar Rahe Hain Ek Aise Topic Par Jo Kai Baar Undekha Reh Jata Hain, Ji Haa Hum Baat Kar Rahe Hain Aapke Smartphone Hygiene Ke Baare Me. Iss Video Me HUmne Aapko Kuch Aise Nuske bataye Jiski Madat Se Aap Aapka Smartphone Bahot Hi Easliy Sanitize Kar Sakte Ho. To Ye Video Ant Tak Dekhiye Aur Video Ko Like Aur Share Karna Na Bhoole. <br>  <br>#SmartphoneHygiene #CleanYourPhone #SanitizeYourSmartphone <br>  <br>Phone Cleaner : [a]https%3A%2F%2Famzn.to%2F39WMRRb[/a] <br>  <br>Our New YouTube Channel : [a]http%3A%2F%2Fbit.ly%2FTrakinKeFunde[/a] <br> <br>For enquires or product promotions get in touch with us on Youtube@trak.in <br> <br>आपको अगर कोई सवाल है तोह जरूर कमैंट्स में हमें बताईये - अगर वीडियो अच्छा लगा तोह लिखे और सब्सक्राइब जरूर कीजियेगा  <br>**************************************************************** <br> <br>00:00 Introduction <br>01:02 How to Clean your phone Case? <br>01:48 How to Clean your phone with Micro fiber Cloth? <br>03:00 How to clean your phone with Universal screen cleaner? <br>03:48 How to clean your phone with cotton swab? <br>04:26 How to wash your hand?  <br>05:05 Verdict <br> <br>Latest Videos on  <br>***************************************************************** <br>Top 10+ Best Upcoming Mobile Phone Launches in March 2020 ⚡⚡⚡ : [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DsNJ7g1o3nuM[/a] <br> <br>Realme X50 Pro Hands-On &amp; First Impressions ⚡⚡⚡ A LOT More than Just 1st 5G Smartphone! <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dkx8XNkyFZB4[/a] <br> <br>[Exclusive] Realme TV, Realme Band Specs, Link App First Look &amp; U2 ⚡⚡ Interview With Madhav Sheth! <br>[a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKIwQmHyNJDo[/a]  <br> <br>Our Recommendations <br>*************************************************************** <br>*Best Smartphones under 15000* <br>PocoF1 - [a]http%3A%2F%2Ffkrt.it%2F4Go%21HnuuuN[/a] <br>Redmi Note 8 Pro : [a]https%3A%2F%2Famzn.to%2F2qpUPAh[/a] <br>Realme 5 Pro : [a]http%3A%2F%2Fbit.ly%2F2Z9DYSW[/a] <br>Samsung M30s : [a]https%3A%2F%2Famzn.to%2F32SjaNK[/a] <br>Mi A3 : [a]https%3A%2F%2Famzn.to%2F2MMyMfW[/a] <br>vivo Z1Pro : [a]http%3A%2F%2Fbit.ly%2F2W9L59g[/a] <br>Moto One Action : [a]http%3A%2F%2Fbit.ly%2F2MKG3N8[/a] <br>Redmi Note 7 Pro : [a]http%3A%2F%2Fbit.ly%2F2Xg66Ox[/a] <br> <br>Social Media Handles <br>***************************************************************** <br>Follow us on: <br>Web: [a]http%3A%2F%2Ftrak.in[/a] <br>Instagram: [a]http%3A%2F%2Finstagram.com%2Ftrakintech[/a] <br>Twitter: [a]http%3A%2F%2Fwww.twitter.com%2Ftrakintech[/a] <br>Twitter personal: [a]http%3A%2F%2Fwww.twitter.com%2F8ap[/a] <br>Facebook: [a]http%3A%2F%2Fwww.facebook.com%2FTrakinTech[/a] <br>English Trakin Tech Youtube Channel - [a]http%3A%2F%2Fwww.youtube.com%2FTrakinTechEnglish[/a] <br>****************************************************************** <br> <br>*Official Giveaway / Contest Rules* <br>a. All entries need to comply with YouTube Community Guidelines ([a]http%3A%2F%2Fwww.youtube.com%2Ft%2Fcommunity_guidelines%29[/a] and entries which don’t comply will be disqualified. <br>b. This Giveaway/Contest is wholly compliant &amp; consistent with Youtube Terms of Service <br>c. This Giveaway/Contest is conducted by TrakinTech and is not sponsored by Youtube <br>d. Privacy - All the data we collect from participants will be used only for Giveaway / Contest purposes only. We will not share or sell this data to anyone. <br>e. All Giveaway / Contests are conducted in a fair and impartial manner!', 'https://i.ytimg.com/vi/TBEwIbN6mxU/maxresdefault.jpg', '', 'TBEwIbN6mxU', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'TrakinTech,Trakin Tech,how to clean your cell phone,phone,clean your phone,mobile phone,how to,smartphone sterilization,mobile phone cleaning,how to clean your mobile,Smartphone Hygiene', '00:05:21', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(147, '4R3B96FEo9GkBjt', 1, 'PoX3OW', 'Cleaning Expert Teaches You How to Disinfect Your Home', 'During cold and flu season, it&#039;s important to keep your home clean and to disinfect - but how do you properly disinfect? That&#039;s where Cleaning Expert Melissa Maker can help, in this video, we learn how to effectively disinfect countertops, points of contact,  doorknobs, bathrooms and more. We talk about disinfecting, sanitizing, cleaning products and everything else you need to keep your home clean and disinfected during cold and flu season. <br> <br>DIY Hand Sanitizer: [a]https%3A%2F%2Fyoutu.be%2FAnJa8_umN-k[/a] <br>How to Clean Up After Being Sick: [a]https%3A%2F%2Fyoutu.be%2FeqV2paRwLVQ[/a] <br>DIY Disinfectant Recipe: [a]https%3A%2F%2Fcleanmyspace.com%2Fdisinfectant%2F[/a] <br> <br>Makers Cleaning Cloths: [a]http%3A%2F%2Fbit.ly%2Fmakersclean[/a] <br>Subscribe for a Cleaner Life! [a]http%3A%2F%2Fbit.ly%2FCMSYT17[/a] <br> <br>*** HOME PRODUCTS WE LOVE *** <br> <br>Dyson V11 Stick Vacuum: [a]https%3A%2F%2Famzn.to%2F2Tea2ki[/a] <br>Enzyme Cleaner: [a]https%3A%2F%2Famzn.to%2F2IbpLbF[/a] <br>Cleaning Caddy: [a]https%3A%2F%2Famzn.to%2F2IiydKd[/a] <br>Spray Bottles: [a]https%3A%2F%2Famzn.to%2F309RLpH[/a] <br>Pot &amp; Pan Dish Scraper: [a]https%3A%2F%2Famzn.to%2F2R2o5qB[/a] <br>Premium Microfiber Cloths: [a]http%3A%2F%2Fbit.ly%2Fmakersclean[/a] <br>Reusable Mesh Produce Bags: [a]https%3A%2F%2Famzn.to%2F2t4dovu[/a] <br>Oxo Squeegee: [a]http%3A%2F%2Famzn.to%2F2awGmbP[/a] <br>Portable Steamer: [a]https%3A%2F%2Famzn.to%2F2QIX9wQ[/a] <br>SEE ALL OUR FAVORITES! [a]http%3A%2F%2Fbit.ly%2Fcms-faves[/a] <br> <br>*** FOLLOW US ON INSTAGRAM! *** <br> <br>Clean My Space: [a]http%3A%2F%2Fbit.ly%2FCMSIG18[/a] <br>Melissa: [a]http%3A%2F%2Fbit.ly%2FMelissaMakerInsta[/a] <br>Chad: [a]http%3A%2F%2Fbit.ly%2FChadReynoldsInsta[/a] <br> <br>*** START YOUR JOURNEY TO A CLEANER LIFE! *** <br> <br>YouTube: [a]http%3A%2F%2Fbit.ly%2FCMSYT17[/a] <br>Blog:  [a]http%3A%2F%2Fbit.ly%2FCleanMySpaceBlog[/a] <br>Maker&#039;s Clean Microfiber Cloths: [a]http%3A%2F%2Fbit.ly%2Fmakersclean[/a] <br>Facebook: [a]http%3A%2F%2Fbit.ly%2FCleanMySpaceFB18[/a] <br>Melissa&#039;s Channel: [a]http%3A%2F%2Fbit.ly%2FMelissaMakerYT18[/a] <br>Chad&#039;s Channel: [a]http%3A%2F%2Fbit.ly%2FCheckYourLevelsYT[/a] <br> <br>Questions? Comments?  <br>We&#039;d love to hear from you - say hello down below!', 'https://i.ytimg.com/vi/PBsIHjc3ABc/maxresdefault.jpg', '', 'PBsIHjc3ABc', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Cleaning,Disinfecting,Disinfecting Wipes,Sanitizer,Disinfectant Spray,Disinfect,Clean My Space,Melissa Maker,Clean,How to Disinfect Clothes,How to Disinfect', '00:11:22', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(148, 'DlobBuaJ4Ezznop', 1, 'DLOJkg', 'How To Customize Air Force 1&#039;s! ?? + Giveaway | Xavier Kickz', 'How To Customize Air Force 1&#039;s - In this video I teach people how to customize air force 1&#039;s . And I just announced a new giveaway, make sure to enter! <br> <br>🔴JOIN THE XAVIER KICKZ FAMILY &amp; SUBSCRIBE BELOW 🔴: [a]https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUC8RhCutmRSEUeKz7_Iamk2A[/a] <br> <br>How did I do? Let me know in the comments! <br> <br>FOLLOW ME TO STAY UPDATED! <br>►Twitter: [a]https%3A%2F%2Ftwitter.com%2Fxavierkickz17[/a] <br>►Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fxavierkickz17[/a] <br>►Snapchat: xocrews44 <br> <br>~TURN ON YOUR NOTIFICATIONS BY HITTING THE BELL! <br> <br>Business Email: crewsxavier@yahoo.com <br> <br>#CustomAirForce1&#039;s #XavierKickz #AngelusPaint', 'https://i.ytimg.com/vi/EZSJWD3ITuo/maxresdefault.jpg', '', 'EZSJWD3ITuo', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'how to customize air force 1,how to customize air force 1 for beginners,how to customize air force 1 tutorial,how to customize air force 1 with sharpie,how to customize air jordan 1,air force 1,air force 1 custom,how to customize shoes,cartoon air force 1,custom air force 1,nike air force', '00:11:31', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(149, '13vE3FuYrxf7gjX', 1, 'YbRDPz', 'How To Be More Disciplined (Animated Story)', 'Want To Learn How To Be More Self Disciplined? I will teach you! Self Discipline is probably one of the most important treats on earth, Being disciplined will get you anything, that you could ever want, from becoming rich, happy, fit, having a great relationship, it almost always start with Self Discipline. <br> <br>Becoming self disciplined is simple, but it’s not easy. It’s takes a lot of work, that most people are not willing to do. But ANYONE can become self disciplined if they want to, this video will teach you how. You could argue that self awareness is more important, because you will not be able to see the problem, or the goal you want to achieve without that, but self discipline is the thing that moves you in the right direction. Motivational videos are good to watch, I see them as kind of like a slap in the face to wake up, but the effects of a slap go away pretty fast, but building your self discipline muscle is something that give the strength to do anything you want. <br> <br>Watch this video if you like this one: https://www.youtube.com/watch?v=JCTPFqU8qQM&amp;t=202s', 'https://i.ytimg.com/vi/9GqBxPwpL7A/maxresdefault.jpg', '', '9GqBxPwpL7A', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Self discpline,motivational video,motivational videos,motivational video in hindi,become more disciplined,how to build discipline in your life,how to become disciplined,how to build discipline,motivational videos for success in life,mitch manly,how to develop discipline', '00:06:14', 0, 1, '1', 0, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(150, 'iOA5wDneP8aENds', 1, 'fJme4A', 'How To Read &amp; Write Braille + The History of Braille!', 'Join us and find your voice in the movement for global girls’ education #CreatorsForChange. On March 17 at 9AMET watch Creators for Change On Girls’ Education: https://www.youtube.com/watch?v=HzOPah2JzJE&amp;t=5s <br> <br>Creators for Change Playlist: [a]https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLjq6DwYksrzx5z2sk3oM4uwiTA377EW3V[/a] <br> <br>Braille translator: [a]https%3A%2F%2Fwww.brailletranslator.org[/a] <br>Learn about Louis Braille: [a]https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FLouis_Braille[/a] <br> <br>Join my exclusive Killer Bee Club at [a]https%3A%2F%2Fwww.patreon.com%2Fmollyburke[/a] <br>Download my Audiobook &quot;It&#039;s Not What It Looks Like&quot; on Audible: [a]https%3A%2F%2Faudible.com%2Fmollyburke[/a] <br> <br>Follow Me: <br>Instagram: @mollyburkeofficial <br>Facebook: [a]http%3A%2F%2Ffacebook.com%2Fmollyburkeofficial[/a] <br>Twitter: @mollybofficial  <br> <br>MY PO BOX:  <br>PO Box 361127, 5350 Wilshire Blvd. Los Angeles,  CA. 90036 <br>    <br>LEARN MORE: [a]http%3A%2F%2Fmollyburkeofficial.com[/a] <br> <br>I&#039;m Molly, a typical sushi, makeup, and fashion loving millennial girl who just so happens to be blind! I was diagnosed with Retinitis Pigmentosa at just 4 years old and began public speaking at age 5. I started just doing motivational speaking, but now I make videos and even model! Even though I can’t see, I know that there are bright spots in everything we face. Let’s find them together. 💕 <br> <br>FTC: This video is sponsored by YouTube Creators for Change', 'https://i.ytimg.com/vi/a8AEkwtNEiM/maxresdefault.jpg', '', 'a8AEkwtNEiM', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'blind,blind girl,retinitis pigmentosa,motivation,inspiration,disability,accessibility,awareness,fashion,vlog,guide dog', '00:21:08', 0, 1, '1', 12, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);
INSERT INTO `videos` (`id`, `video_id`, `user_id`, `short_id`, `title`, `description`, `thumbnail`, `video_location`, `youtube`, `vimeo`, `daily`, `facebook`, `ok`, `twitch`, `twitch_type`, `time`, `time_date`, `active`, `tags`, `duration`, `size`, `converted`, `category_id`, `views`, `featured`, `registered`, `privacy`, `age_restriction`, `type`, `approved`, `240p`, `360p`, `480p`, `720p`, `1080p`, `2048p`, `4096p`, `sell_video`, `sub_category`, `geo_blocking`, `demo`, `gif`, `is_movie`, `stars`, `producer`, `country`, `movie_release`, `quality`, `rating`, `monetization`, `rent_price`, `stream_name`, `live_time`, `live_ended`, `agora_resource_id`, `agora_sid`, `license`, `is_stock`) VALUES
(151, 'yZeGrT1AqDieYAV', 1, 'egjyzM', 'How To Throw A Forehand In Disc Golf', 'The forehand or sidearm is a crucial throw in disc golf. Jeremy Koling teaches us the basics of a good forehand in disc golf. <br>My 1st Tournament: [a]https%3A%2F%2Fyoutu.be%2FGFzPlT7FUwk[/a] <br> <br>Darkhorse 3 Pack and Get Freaky Zone <br>[a]https%3A%2F%2Fwww.discraft.com%2Fbrodiesmith[/a] <br> <br>Subscribe for more Disc Golf content: [a]http%3A%2F%2Fbit.ly%2FSubToBrodie[/a] <br> <br>Check out all of Brodie&#039;s merch, Darkhorse merch, frisbees, and disc golf coming soon here: [a]http%3A%2F%2Fbrodiesmith21.com[/a] <br> <br>Jeremy Koling: [a]http%3A%2F%2Finstagram.com%2Fbigjermdg[/a] <br> <br>Connect with me online: <br>[a]http%3A%2F%2Finstagram.com%2Fbrodiesmith21[/a] <br>[a]http%3A%2F%2Ftwitter.com%2Fbrodiesmith21[/a] <br>[a]http%3A%2F%2Ffacebook.com%2Fbrodiesmith21[/a] <br> <br>Business or Media, please contact: <br>bwsproductions@gmail.com <br> <br>******* <br> <br>4-time National Champion in Ultimate Frisbee, 6 Guinness World Records, Amazing Race Season 28, throws frisbees into trash cans, basketball hoops, and pretty much anything a frisbee will fit in to. Just started my disc golf career and can&#039;t wait to compete! Always down to try new things and ideas, so please let me know what vids you want to see. More family-friendly content coming your way! <br> <br> <br>STAY DARKHORSE MY FRIENDS!!! <br> <br>#DiscGolf #BrodieSmith #tutorial', 'https://i.ytimg.com/vi/VC2EzKvM3bo/mqdefault.jpg', '', 'VC2EzKvM3bo', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'brodie smith,brodie,brodiesmith21,disc,disc golf,disc golf throw,disc golf 2020,discraft,Brodie Disc Golf,Brodie Smith Disc Golf,frisbee golf', '00:14:23', 0, 1, '1', 12, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(152, 'V5IDgsMsHsBfw7L', 1, '1WL811', 'How to go to a party alone (and actually have fun)', 'Head to [a]http%3A%2F%2Fsquarespace.com%2FAnna[/a] to save 10% off your first purchase of a website or domain using code ANNA ! <br> <br>thank you for your support! [a]https%3A%2F%2Fpatreon.com%2Fannaakana[/a] <br> <br>connect  <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fannaakana[/a] <br>Twitter: [a]http%3A%2F%2Ftwitter.com%2Fannaakana[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fannaakana[/a] <br>Spotify: [a]https%3A%2F%2Fspoti.fi%2F2MvmYjE[/a] <br> <br>shot &amp; edited by Eric Lombart <br>[a]http%3A%2F%2Fyoutube.com%2FEricLombart[/a] <br> <br>produced by Amber Grace <br>[a]http%3A%2F%2Finstagram.com%2Fambergraceok[/a] <br> <br>grip - Melissa Gasca, John Lee <br> <br>sound - John Lee <br> <br>gfx by Bethany Radloff <br>[a]http%3A%2F%2Fyoutube.com%2Fbethberad[/a]', 'https://i.ytimg.com/vi/8kFf745Yqrw/maxresdefault.jpg', '', '8kFf745Yqrw', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'anna,akana,ana,annaakana', '00:04:16', 0, 1, '1', 17, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(153, 'FUoB5WObMyQ68jl', 1, 'tPeATM', '*HOW TO* EASILY WIN EVERY SINGLE SPOTLIGHT SIM CHALLENGE AND HOW TO GET PLAYERS EASILY!!', 'Twitch: [a]https%3A%2F%2Fwww.twitch.tv%2Fsub2dbg[/a] <br> <br>Subscribe if you&#039;re new #roadto150k <br> <br>Instagram: [a]https%3A%2F%2Fbit.ly%2F2k7x655[/a] <br>Twitter: [a]https%3A%2F%2Fbit.ly%2F2ksjPV9[/a] <br>2nd Channel: [a]https%3A%2F%2Fbit.ly%2F2kqQeLP[/a] <br> <br>*HOW TO* EASILY WIN EVERY SINGLE SPOTLIGHT SIM CHALLENGE AND HOW TO GET PLAYERS EASILY!! In this video we talk about how to win every single game in the spotlight sim challenges. these cards can be used to get a free pink diamond brandon ingram, free pink diamond pascal siakam and a free galaxy opal james harden. these cards are all incredible in nba 2k20 myteam. This is an nba 2k20 how to and an nba 2k20 tutorial for how to use the brooklyn nets playbook in order to complete all of these challenges', 'https://i.ytimg.com/vi/bk3SKZYxOiI/maxresdefault.jpg', '', 'bk3SKZYxOiI', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'nba 2k20,nba 2k20 myteam,nba 2k20 myteam gameplay,nba 2k20 pack opening,how to make mt nba2k20,how to get tokens nba 2k20,how to complete all spotlight sim challenges nba 2k20,free galaxy opal james harden,pink diamond pascal siakam nba 2k20,pink diamond brandon ingram nba 2k20,nba 2k20 how to', '00:11:35', 0, 1, '1', 13, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(154, 'wuYYQc6zqYlISU3', 1, '5DJJgp', 'How To Build Swimming Pool Water Slide Around Secret Underground House', 'Build Swimming Pool Water Slide Around Secret Underground House <br>Please share and subs my chanel if you like this video! Thank you very much! <br>If you have any idea or more convenience to support us please don&#039;t hesitate to contact with us all time 24TH/7 Days <br>Youtube: [a]https%3A%2F%2Fwww.youtube.com%2Fuser%2Fhoangtulolem87[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FPrimitive-Survival-270791963461859%2F[/a]', 'https://i.ytimg.com/vi/Tq-o_296vz4/maxresdefault.jpg', '', 'Tq-o_296vz4', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'Primitive technology,Primitive,Survival,Build Swimming Pool Water Slide Around Secret Underground House,swimming pool,build swimming pool,underground swimming pool,underground house,secret underground house,water slide,water slide house', '00:26:00', 0, 1, '1', 18, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(155, 'IJJnVtA1ffmvmMf', 1, 'zTc9Vp', 'How To Play SUPPORT in Rainbow Six Siege', 'SUBSCRIBE TO MY ORG&#039;S CHANNEL DISRUPT GAMING:  <br>[a]https%3A%2F%2Fwww.youtube.com%2Fdisruptgaming%3Fsub_confirmation%3D1[/a] <br> <br>MY SECOND CHANNEL - MoreBraction  <br> <br>You guys are the best thanks for all the love and support  <br> <br>Want to ask a question Directly ? twitter DM me  <br>[a]https%3A%2F%2Fwww.twitter.com%2FBractionR6[/a] <br> <br> <br> <br> <br>Social Media :  <br>[a]https%3A%2F%2Fwww.twitter.com%2FBractionr6[/a] <br>[a]https%3A%2F%2Fwww.twitch.tv%2FBraction6[/a] <br>[a]https%3A%2F%2Fwww.instagram.com%2FBractionr6[/a] <br> <br> <br> <br>I joined Disrupt as a Content creator !!  <br>[a]https%3A%2F%2Fwww.twitch.tv%2Fdisruptgg[/a] <br>[a]https%3A%2F%2Ftwitter.com%2FDisruptGG[/a] <br> <br> <br>What i use:  <br>Mouse : Pink Gpro Wireless <br> <br>Keyboard : Custom built <br> <br>Mouse Pad : Logitech L <br> <br>Headphones : Logitech G433 <br> <br>Monitor : Acer 244HZ 24&quot; <br> <br> <br>Aspect Ratio : 4:3 84 FOV <br> <br> <br>Sens : <br>H : 5 <br>V : 5 <br>ADS : 60 <br>Multiplier : Default <br>DPI : 400', 'https://i.ytimg.com/vi/szqWowKglIg/maxresdefault.jpg', '', 'szqWowKglIg', '', '', '', '', '', '', 1584780596, '2020-03-21 08:49:56', 0, 'rainbow six siege tips and tricks,rainbow six siege tips and tricks for beginners,rainbow six siege tips and tricks console,rainbow six siege tips and tricks 2020,rainbow six siege tips,rainbow six siege tips for beginners,rainbow six siege tips for beginners console,rainbow six siege tips for beginners pc,how to get better at rainbow six siege,rainbow six siege how to get better,rainbow six siege support operators', '00:23:31', 0, 1, '1', 15, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(156, 'oGaXmBeN4emV99f', 1, 'Y9IpvK', 'One Direction - Best Song Ever', 'One Direction – Best Song Ever (Official Video) <br>Follow On Spotify – [a]https%3A%2F%2Fsmarturl.it%2F1D_TTSp[/a] <br>Listen on Apple Music – [a]https%3A%2F%2Fsmarturl.it%2F1D_AMEss[/a] <br>Amazon Music - [a]https%3A%2F%2Fsmarturl.it%2F1D_BOAm[/a] <br>  <br>WATCH HISTORY MUSIC VIDEO ► [a]https%3A%2F%2Fsmarturl.it%2F1D_HV[/a] <br>WATCH STORY OF MY LIFE MUSIC VIDEO ► [a]https%3A%2F%2Fsmarturl.it%2F1D_SOMLV[/a] <br>WATCH WHAT MAKES YOU BEAUTIFUL MUSIC VIDEO ► [a]https%3A%2F%2Fsmarturl.it%2F1D_WMYBV[/a] <br>WATCH DRAG ME DOWN MUSIC VIDEO ► [a]https%3A%2F%2Fsmarturl.it%2F1D_DMDV[/a] <br>WATCH LITTLE THINGS MUSIC VIDEO ► [a]https%3A%2F%2Fsmarturl.it%2F1D_LTV[/a] <br>WATCH BEST SONG EVER MUSIC VIDEO ► [a]https%3A%2F%2Fsmarturl.it%2F1D_BSEV[/a] <br>  <br>Follow One Direction <br>Facebook - [a]https%3A%2F%2Fwww.facebook.com%2Fonedirectionmusic[/a] <br>Twitter - [a]https%3A%2F%2Ftwitter.com%2Fonedirection[/a] <br>Instagram - [a]https%3A%2F%2Fwww.instagram.com%2Fonedirection%2F[/a] <br>  <br>Lyrics <br>[Harry:] <br>Maybe it&#039;s the way she walked (wow) <br>Straight into my heart and stole it <br>Through the doors and passed the guards (wow) <br>Just like she already owned it <br> <br>[Zayn:] <br>I said, &quot;Can you give it back to me?&quot; <br>She said, &quot;Never in your wildest dreams.&quot; <br> <br>[All:] <br>And we danced all night to the best song ever <br>We knew every line <br>Now I can&#039;t remember <br>How it goes but I know <br>That I won&#039;t forget her <br>&#039;Cause we danced all night to the best song ever <br> <br>I think it went oh, oh, oh <br>I think it went yeah, yeah, yeah <br>I think it goes... <br> <br>[Liam:] <br>Said her name was Georgia Rose (wow) <br>And her daddy was a dentist <br> <br>[Harry:] <br>Said I had a dirty mouth (I got a dirty mouth) <br>But she kissed me like she meant it <br> <br>[Niall:] <br>I said, &quot;Can I take you home with me?&quot; <br>She said, &quot;Never in your wildest dreams.&quot; <br> <br>[All:] <br>And we danced all night to the best song ever <br>We knew every line <br>Now I can&#039;t remember <br>How it goes but I know <br>That I won&#039;t forget her <br>&#039;Cause we danced all night to the best song ever <br> <br>I think it went oh, oh, oh <br>I think it went yeah, yeah, yeah <br>I think it goes... <br> <br>[Louis:] <br>You know, I know, you know I&#039;ll remember you <br>And I know, you know, I know you&#039;ll remember me <br> <br>(oh, oh, oh <br>Yeah, yeah, yeah) <br> <br>[Zayn:] <br>You know, I know, you know I&#039;ll remember you <br>And I know, you know, I hope you remember how we danced <br>How we danced <br>1, 2, 1, 2, 3 <br> <br>[All:] <br>How we danced all night to the best song ever <br>We knew every line <br>Now I can&#039;t remember <br>How it goes but I know <br>That I won&#039;t forget her <br>&#039;Cause we danced all night to the best song ever <br>(we danced, we danced, it goes something like, yeah) <br>Danced all night to the best song ever <br>We knew every line <br>Now I can&#039;t remember <br>How it goes but I know <br>That I won&#039;t forget her <br>&#039;Cause we danced all night to the best song ever <br> <br>I think it went oh, oh, oh <br>I think it went yeah, yeah, yeah <br>I think it goes... <br> <br>[Zayn:] <br>Best song ever <br>It was the best song ever <br>It was the best song ever', 'https://i.ytimg.com/vi/o_v9MY_FMcw/maxresdefault.jpg', '', 'o_v9MY_FMcw', '', '', '', '', '', '', 1584780824, '2020-03-21 08:53:44', 0, 'One Direction,One thing Official,OneDirectionvevo,1D,vevo,Songs,official,what makes you beautiful,video,History,music video', '00:06:13', 0, 1, '3', 15, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(157, '2Xftq6Y27uqDgGJ', 1, 'hBNuya', 'Tenacious D - Tribute (Video)', 'Tenacious D&#039;s official music video for &#039;Tribute&#039;. Click to listen to Tenacious D on Spotify: [a]http%3A%2F%2Fsmarturl.it%2FTenaciousDSpotify%3FIQid%3DTenaciousDT[/a] <br> <br>As featured on Tenacious D. Click to buy the track or album via iTunes: [a]http%3A%2F%2Fsmarturl.it%2FTenaciousDAlbum%3FIQid%3DTenaciousDT[/a] <br>Google Play: [a]http%3A%2F%2Fsmarturl.it%2FTRIGPlay%3FIQid%3DTenaciousDT[/a] <br>Amazon: [a]http%3A%2F%2Fsmarturl.it%2FTenaciousDAmazon%3FIQid%3DTenaciousDT[/a] <br> <br>More from Tenacious D <br>To Be The Best: [a]https%3A%2F%2Fyoutu.be%2Fnai7w1frB1E[/a] <br>Classico: [a]https%3A%2F%2Fyoutu.be%2FbZBwgz-ANwA[/a] <br>Low Hangin&#039; Fruit: [a]https%3A%2F%2Fyoutu.be%2F-QRZpligDOs[/a] <br> <br>More great Alternative 00s videos here: [a]http%3A%2F%2Fsmarturl.it%2FAlternative00%3FIQid%3DTenaciousDT[/a] <br> <br>Follow Tenacious D <br>Website: [a]http%3A%2F%2Fwww.teenamarieofficial.com%2F[/a] <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fteenamarie[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fmsteenamarie[/a] <br> <br>Subscribe to Tenacious D on YouTube: [a]http%3A%2F%2Fsmarturl.it%2FTenaciousDSub%3FIQid%3DTenaciousDT[/a] <br> <br>--------- <br> <br>Lyrics: <br> <br>This is the greatest and best song in the world... Tribute. <br> <br>Long time ago me and my brother Kyle here, <br>we was hitchhikin&#039; down a long and lonesome road. <br>All of a sudden, there shined a shiny demon... in the middle... of the road. <br>And he said: <br>[Sung] <br>Play the best song in the world, or I&#039;ll eat your soul. (soul) <br>[Spoken] <br>Well me and Kyle, we looked at each other, <br>and we each said... Okay. <br>[Sung] <br>And we played the first thing that came to our heads, <br>Just so happened to be, <br>The Best Song in the World, it was The Best Song in the World.', 'https://i.ytimg.com/vi/_lK4cX5xGiQ/maxresdefault.jpg', '', '_lK4cX5xGiQ', '', '', '', '', '', '', 1584780824, '2020-03-21 08:53:44', 0, 'acoustic,classico,kickapoo,music,the metal,instrumental,tribute,hd,Tribute live,live dave grohl,Tenacious D Tribute', '00:04:53', 0, 1, '3', 12, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(158, 'xH2jSOd4zaYjcGX', 1, 'aIhnZC', 'Kari Jobe, Cody Carnes, Elevation Worship - The Blessing (Live/Audio)', 'Official Audio Video for “The Blessing” (Live) by Kari Jobe, Cody Carnes, and Elevation Worship <br>Listen to the song here: [a]https%3A%2F%2Fkarijobe.lnk.to%2FblessingID[/a]  <br>SUBSCRIBE: [a]https%3A%2F%2Fkarijobe.lnk.to%2FSubscribeYD[/a]  <br> <br>Follow Kari Jobe:  <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fkarijobe%2F[/a]  <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FKariJobe%2F[/a]  <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fkarijobe[/a]  <br>Website: [a]https%3A%2F%2Fkarijobe.com%2F[/a] <br> <br>Check out other videos: <br>Kari Jobe, Cody Carnes - Cover The Earth (Live w/ Lyrics) - [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dxyq9T66hQyU[/a]  <br>Kari Jobe - Speak To Me (Live) - [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DZ5kKQGbI0PU[/a]  <br>Kari Jobe - Lover Of My Soul (Live/Lyric Video) - [a]https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D54zz1sZx4z8[/a]  <br> <br>LYRICS:  <br> <br>The Lord bless you <br>And keep you <br>May His face shine upon you <br>And be gracious to you <br> <br>The Lord turn His <br>Face toward you <br>And give you peace <br> <br>Amen <br>Amen <br>Amen <br> <br>Amen <br>Amen <br>Amen <br> <br>May His favor be upon you <br>And a thousand generations <br>And your family <br>And your children <br>And their children <br>And their children <br> <br>May His presence go before you <br>And behind you <br>And beside you <br>All around you <br>And within you <br>He is with you <br>He is with you <br> <br>In the morning <br>In the evening <br>In your coming <br>And your going <br>In your weeping <br>And rejoicing <br>He is for you <br>He is for you <br> <br>Music video by Kari Jobe, Cody Carnes, Elevation Worship performing The Blessing (Live/Audio). © 2020 KAJE, LLC, under exclusive license to Capitol CMG, Inc. / Elevation Worship Records <br> <br>[a]http%3A%2F%2Fvevo.ly%2FKaVpds[/a]', 'https://i.ytimg.com/vi/gcZ_chRtwLI/maxresdefault.jpg', '', 'gcZ_chRtwLI', '', '', '', '', '', '', 1584780909, '2020-03-21 08:55:09', 0, 'Kari Jobe,The Blessing,Kari Jobe The Blessing,The Blessing Kari Jobe,Kari Jobe Cody Carnes,The Blessing Cody Carnes Kari Jobe,Elevation Church,Elevation Worship,Elevation The Blessing,Elevation Cody Carnes,Elevation Kari Jobe', '00:08:36', 0, 1, '3', 19, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(159, 'fj818IvNJxHSef2', 1, 'nfLV8W', 'Kelsea Ballerini - the other girl (with Halsey) [Official Audio]', 'kelsea available everywhere NOW: [a]https%3A%2F%2Forcd.co%2Fkelsea[/a] <br> <br>Amazon: [a]https%3A%2F%2Forcd.co%2Fkelsea[/a]/amazon <br>Apple Music: [a]https%3A%2F%2Forcd.co%2Fkelsea[/a]/apple <br>Spotify: [a]https%3A%2F%2Forcd.co%2Fkelsea[/a]/spotify <br>Tidal: [a]https%3A%2F%2Forcd.co%2Fkelsea[/a]/tidal <br>Pandora: [a]https%3A%2F%2Forcd.co%2Fkelsea[/a]/pandora <br>iTunes: [a]https%3A%2F%2Forcd.co%2Fkelsea[/a]/itunes <br> <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2Fkelseaballerini[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fkelseaballerini[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fkelseaballerini[/a] <br> <br>LYRICS: <br>I bet you&#039;re from out West somewhere <br>Hazel eyes and dark brown hair <br>And everything you wear fits you just right <br>I bet you drink martinis dry <br>And never let him see you cry  <br>I bet you&#039;re more promiscuous than I  <br> <br>I bet you&#039;re bold <br>I bet that&#039;s why <br>You seem to occupy his mind <br>I bet you&#039;re smart <br>But do you know about me  <br> <br>Is it me, is it you  <br>Tell me who <br>Who&#039;s the other girl <br>Who&#039;s the first <br>Who&#039;s the fool <br>Who&#039;s the diamond <br>Who&#039;s the pearl <br>Are you mad <br>Me too <br>And I wonder in his world <br>Is it me, is it you <br>Who&#039;s the other girl <br> <br>Who&#039;s gonna put on the red dress <br>Scarlet letter on her chest <br>Can&#039;t love with this on her conscience <br>Tell me who&#039;s the other girl, girl, girl, girl <br> <br>Are you the one he&#039;s talkin&#039; to  <br>When he gets up and leaves the room <br>And comes back with a distance in his eyes <br>Maybe I should be the one to leave <br>But damn when he starts lovin&#039; me <br>Makes me think I&#039;m all that&#039;s on his mind <br> <br>Is it me, is it you  <br>Tell me who <br>Who&#039;s the other girl <br>Who&#039;s the first <br>Who&#039;s the fool <br>Who&#039;s the diamond <br>Who&#039;s the pearl <br>Are you mad <br>Me too <br>And I wonder in his world <br>Is it me, is it you <br>Who&#039;s the other girl <br> <br>Who&#039;s gonna put on the red dress <br>Scarlet letter on her chest <br>Can&#039;t love with this on her conscience <br>Tell me who&#039;s the other girl, girl, girl, girl <br> <br>I bet you&#039;re cool <br>I bet that&#039;s why <br>You seem to occupy his time <br>I bet by now <br>You know about me <br>You know about me <br> <br>Is it me, is it you  <br>Tell me who <br>Who&#039;s the other girl <br>Who&#039;s the first <br>Who&#039;s the fool <br>Who&#039;s the diamond <br>Who&#039;s the pearl <br>Are you mad <br>Me too <br>And I wonder in his world <br>Is it me, is it you <br>Who&#039;s the other girl <br> <br>Who&#039;s gonna put on the red dress <br>Scarlet letter on her chest <br>Can&#039;t love with this on her conscience <br>Tell me who&#039;s the other girl, girl, girl, girl  <br> <br>© 2020 Black River Entertainment <br> <br>#KelseaBallerini #kelsea', 'https://i.ytimg.com/vi/PV8KWCBs-Ts/maxresdefault.jpg', '', 'PV8KWCBs-Ts', '', '', '', '', '', '', 1584780963, '2020-03-21 08:56:03', 0, '', '00:03:22', 0, 1, '1', 20, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(181, 'sTqWk3bIkAe9KDk', 1, '1Gw67v', 'Handmade Face shield masquerade', 'Handmade masquerade for covid or for fun. Turn a napkin roll into a beautiful jewelry organizer.', 'https://i.ytimg.com/vi/RIDyoMgbyQo/hqdefault.jpg', '', 'RIDyoMgbyQo', '', '', '', '', '', '', 1643106555, '2022-01-25 10:29:15', 0, 'Crafting', '00:00:29', 0, 1, '1', 16, 0, '2022/1', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(182, 'Jl1qQVFkDvHxNC7', 1, 'lLMs4R', 'EE048943 188C 49F4 A423 2D90A7FFCD75', 'Handmade Face shields masquerade for covid and accessories. Get creative with us.', 'https://i.ytimg.com/vi/MOuBUD4BPW8/hqdefault.jpg', '', 'MOuBUD4BPW8', '', '', '', '', '', '', 1643111058, '2022-01-25 11:44:18', 0, 'Handmade,Masks', '00:00:34', 0, 1, '12', 8, 0, '2022/1', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(183, '2NHDa5K3yRdgI9s', 4, 'QLJQ79', 'EE048943 188C 49F4 A423 2D90A7FFCD75', 'Handmade Face shields masks for covid and accessories. Get creative with me. All you need is; a water bottle , glue gun, and mask. Reusable in case of shortage of n95emergency.stay safe', 'https://i.ytimg.com/vi/8TM1jwdWCgg/hqdefault.jpg', '', '8TM1jwdWCgg', '', '', '', '', '', '', 1643273174, '2022-01-27 08:46:14', 0, 'CoviHandmade,Diy- mask,Face-shield,Handmade-PPE', '00:01:00', 0, 1, '1', 10, 0, '2022/1', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(161, 'd92KwQPiaLkuplC', 1, 'pqzNCG', 'WEEKLY VLOG | GYM WORKOUT &amp; MASSIVE BEAUTY/LIFESTYLE HAUL', 'Hey guys &amp; welcome back to another week in my life! <br>Im currently in Jamaica having a little week away to relax, make sure you&#039;re following me on my instagram if you want to come along xo. <br> <br>♡ SUBSCRIBE♡ <br>♡ Instagram: [a]https%3A%2F%2Finstagram.com%2Fchelseatrevor%2F[/a] <br>♡ Snapchat: chelseatrevs <br>♡ Twitter: [a]https%3A%2F%2Ftwitter.com%2FChelseaTrevor[/a] <br> <br>Click this link to subscribe and be notified for new uploads: <br>[a]http%3A%2F%2Fwww.youtube.com%2Fsubscription_center%3Fadd_user%3Ditsmechelseat[/a] <br> <br>♡ Products Mentioned ♡ <br>Check out the Revolve Beauty Items here: <br>[a]http%3A%2F%2Fbit.ly%2F2u99t0H[/a] <br> <br>Business Inquiries please contact:  <br>chelsea@infagency.com <br> <br>FTC: NOT SPONSORED. The items from Revolve Beauty were gifted to me.', 'https://i.ytimg.com/vi/IJpSeyTEm7g/maxresdefault.jpg', '', 'IJpSeyTEm7g', '', '', '', '', '', '', 1584781077, '2020-03-21 08:57:57', 0, 'weekly vlog,fitness,healthy lifestyle,workout,gym workout,leg workout,booty workout,beauty haul,new products,recipes,healthy', '00:18:52', 0, 1, '1', 12, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(162, 'xx2c57nZqGspKqV', 1, 'yxoJJo', 'Complete Foam Roller Workout w/ Beauty and The Fit - HASfit Foam Rolling Exercises', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit  [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fwarm-up-cool-down-stretches-stretching%2Ffoam-roller-workout%2F[/a] for the workout&#039;s instructions, more videos, free meal plans, and other health tips. [a]http%3A%2F%2Fhasfit.com[/a] for the best free workout exercise routines for men and women at home or in gym.  <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material.', 'https://i.ytimg.com/vi/m3WliyXkTq8/maxresdefault.jpg', '', 'm3WliyXkTq8', '', '', '', '', '', '', 1584781077, '2020-03-21 08:57:57', 0, 'foam roller,foam rollers,myofascial release,foam roller exercises,foam roller exercise,foam rollers exercises,foam rollers exercise,foam rolling,foam roller workouts,back foam roller,foam roller stretch', '00:11:16', 0, 1, '1', 5, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(163, 'UzsAkzHoIqQmeA2', 1, 'EvneXk', '10 Min Core and Leg Workout w/ Beauty and The Fit - HASfit Ab and Leg Workouts - Abs Legs Workout', 'Subscribe to Zachary: [a]http%3A%2F%2Fgoo.gl%2FrUPk8n[/a] <br>Sign up for Free to receive Zach&#039;s Fitness Starter Guide: [a]http%3A%2F%2Fbeautyandthefit.com[/a] <br> <br>Download the FREE HASfit app:  <br>Android [a]http%3A%2F%2Fbit.ly%2FHASfitAndroid[/a] -- iPhone [a]http%3A%2F%2Fbit.ly%2FHASfitiOS[/a] <br> <br>Visit [a]http%3A%2F%2Fhasfit.com%2Fworkouts%2Fhome%2Fab%2Fcore-and-leg-workout%2F[/a] for the workout&#039;s instructions <br> <br>Donate with Patreon: [a]https%3A%2F%2Fwww.patreon.com%2Fhasfit[/a] <br>Shop HASfit Tribe store: [a]https%3A%2F%2Fhasfit.myshopify.com%2F[/a] <br> <br>Get up to 2x Faster Results by following a Fitness Program Calendar: <br>Which program is right for me? [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br>Foundation Beginner Program: [a]http%3A%2F%2Fbit.ly%2F2AnjffQ[/a] <br>30 Day Muscle Building: [a]http%3A%2F%2Fbit.ly%2F2RqYBoO[/a] <br>30 Day Torch (weight loss): [a]http%3A%2F%2Fbit.ly%2F2VjavR5[/a] <br>Motive Home Athlete’s Plan (intermediate): [a]http%3A%2F%2Fbit.ly%2F2s09waU[/a] <br>Warrior 90 2.0 (advanced): [a]http%3A%2F%2Fbit.ly%2F2QX3IxQ[/a] <br>More programs to choose from here: [a]http%3A%2F%2Fbit.ly%2F2E16cng[/a] <br> <br>Get our Diet Guide: <br>Eating For Life [a]https%3A%2F%2Fgoo.gl%2F7qnHn4[/a] <br> <br>Personal Training Services: [a]http%3A%2F%2Fhasfitpersonaltrainer.com[/a] <br> <br>Follow us for more! <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FHASFitness%2F[/a] <br>Instagram: [a]https%3A%2F%2Fwww.instagram.com%2Fhasfit_official%2F[/a] <br>Snapchat: @hasfit <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2FHeartSoulFit[/a] <br> <br>Disclaimer: <br>You should consult your physician or other health care professional before starting a HASfit program or any other fitness program to determine if it is right for your needs. This is particularly true if you (or your family) have a history of high blood pressure or heart disease, or if you have ever experienced chest pain when exercising or have experienced chest pain in the past month when not engaged in physical activity, smoke, have high cholesterol, are obese, or have a bone or joint problem that could be made worse by a change in physical activity. Do not start this fitness program if your physician or health care provider advises against it. If you experience faintness, dizziness, pain or shortness of breath at any time while exercising you should stop immediately. <br>  <br>HASfit offers health, fitness and nutritional information and is designed for educational purposes only. You should not rely on this information as a substitute for, nor does it replace, professional medical advice, diagnosis, or treatment. If you have any concerns or questions about your health, you should always consult with a physician or other health-care professional. Do not disregard, avoid or delay obtaining medical or health related advice from your health-care professional because of something you may have read on this site. The use of any information provided on this site is solely at your own risk. <br>  <br>HASfit makes no warrants, promises, or claims regarding accuracy of the calories burned estimate. It is provided only as a general reference and each person should use an indirect calorimetry system for a more accurate estimate. <br>  <br>Developments in medical research may impact the health, fitness and nutritional advice that appears here. No assurance can be given that the advice contained on HASfit will always include the most recent findings or developments with respect to the particular material. <br> <br>ab and leg workouts, <br>abs and legs workout, <br>ab and leg workout, <br>core and leg workout, <br>abs and leg workout, <br>core and leg workouts, <br>abs and leg workouts, <br>abs and legs, <br>core and legs workout, <br>core and leg exercises, <br>ab and leg exercises, <br>ab and legs workout, <br>abs and legs exercises, <br>abs and leg exercises', 'https://i.ytimg.com/vi/5n3kwCx70Mk/mqdefault.jpg', '', '5n3kwCx70Mk', '', '', '', '', '', '', 1584781077, '2020-03-21 08:57:57', 0, 'ab and leg workouts,abs and legs workout,ab and leg workout,core and leg workout,abs and leg workout,core and leg workouts,abs and leg workouts,abs and legs,core and legs workout,core and leg exercises,ab and leg exercises', '00:10:21', 0, 1, '1', 16, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(164, '7oqZZNgAIqLs9eq', 1, 'jz1EGv', 'Workout Routine &amp; Cooking Vegan Dinner While Testing Beauty Product | ARZTIN x Q2HAN', '📱Instagram: [a]http%3A%2F%2Fwww.instagram.com%2Fq2han[/a] <br> 🔗Facebook: [a]http%3A%2F%2Fwww.facebook.com%2Fq2han[/a] <br>🐥Twitter: [a]http%3A%2F%2Fwww.twitter.com%2Fq2han[/a] <br> 🎧 Soundcloud: [a]http%3A%2F%2Fwww.soundcloud.com%2Fq2han[/a] <br> <br>+ P.O Box <br>Country: South Korea <br>State/Province: ChungcheongNam-Do <br>City: Gongju-City <br>Address: Hanjeok2-gil 51-14 WooNam First-Vill 104-#701 <br>Post Code: 32569 <br> <br>+ How to contribute subtitles on our videos <br>    \ [a]https%3A%2F%2Fbit.ly%2F2GPwpTx[/a] <br> <br>+ Off camera photos Instagram acc. @qqrituals_ <br>    \ [a]http%3A%2F%2Fbit.ly%2F2yjQwXm[/a]  <br> <br>+ Seoul, Korea Meet &amp; Greet🇰🇷❤️ <br>   \ Date: July 22nd 2018 <br>   \ Time: Will be announced soon! <br>   \ Location: will be announced soon! <br> <br>_________________________________­____ <br>◐ ARZTIN ◑ <br> <br>+ Rejuvenation Pflege Gel: [a]https%3A%2F%2Fbit.ly%2F2tfa91r[/a] <br>   \ At this website: 1+1 = 18,900won <br>+ Other website: [a]https%3A%2F%2Fbit.ly%2F2N6oohp[/a] <br> <br>________________________________­___ <br>◐ ON US ◑ <br> <br>+ Our Outfits <br>   \ Qjin’s brown jumpsuit: [a]https%3A%2F%2Fbit.ly%2F2HMjBye[/a] <br>   \ Qwon’s purple bodysuit: [a]https%3A%2F%2Fbit.ly%2F2K3nWBz[/a] <br> <br>+ Our Hair <br>   \ Overmars hair salon: [a]https%3A%2F%2Fbit.ly%2F2LWszf1[/a] <br>   \ Location: 13, Dosan-daero 83-gil, Gangnam-gu, Seoul Korea <br>   \ Contact: 02-517-0713 or 02-517-0714 <br>   \ Details: [a]https%3A%2F%2Fbit.ly%2F2sENoCH[/a] <br> <br>+ Our must makeup items: <br>    \ [Skinfood] fresh fruit lip &amp; cheek trio: [a]http%3A%2F%2Fbit.ly%2F2ucGvrf[/a] <br>    \ [Innisfree] no sebum mineral powder (same): [a]http%3A%2F%2Fbit.ly%2F2ucX4Dd[/a] <br> <br>+ Makeup <br>    \ Shu Uemura petal foundation: [a]http%3A%2F%2Famzn.to%2F2oF9BxC[/a] <br>    \ Shark red: [a]http%3A%2F%2Famzn.to%2F2sX2YMl[/a] <br>    \ Red bean red: [a]http%3A%2F%2Famzn.to%2F2sVxuGF[/a] <br>    \ Shu Uemura play date eye &amp; cheek palate- sunflower orange: [a]http%3A%2F%2Fbit.ly%2F2nGsnnA[/a] <br>    \ Etude House eyebrow pencil: [a]http%3A%2F%2Famzn.to%2F2ozc6ol[/a] <br>    \ Code eyebrow mascara: [a]http%3A%2F%2Fbit.ly%2F2nZhKyT[/a] <br>    \ Unpretty Rapstar contour kit <br>    \ Etude House black eyeliner: [a]http%3A%2F%2Famzn.to%2F2n7S18l[/a] <br>    \ Mamonde mascara: [a]http%3A%2F%2Famzn.to%2F2nB3rgi[/a] <br>    \ Etude House waterline pencil: [a]http%3A%2F%2Famzn.to%2F2n8aGku[/a] <br>    \ Aritaum highlighter: [a]http%3A%2F%2Famzn.to%2F2ozfzTC[/a] <br> <br>______________________________________ <br>◐ PRODUCTION ◑ <br> <br>🎥 Camera: [a]http%3A%2F%2Famzn.to%2F2l92awz[/a] <br>✂️Sewing machine: [a]http%3A%2F%2Famzn.to%2F2jQMw7T[/a] <br> <br>______________________________________ <br>*FTC Disclaimer: This video is sponsored. Some of the links above are affiliate links (reward style or Amazon) which means we earn a small amount of commission. You definitely don&#039;t have to use our links, but just to let you know', 'https://i.ytimg.com/vi/7lecIb3yrVs/maxresdefault.jpg', '', '7lecIb3yrVs', '', '', '', '', '', '', 1584781077, '2020-03-21 08:57:57', 0, 'Rejuvenation Pflege Gel,arztin,korean beauty,skincare routine,workout routine,diet,vegan cooking,plant based,healthy meal,diet plan,에르쯔틴', '00:14:49', 0, 1, '1', 17, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(179, 'Cz2mgTsBOMREKQs', 1, '8liT9c', 'Handmade bling bracelet and choker', 'Beautiful bracelet tutorial.', 'https://i.ytimg.com/vi/uOkwnA2jhVI/hqdefault.jpg', '', 'uOkwnA2jhVI', '', '', '', '', '', '', 1643104332, '2022-01-25 09:52:12', 0, 'crafting', '00:00:28', 0, 1, '12', 8, 0, '2022/1', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(180, 'wkpYggcf1YLsbmw', 1, 'QLGCDz', 'Rainbow diamond clutch', 'Get creative with us! Handmade diamond  <br> clutch.', 'https://i.ytimg.com/vi/PVWu6HMh1Xw/hqdefault.jpg', '', 'PVWu6HMh1Xw', '', '', '', '', '', '', 1643105349, '2022-01-25 10:09:09', 0, 'Handmade clutch', '00:00:33', 0, 1, '12', 9, 0, '2022/1', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(166, '2eYtYW4AxZVUd3X', 1, 'nLyuf8', 'Beauty Beast Niki Workout 2013 HD', 'Niki Fitness calisthenics and deadlift video from 2013. Niki have stronger deadlift and squats than most of worldwide street workout community, including street workout world champions. :)) Wait for her incredible squats in next video!!', 'https://i.ytimg.com/vi/Z_pQA97QUs0/maxresdefault.jpg', '', 'Z_pQA97QUs0', '', '', '', '', '', '', 1584781077, '2020-03-21 08:57:57', 0, 'niki fitness,adam raw,seberevolta', '00:05:30', 0, 1, '1', 11, 0, '2020/3', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(167, 'N5Fp5zwOPCOj5uJ', 2, 'K3fV8R', 'Coldplay Greatest Hits || The Best Of Coldplay Playlist 2018', 'Coldplay Greatest Hits || The Best Of Coldplay Playlist 2018 <br>Coldplay Greatest Hits || The Best Of Coldplay Playlist 2018 <br>[a]https%3A%2F%2Fyoutu.be%2Fvz0aOs6zuMY[/a]', 'https://i.ytimg.com/vi/fRLcGUo-s6o/maxresdefault.jpg', '', 'fRLcGUo-s6o', '', '', '', '', '', '', 1587490874, '2020-04-21 17:41:14', 0, 'copplay greatest hits,Coldplay Best Songs,Coldplay Greatest Hits Full Album,best songs of coldplay,the best of coldplay,best of coldplay,Coldplay top hits,Coldplay best hits,Coldplay full album,best coldplay songs,copplay greatest hits,Coldplay Best Songs,Coldplay Greatest Hits Full Album,best songs of coldplay,the best of coldplay,best of coldplay,Coldplay top hits,Coldplay best hits,Coldplay full album,best coldplay songs', '01:56:40', 0, 1, '3', 2, 0, '2020/4', 0, 2, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '0', '[\"Europe\"]', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(170, 'HlmtNB9dY4sK6lV', 1, 'Qz17mE', 'Live coverage of Joe Biden capturing the presidency | USA TODAY', 'Live coverage from USA TODAY after former Vice President Joe Biden is declared the winner of the 2020 Presidential Election. <br> <br>» Subscribe to USA TODAY: [a]http%3A%2F%2Fbit.ly%2F1xa3XAh[/a] <br>» Watch more on this and other topics from USA TODAY: [a]https%3A%2F%2Fbit.ly%2F30HuLzS[/a] <br>» USA TODAY delivers current local and national news, sports, entertainment,  finance, technology, and more through award-winning journalism, photos, videos and VR. <br> <br>#ElectionNight #ElectionResults #Election2020', 'https://i.ytimg.com/vi/KkbgnxFWw9k/maxresdefault.jpg', '', 'KkbgnxFWw9k', '', '', '', '', '', '', 1605059497, '2020-11-11 01:51:37', 0, 'usa today,usa today news,election 2020,election results,2020 election results,2020 election results so far,2020 election results live,presidential,presidential polls 2020,presidential election,presidential race', '11:54:59', 0, 1, '1', 15, 0, '2020/11', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(171, '8V5aUQYS77ZGIBF', 1, 'g7GmXg', 'Joe Biden elected 46th president of the United States', 'Impromptu celebrations broke out in the streets of several major U.S. cities once the presidential race was won by the Biden-Harris ticket. <br> <br>Subscribe to GMA&#039;s YouTube page:  [a]https%3A%2F%2Fbit.ly%2F2Zq0dU5[/a]  <br> <br>Visit Good Morning America&#039;s homepage: <br>[a]https%3A%2F%2Fwww.goodmorningamerica.com%2F[/a]  <br> <br>Follow GMA: <br>Facebook: [a]https%3A%2F%2Fwww.facebook.com%2FGoodMorningAmerica[/a] <br>Twitter: [a]https%3A%2F%2Ftwitter.com%2Fgma[/a] <br>Instagram: [a]https%3A%2F%2Finstagram.com%2Fgoodmorningamerica[/a] <br> <br>Watch full episodes of GMA: <br>[a]http%3A%2F%2Fabc.go.com%2Fshows%2Fgood-morning-america[/a] <br>[a]https%3A%2F%2Fhulu.tv%2F2YnifTH[/a]', 'https://i.ytimg.com/vi/pqa6jqKN69Y/maxresdefault.jpg', '', 'pqa6jqKN69Y', '', '', '', '', '', '', 1605059497, '2020-11-11 01:51:37', 0, 'electionzone2020,2020,presidential,election,united,states,celebrations,joe,biden,kamala,harris', '00:04:24', 0, 1, '1', 14, 0, '2020/11', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(172, 'Mpj6yhOj86mMySa', 1, '81BD7f', 'Miley Cyrus - Party In The U.S.A.', 'Music video by Miley Cyrus performing Party In The U.S.A..  <br>#VEVOCertified on March 22, 2010.', 'https://i.ytimg.com/vi/M11SvDtPBhA/maxresdefault.jpg', '', 'M11SvDtPBhA', '', '', '', '', '', '', 1605059497, '2020-11-11 01:51:37', 0, 'Miley,Cyrus,Party,In,The,U.S.A.,Hollywood,Records,Pop', '00:03:21', 0, 1, '1', 4, 0, '2020/11', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(173, 'GnKsqqMj863cTds', 1, 'EFzGtQ', 'Élection USA: ce que vous n&#039;avez pas vu', 'Joe Biden est élu président des États-Unis. Beaucoup d&#039;images ont circulé ce week-end. Lors de son discours, la vice-présidente Kamala Harris a insisté sur le caractère historique de sa nomination. Et elle ne sera d&#039;ailleurs pas la dernière à occuper ce poste, a-t-elle expliqué. Pour l&#039;occasion, elle a porté un ensemble blanc en hommage aux suffragettes, des femmes habillées en blanc pour réclamer le droit de vote. Qu&#039;en est-il de Donald Trump ? - La Pépite, du lundi 9 novembre 2020, présenté par Julien Mielcarek, sur BFMTV. <br> <br> <br>Chaque matin, de 6h à 8h30, Adeline François et Christophe Delay sont aux commandes de la première matinale de France sur les moins de cinquante ans. Ils décryptent l&#039;actualité du jour avec leurs éditorialistes et chroniqueurs : Christophe Barbier pour la politique, Nicolas Doze pour l&#039;économie, Christophe Person pour la météo, Julien Mielcarek pour l&#039;histoire du jour et Ashley Chevalier sur le terrain partout en France. Dès 4h30, ce sont Céline Moncel et Dominique Mari qui accompagnent les Français qui se lèvent tôt en présentant les informations qui feront l’actualité de la journée. <br> <br> <br>BFMTV, 1ère chaine d’information en continu de France, vous propose toute l’info en temps réel avec 18h d’antenne live par jour et des directs partout à travers le monde où l&#039;actualité le nécessite. BFMTV, c&#039;est aussi les débats et les grands reportages d&#039;actualité. Retrouvez BFMTV sur le canal 15 de la TNT et sur BFMTV.com.', 'https://i.ytimg.com/vi/G0BwWraICQ4/maxresdefault.jpg', '', 'G0BwWraICQ4', '', '', '', '', '', '', 1605059497, '2020-11-11 01:51:37', 0, 'La Pépite,lapepite,emission,Julien Mielcarek,insolite,jeo biden,kamala harris,hommage,images', '00:02:47', 0, 1, '1', 13, 0, '2020/11', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(174, 'bFAQjb1yvdZUAIh', 1, 's6RdaM', 'US Election:  Joe Biden on brink of victory - BBC News', 'Joe Biden is on the verge of becoming the next president of the United States.  <br> <br>The counting continues in a handful of remaining battleground states.  But Joe Biden has now overtaken Donald Trump in key states including Pennsylvania,  where 98% of the votes have been counted.  <br> <br>Victory in Pennsylvania alone, with its 20 electoral college votes, would be enough to deliver Joe Biden the White House.  <br> <br>Sophie Raworth presents BBC News at Ten reporting by North America editor Jon Sopel and Nick Bryant with the Biden campaign in Delaware. <br> <br>Please subscribe HERE [a]http%3A%2F%2Fbit.ly%2F1rbfUog[/a]', 'https://i.ytimg.com/vi/BoxCIoYRTRA/mqdefault.jpg', '', 'BoxCIoYRTRA', '', '', '', '', '', '', 1605059497, '2020-11-11 01:51:37', 0, 'bbc,bbc news,news,Biden,victory,Trump,defeat,US,United States,election,president', '00:07:30', 0, 1, '1', 13, 0, '2020/11', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0),
(175, 'xOwY9V3rv4fZyt5', 1, 'cu8ByI', '25 Best Places to Visit in the USA - Travel Video', 'Check out all the places seen in this video: [a]https%3A%2F%2Fwww.touropia.com%2Fbest-places-to-visit-in-usa%2F[/a] <br> <br>Comprised of 50 states, the USA occupies an area that’s only just marginally smaller than Europe. It’s in this vast country that you will find an unbelievably diverse array of natural landscapes, cityscapes, people and cultures. From the tropical islands of Hawaii to the desert landscape of the Grand Canyon, as well as the multicultural cities such as Chicago and New York City, you’ll never be stuck for destinations to discover. Here’s a look at the best places to visit in the USA:', 'https://i.ytimg.com/vi/b7FNvq11CEw/maxresdefault.jpg', '', 'b7FNvq11CEw', '', '', '', '', '', '', 1605059497, '2020-11-11 01:51:37', 0, 'usa travel,usa tourism,best places to visit in usa,usa places,washington dc,new york city,hawaii,alaska,florida,miami,orlando', '00:28:39', 0, 1, '1', 14, 0, '2020/11', 0, 1, '', 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 0, '', '', '', '', '', '', 1, 0, '', 0, 0, NULL, '', '', 0);

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

--
-- Table structure for table `videos_transactions`
--

CREATE TABLE `videos_transactions` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `paid_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `amount` varchar(11) NOT NULL DEFAULT '0',
  `admin_com` varchar(11) NOT NULL DEFAULT '0',
  `currency` varchar(11) NOT NULL DEFAULT 'USD',
  `time` varchar(50) NOT NULL DEFAULT '0',
  `type` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `video_ads`
--

CREATE TABLE `video_ads` (
  `id` int(11) NOT NULL,
  `ad_link` varchar(400) NOT NULL DEFAULT '',
  `name` varchar(300) NOT NULL DEFAULT '',
  `ad_media` varchar(400) NOT NULL DEFAULT '',
  `ad_image` varchar(400) NOT NULL DEFAULT '',
  `skip_seconds` int(11) NOT NULL DEFAULT 0,
  `vast_type` varchar(30) NOT NULL DEFAULT '',
  `vast_xml_link` varchar(700) NOT NULL DEFAULT '',
  `views` int(11) NOT NULL DEFAULT 0,
  `clicks` int(11) NOT NULL DEFAULT 0,
  `active` int(11) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `views`
--

CREATE TABLE `views` (
  `id` int(11) NOT NULL,
  `video_id` int(11) NOT NULL DEFAULT 0,
  `fingerprint` varchar(300) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `time` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `views`
--

INSERT INTO `views` (`id`, `video_id`, `fingerprint`, `user_id`, `time`) VALUES
(1, 166, '81db5bd31ff2d78fd7f30e6070ab09707c7f91bb', 1, '1585643089'),
(2, 165, '0027755fbf06ff5aeb41a1c0bedd14d1acc3c663', 1, '1586876982'),
(3, 159, '0027755fbf06ff5aeb41a1c0bedd14d1acc3c663', 1, '1586877002'),
(4, 163, 'c31133d4b96d47108cd5f3977c224773a18fb1f5', 0, '1586919850'),
(5, 114, '3261bf98e1de6a30bf8979d2465d5f9b4ae42132', 1, '1587432003'),
(6, 156, '3261bf98e1de6a30bf8979d2465d5f9b4ae42132', 1, '1587432016'),
(7, 101, '39a3084aa69308ee44ee1dc6f25aa837d3a1a1c0', 0, '1587471448'),
(8, 158, '39a3084aa69308ee44ee1dc6f25aa837d3a1a1c0', 0, '1587483015'),
(9, 165, '39a3084aa69308ee44ee1dc6f25aa837d3a1a1c0', 0, '1587483039'),
(10, 159, '39a3084aa69308ee44ee1dc6f25aa837d3a1a1c0', 0, '1587483539'),
(11, 166, '39a3084aa69308ee44ee1dc6f25aa837d3a1a1c0', 0, '1587490496'),
(12, 166, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 0, '1587490525'),
(13, 164, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 0, '1587490554'),
(14, 154, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 0, '1587490637'),
(15, 166, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587490770'),
(16, 167, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587490875'),
(17, 112, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587492236'),
(18, 158, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587492283'),
(19, 159, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587492291'),
(20, 168, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587492471'),
(21, 169, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587492844'),
(22, 156, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587493421'),
(23, 121, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587493458'),
(24, 164, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587495916'),
(25, 163, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587495919'),
(26, 97, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587495976'),
(27, 18, '14e933e6ac47b01789ee612b26733cf3b7e4b736', 2, '1587499334'),
(28, 168, '6ad502c675fdfe4e312837e19eeabcc414703e10', 0, '1587533632'),
(29, 162, '6ad502c675fdfe4e312837e19eeabcc414703e10', 0, '1587533724'),
(30, 159, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 0, '1605056477'),
(31, 169, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 0, '1605056497'),
(32, 169, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 1, '1605056590'),
(33, 168, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 1, '1605056735'),
(34, 167, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 1, '1605058149'),
(35, 164, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 1, '1605058798'),
(36, 154, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 1, '1605058911'),
(37, 178, '76d12a32c7e78cb46a70de2d6c5670af58d537ed', 1, '1605059778'),
(38, 158, '6fffb44cf74e7226f66de21e8978ef0ecdf22a85', 0, '1613730605'),
(39, 175, '6fffb44cf74e7226f66de21e8978ef0ecdf22a85', 0, '1613730624'),
(40, 179, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643104334'),
(41, 159, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643104592'),
(42, 180, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643105351'),
(43, 155, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643105538'),
(44, 11, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643105655'),
(45, 125, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643105666'),
(46, 181, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643106556'),
(47, 145, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643106590'),
(48, 181, '1c0a01f511e7443715adcfb6bd9b7b572dd8dc27', 0, '1643106935'),
(49, 83, '1c0a01f511e7443715adcfb6bd9b7b572dd8dc27', 0, '1643106974'),
(50, 157, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643108188'),
(51, 109, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643108423'),
(52, 182, '3e44e7c020aad59ee749401612ecbf461ac1889c', 1, '1643111060'),
(53, 179, '1c0a01f511e7443715adcfb6bd9b7b572dd8dc27', 0, '1643112159'),
(54, 172, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643120015'),
(55, 156, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643122605'),
(56, 114, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643122674'),
(57, 118, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643122691'),
(58, 166, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643180091'),
(59, 42, '3e44e7c020aad59ee749401612ecbf461ac1889c', 0, '1643180583'),
(60, 182, '3e44e7c020aad59ee749401612ecbf461ac1889c', 4, '1643271140'),
(61, 179, '3e44e7c020aad59ee749401612ecbf461ac1889c', 4, '1643271299'),
(62, 180, '3e44e7c020aad59ee749401612ecbf461ac1889c', 4, '1643271493'),
(63, 125, '3e44e7c020aad59ee749401612ecbf461ac1889c', 4, '1643271495'),
(64, 183, '3e44e7c020aad59ee749401612ecbf461ac1889c', 4, '1643273177'),
(65, 183, '1c0a01f511e7443715adcfb6bd9b7b572dd8dc27', 0, '1643274295'),
(66, 183, '2d1cf8a9fe665375ed48254be4a280eae6908bb8', 0, '1643439133'),
(67, 182, '2d1cf8a9fe665375ed48254be4a280eae6908bb8', 0, '1643439150'),
(68, 164, '2d1cf8a9fe665375ed48254be4a280eae6908bb8', 0, '1643463642'),
(69, 180, '80929bb31f7c872705201634f1b5f191047ad01c', 0, '1643501275'),
(70, 183, '210a7e8aa10d7cba220696669169de22617d74ef', 1, '1649494914'),
(71, 183, '7844741a6e946ea966ea092c40fb7a60bc2fb15e', 0, '1649494943'),
(72, 173, 'c1f8da2c9801ba131c6d7be93719722dd214b7e3', 0, '1649496281'),
(73, 175, 'a20a692686a3d8a3fdcd03c9db903616436a8e7b', 0, '1649496288'),
(74, 166, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496292'),
(75, 183, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496310'),
(76, 182, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496314'),
(77, 179, '68ba2049607e937d769f5b45e6e0fd0c13764546', 0, '1649496319'),
(78, 181, 'f81fc1c36534ea4f09b58cf375d0b9f105b7d9c7', 0, '1649496324'),
(79, 171, '3cb3726b5a214dce534341a4a4e383062a036424', 0, '1649496329'),
(80, 158, '812b71d7fe43408d317e9c8f1f09c8ac6485b400', 0, '1649496335'),
(81, 159, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496339'),
(82, 170, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496344'),
(83, 172, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496347'),
(84, 156, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496353'),
(85, 180, 'f81fc1c36534ea4f09b58cf375d0b9f105b7d9c7', 0, '1649496359'),
(86, 157, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496366'),
(87, 174, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496369'),
(88, 164, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496385'),
(89, 163, '54317b64da554b87a12c73ec9e9f32c599990865', 0, '1649496552'),
(90, 162, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496557'),
(91, 155, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649496561'),
(92, 161, 'd02fbdeb87f257cd79187751803c40387184b7da', 0, '1649496564'),
(93, 154, '4fe0a0179c5d38faece3a389b5782538895011c3', 0, '1649497127'),
(94, 153, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649497132'),
(95, 152, 'f81fc1c36534ea4f09b58cf375d0b9f105b7d9c7', 0, '1649497136'),
(96, 150, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649497141'),
(97, 151, 'fbfcd11e30a18fd8996229fd7b34712612f8fab5', 0, '1649497146'),
(98, 181, '05c165bfb96d8673b68c5f1bffd474beac0c16d2', 0, '1649512016'),
(99, 175, '411c7d3e5722238aee9006a18c77aa2aaa5a937f', 0, '1649512042'),
(100, 166, 'b3b238c3b7b5226a8107cb33faaf11538cff688d', 0, '1649512052'),
(101, 155, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649512055'),
(102, 152, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649512065'),
(103, 173, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512068'),
(104, 155, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512089'),
(105, 174, '13ce809b2f4068fdfcd4ff318ad750846e44e453', 0, '1649512094'),
(106, 173, '411c7d3e5722238aee9006a18c77aa2aaa5a937f', 0, '1649512097'),
(107, 152, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512100'),
(108, 151, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512102'),
(109, 175, '79aae143626df5c41a811a450e93fd3b58485254', 0, '1649512112'),
(110, 171, '102f4d23bedb43372d21292d460af6b7b5605ffb', 0, '1649512150'),
(111, 150, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512161'),
(112, 171, '3e8faac2cf1d5fa5ae8ef9732cc994b31fe5dc3d', 0, '1649512174'),
(113, 166, '205c2615e45f70d5e40f6f5dea70612e45404de6', 0, '1649512176'),
(114, 161, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512193'),
(115, 159, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512193'),
(116, 159, '411c7d3e5722238aee9006a18c77aa2aaa5a937f', 0, '1649512196'),
(117, 170, 'bbe3601179bcaa98c04425c31391a7595070f29e', 0, '1649512202'),
(118, 161, '4e9494f23e8faa488f456c994719437ab35839c9', 0, '1649512216'),
(119, 158, '44995cecb82842dbd45560b89de65ef625d1f879', 0, '1649512240'),
(120, 154, '13ce809b2f4068fdfcd4ff318ad750846e44e453', 0, '1649512250'),
(121, 154, '7f74dbb761d5f9dde7db2783eeb9a3e1bcabcefe', 0, '1649512260'),
(122, 174, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649512267'),
(123, 153, 'ea2aeb38d7aaf9e100a250e3af86eba007df5e24', 0, '1649512268'),
(124, 158, 'b3b238c3b7b5226a8107cb33faaf11538cff688d', 0, '1649512275'),
(125, 150, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649512280'),
(126, 170, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649512296'),
(127, 164, '49f322c8b21f9de30cfff24d1d6059e3a487e814', 0, '1649512303'),
(128, 163, '84b92252c8896ecf394b3e2f882fa39d085a4118', 0, '1649512325'),
(129, 163, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649512326'),
(130, 164, 'b51136497dc057a2cc6b3fa18f482dfff4ecf49f', 0, '1649512392'),
(131, 153, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649512447'),
(132, 173, '3054edb03296186a617d8ee90d9c86bbb56ee74c', 0, '1649792581'),
(133, 175, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649792723'),
(134, 166, 'f81fc1c36534ea4f09b58cf375d0b9f105b7d9c7', 0, '1649792770'),
(135, 182, 'd02fbdeb87f257cd79187751803c40387184b7da', 0, '1649792838'),
(136, 179, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649792859'),
(137, 181, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649792895'),
(138, 154, '25a05f5ac283ac51df4a07b83dfe2514d4da7be7', 0, '1649792915'),
(139, 158, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649792955'),
(140, 159, 'd02fbdeb87f257cd79187751803c40387184b7da', 0, '1649792974'),
(141, 170, 'fbfcd11e30a18fd8996229fd7b34712612f8fab5', 0, '1649793020'),
(142, 156, '3cb3726b5a214dce534341a4a4e383062a036424', 0, '1649793083'),
(143, 180, '662140ae4d1800c4f631f053931973ef9a11a851', 0, '1649793116'),
(144, 174, 'c3e1550ec1d5d4da670a0825554a3cc372abf020', 0, '1649793200'),
(145, 155, 'bfde280b3d6ba22ee3464830fff721bbeda26bc4', 0, '1649793880'),
(146, 161, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649793901'),
(147, 152, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649795454'),
(148, 151, 'ba056aa50bc0d733bd0b6a387a6dc791db426f60', 0, '1649795582'),
(149, 158, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649816991'),
(150, 156, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649817010'),
(151, 163, 'd3e6d96a204f535f7af2b07c1b40b298b3525f2b', 0, '1649817014'),
(152, 164, 'd39ce74a9106cc777116baf8777a5c967b7ec902', 0, '1649817016'),
(153, 159, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649817017'),
(154, 173, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649817025'),
(155, 157, '67d9e81acd2a15aa95dba15110ea350165d3efe0', 0, '1649817092'),
(156, 156, '13ce809b2f4068fdfcd4ff318ad750846e44e453', 0, '1649817245'),
(157, 154, 'f4f1b5dc61dde051a1f0576b8b980965133c59e6', 0, '1649817326'),
(158, 159, '879fe649d1119bd2c7d9f8a310e0db9bbcc88d52', 0, '1649817472'),
(159, 163, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649817490'),
(160, 181, '19e67aba64b178025f49674198fdd2a92d81cd33', 0, '1649817517'),
(161, 175, 'c539a9a03c4f1d699b4673155340fa7f5ef563aa', 0, '1649817535'),
(162, 170, '67d9e81acd2a15aa95dba15110ea350165d3efe0', 0, '1649817690'),
(163, 154, 'fb36d353df0f6deee4a9be5ee73e7480047627fe', 0, '1649817697'),
(164, 151, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649817744'),
(165, 173, '05c165bfb96d8673b68c5f1bffd474beac0c16d2', 0, '1649817786'),
(166, 161, '44995cecb82842dbd45560b89de65ef625d1f879', 0, '1649817894'),
(167, 152, '49f322c8b21f9de30cfff24d1d6059e3a487e814', 0, '1649817898'),
(168, 153, '40bc330040036747832e25ca1aa882dc534472b6', 0, '1649817935'),
(169, 155, 'd17394b18f89fbbc213b31e82266921e9e8d3492', 0, '1649817986'),
(170, 181, '23b15f7af15a38eb39410c4cb89dbc4caf338e5e', 0, '1649818073'),
(171, 170, 'b3b238c3b7b5226a8107cb33faaf11538cff688d', 0, '1649818103'),
(172, 171, '18b8154c6f7a3820740c429ba4f900a84ebbbb86', 0, '1649818107'),
(173, 157, '3e8faac2cf1d5fa5ae8ef9732cc994b31fe5dc3d', 0, '1649818153'),
(174, 171, 'aa9c30903c41e7060e0822cdba2aec755d436a71', 0, '1649818223'),
(175, 158, 'a6cce5054e30c5de5eb03d9b7cf6daea621c095f', 0, '1649818264'),
(176, 164, '05c165bfb96d8673b68c5f1bffd474beac0c16d2', 0, '1649818405'),
(177, 153, '84b92252c8896ecf394b3e2f882fa39d085a4118', 0, '1649818427'),
(178, 152, '05c165bfb96d8673b68c5f1bffd474beac0c16d2', 0, '1649818495'),
(179, 150, '53fe5d1e8240dbda723132cef442125628aa83e0', 0, '1649818500'),
(180, 155, '05c165bfb96d8673b68c5f1bffd474beac0c16d2', 0, '1649818525'),
(181, 174, 'b3b238c3b7b5226a8107cb33faaf11538cff688d', 0, '1649818856'),
(182, 150, '95ba31e73a7558a305975bb6ba2c38dae5635cf6', 0, '1649819838'),
(183, 173, 'cea219ea63dcca3b3a322401bd355bef79b5a4a6', 0, '1650098579'),
(184, 163, 'b309943e609e384787409c9eb841379b86becb9d', 0, '1650098641'),
(185, 175, 'a36cc7855b97e396eaf760d05ac2ce69c8972ba3', 0, '1650098673'),
(186, 166, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650098786'),
(187, 183, '5c20b799674704b6e0a26dcdd50afc39c6065251', 0, '1650098884'),
(188, 182, '377cd116b41bace02d25cc30a56ac01c14093842', 0, '1650098912'),
(189, 179, 'a906564d9a58d9075c73c6d4e4f1c1edd02936d4', 0, '1650098945'),
(190, 181, 'aac9430627cc6fad442230b3a4a386950a76f0d8', 0, '1650099006'),
(191, 154, 'ee5a8ee92a6b0bc6ca8224902f2c787e98ccb774', 0, '1650099051'),
(192, 155, '377cd116b41bace02d25cc30a56ac01c14093842', 0, '1650099128'),
(193, 171, '134262bd34027150abe41cafb2116fc8b8425a0f', 0, '1650099180'),
(194, 158, '377cd116b41bace02d25cc30a56ac01c14093842', 0, '1650099209'),
(195, 159, '671e31761553ddd0dfaa01ede32460f32a494383', 0, '1650099247'),
(196, 170, 'b7bc3fe7ffd3e7960676e2a8c3db8f07a822bc38', 0, '1650099272'),
(197, 172, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650099296'),
(198, 156, 'aac9430627cc6fad442230b3a4a386950a76f0d8', 0, '1650099377'),
(199, 180, '377cd116b41bace02d25cc30a56ac01c14093842', 0, '1650099422'),
(200, 157, 'b309943e609e384787409c9eb841379b86becb9d', 0, '1650099457'),
(201, 174, '1343441d6aef377dfcf093f1bda44286de933cf9', 0, '1650099519'),
(202, 164, 'd12262669b0f60a6e94d6ef786f8fdf2e895e9ee', 0, '1650099580'),
(203, 162, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650100590'),
(204, 161, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650100653'),
(205, 153, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650103095'),
(206, 152, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650103154'),
(207, 150, '5973ee87766638d01d0d9a516156514559b7d28c', 0, '1650103197'),
(208, 151, 'a462647145a581ff367a7cff0f434e4fb39eae7b', 0, '1650103259'),
(209, 157, 'd81675e37658630ec30a1e5bf20f3c174f498a1c', 0, '1650118457'),
(210, 156, '004e86d110246b2d68dd520f87a378f4a0a6eb28', 0, '1650118576'),
(211, 181, 'a7f0209fe9e4ddefdcbda79f8187e1d0fa7c02f0', 0, '1650118600'),
(212, 155, '294adf31f5588df1033d637b4d54494ff1fd3584', 0, '1650118731'),
(213, 151, 'e2c1e919c3ec783b832ad7f0de9b1dcb98260379', 0, '1650118771'),
(214, 175, 'f33a7ec09437d73f1061fbb6eb436518d820f9a5', 0, '1650118801'),
(215, 157, '33d9a6ba0c040d977cab8818e1f1c2f2c25eb9b0', 0, '1650118804'),
(216, 173, '146ee7f9f7dbd018fd54674a1ceb9eafdf889801', 0, '1650118809'),
(217, 151, 'facf66625f0fe4da82de8cb118ea40aa7f5adaa2', 0, '1650118814'),
(218, 181, '29eabf170f0f7f932e24228915fac483806fef1d', 0, '1650118862'),
(219, 150, '725dd31f36fd4389fd290dab0ac50d9540d8651a', 0, '1650118889'),
(220, 152, 'cc9ba2cc4e050c5e5fee4679e7388b428198104b', 0, '1650118892'),
(221, 155, '12b3c6c1adc5ced5cd94f91bd80bfc23d3b559fe', 0, '1650118931'),
(222, 175, 'a4bdc44f95e23db9a24ea4423141cc4163b81f1b', 0, '1650118931'),
(223, 171, '946a6fd7a49f6e5ba7ba6cf39375a72fa3d178db', 0, '1650118938'),
(224, 174, 'b954648833d1f884b0864182d7ce221f9337e73e', 0, '1650118955'),
(225, 171, '21efcb99a7c0519a162531fd32b006b3d0ad61f6', 0, '1650118981'),
(226, 161, '1b5a7c6dea5ac06c6a8fea130994a8b377fc5058', 0, '1650118995'),
(227, 159, 'de6f4ea7fe5551d7634e85e819464f8097e3c2b8', 0, '1650119040'),
(228, 159, 'bfe0964b61c612faa15aa9e9420ef372c63f7dde', 0, '1650119062'),
(229, 161, '8eaabded98a33fcc733760b651275096611ba90d', 0, '1650119071'),
(230, 170, '65c57ef58ca1cd4915f26d15ce51970943a20153', 0, '1650119084'),
(231, 150, '1010158153af20c56cc774e4a28f92c3cb0c7964', 0, '1650119123'),
(232, 158, 'fab7bfde46146a5c4ab01fb30591858890161ea2', 0, '1650119128'),
(233, 158, '146ee7f9f7dbd018fd54674a1ceb9eafdf889801', 0, '1650119136'),
(234, 154, 'f7572adb6c6d31167f8ba956515857009581d573', 0, '1650119158'),
(235, 156, '9fc6067aaeff738d7895a374085861d11fee97b8', 0, '1650119172'),
(236, 154, 'f33a7ec09437d73f1061fbb6eb436518d820f9a5', 0, '1650119204'),
(237, 164, 'd54bbca0af10c0f42042acc00b06ebb8cbd443ff', 0, '1650119206'),
(238, 153, '146ee7f9f7dbd018fd54674a1ceb9eafdf889801', 0, '1650119264'),
(239, 164, 'e2c1e919c3ec783b832ad7f0de9b1dcb98260379', 0, '1650119277'),
(240, 153, 'fab7bfde46146a5c4ab01fb30591858890161ea2', 0, '1650119294'),
(241, 163, 'f33a7ec09437d73f1061fbb6eb436518d820f9a5', 0, '1650119302'),
(242, 163, 'afede091d8b4216b8c0dae8c88191b72a0cbd3e3', 0, '1650119373'),
(243, 174, '146ee7f9f7dbd018fd54674a1ceb9eafdf889801', 0, '1650119592'),
(244, 170, '725dd31f36fd4389fd290dab0ac50d9540d8651a', 0, '1650120107'),
(245, 152, 'facf66625f0fe4da82de8cb118ea40aa7f5adaa2', 0, '1650120120'),
(246, 173, 'b4b5b2dd1985a53bbecae88b16b5de3a2d16c26b', 0, '1650411159'),
(247, 163, 'd12262669b0f60a6e94d6ef786f8fdf2e895e9ee', 0, '1650411163'),
(248, 175, '1343441d6aef377dfcf093f1bda44286de933cf9', 0, '1650411168'),
(249, 183, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650411182'),
(250, 182, 'd12262669b0f60a6e94d6ef786f8fdf2e895e9ee', 0, '1650411188'),
(251, 179, 'b7a320ff3b9f11ce9031829b75bae4b516be9349', 0, '1650411193'),
(252, 181, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650411198'),
(253, 154, '377cd116b41bace02d25cc30a56ac01c14093842', 0, '1650411203'),
(254, 155, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650411207'),
(255, 171, '5c20b799674704b6e0a26dcdd50afc39c6065251', 0, '1650411211'),
(256, 158, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650411214'),
(257, 159, '77565601228976d917f69b7c5831d2868caec021', 0, '1650411222'),
(258, 170, '2e53b4c681876e1c143e1032c672d73e285e933d', 0, '1650411226'),
(259, 156, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650411235'),
(260, 180, 'ee5a8ee92a6b0bc6ca8224902f2c787e98ccb774', 0, '1650411239'),
(261, 157, 'a462647145a581ff367a7cff0f434e4fb39eae7b', 0, '1650411246'),
(262, 164, '9eb5cf6edd7b59ff4f521a8c440b69c760d7c109', 0, '1650411255'),
(263, 162, '1343441d6aef377dfcf093f1bda44286de933cf9', 0, '1650411354'),
(264, 161, '99b14a076b2c052c4ced09970f9dac1af5c4a8c5', 0, '1650411359'),
(265, 152, 'd12262669b0f60a6e94d6ef786f8fdf2e895e9ee', 0, '1650411623'),
(266, 151, '06fac1481a8bf1c5095ebd6b9649b2b16cc28bb3', 0, '1650411631'),
(267, 157, '6c850226ef4afca3ad418033e1160b30ef21c5d2', 0, '1650429203'),
(268, 153, '6d822377bea14b89ea1066b7ac6bf7191edbfa2b', 0, '1650429679'),
(269, 173, 'bfe0964b61c612faa15aa9e9420ef372c63f7dde', 0, '1650429823'),
(270, 156, '928787cdd534adbf227ff675fd9f201c8b503c53', 0, '1650429839'),
(271, 158, '33d9a6ba0c040d977cab8818e1f1c2f2c25eb9b0', 0, '1650430386'),
(272, 151, '146ee7f9f7dbd018fd54674a1ceb9eafdf889801', 0, '1650430427'),
(273, 152, '47fba2876ac05b21f8240b6ca527b332abb37067', 0, '1650430454'),
(274, 150, '146ee7f9f7dbd018fd54674a1ceb9eafdf889801', 0, '1650430478'),
(275, 152, 'c7d15809791a2cb0d796c8a9e0e83bad2d4bba0b', 0, '1650430539'),
(276, 174, '6d822377bea14b89ea1066b7ac6bf7191edbfa2b', 0, '1650430946'),
(277, 163, '9fc6067aaeff738d7895a374085861d11fee97b8', 0, '1650431046'),
(278, 175, '76f312be8bdd921791ed2b4119cb099b97e1876e', 0, '1650431186'),
(279, 174, '0650df62e9066af62fa3cedc59e5389132b5d44d', 0, '1650431317'),
(280, 153, 'afede091d8b4216b8c0dae8c88191b72a0cbd3e3', 0, '1650431364'),
(281, 171, '24e9f286dd286e4535edb7e358deab793a199ed3', 0, '1650431501'),
(282, 154, 'de6f4ea7fe5551d7634e85e819464f8097e3c2b8', 0, '1650431565'),
(283, 163, 'bfe0964b61c612faa15aa9e9420ef372c63f7dde', 0, '1650431823'),
(284, 171, '725dd31f36fd4389fd290dab0ac50d9540d8651a', 0, '1650431845'),
(285, 161, '33d9a6ba0c040d977cab8818e1f1c2f2c25eb9b0', 0, '1650431943'),
(286, 155, '33d9a6ba0c040d977cab8818e1f1c2f2c25eb9b0', 0, '1650432041'),
(287, 159, '2bff11538aa2d39ef29337536e2afcbc83af8150', 0, '1650432426'),
(288, 181, 'de6f4ea7fe5551d7634e85e819464f8097e3c2b8', 0, '1650432772'),
(289, 170, 'd1333d73a88687527c48ed799ce5d024f15c588d', 0, '1650433724'),
(290, 158, 'e2c1e919c3ec783b832ad7f0de9b1dcb98260379', 0, '1650435200'),
(291, 173, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572613'),
(292, 163, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572617'),
(293, 175, '758e801e58bd67f5af54d1ee8f74da7d703c83f8', 0, '1650572621'),
(294, 166, '0150ccb36daeb07310b1154eb088c4cf66c004d2', 0, '1650572625'),
(295, 183, '52d0619e20336e271bf6ea138c2b7f9a1e7aa740', 0, '1650572633'),
(296, 182, '8b9d4afdac9c0c081bfa238c7d75bff1fd731a45', 0, '1650572642'),
(297, 179, 'b5084c5e0b68271e2c2dd84c881cba7b4fb3ffab', 0, '1650572646'),
(298, 181, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572649'),
(299, 154, '0150ccb36daeb07310b1154eb088c4cf66c004d2', 0, '1650572656'),
(300, 152, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572661'),
(301, 155, 'ff2faf4e111704e55349951bab3f261384f4748b', 0, '1650572670'),
(302, 171, 'ea4fce663c387a1a2bdff0fa3a7757150599d409', 0, '1650572674'),
(303, 158, 'ea4fce663c387a1a2bdff0fa3a7757150599d409', 0, '1650572678'),
(304, 159, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572685'),
(305, 170, '1287ecdad37ce59c0f9228f86a75912114e5a149', 0, '1650572688'),
(306, 172, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572692'),
(307, 156, 'afd636f3a120a856c556f1c3a025c74fc902ef47', 0, '1650572726'),
(308, 180, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572734'),
(309, 157, 'ee8021d7ea5bf61e643d17c2aebabd110b7966a7', 0, '1650572751'),
(310, 174, 'cfe871bae1f7204ad42addf55cda279d93692e58', 0, '1650572767'),
(311, 164, '20854f392201825983b9538c090113138637346a', 0, '1650572780'),
(312, 162, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572957'),
(313, 161, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650572960'),
(314, 153, '8d20cc00bbe2c0ce8668293749627497f7d0c6df', 0, '1650573652'),
(315, 150, 'b5084c5e0b68271e2c2dd84c881cba7b4fb3ffab', 0, '1650573659'),
(316, 151, 'ee8021d7ea5bf61e643d17c2aebabd110b7966a7', 0, '1650573665'),
(317, 151, '8b6e2f96aa2117b85f1c885e75d808da0ba2165f', 0, '1650589500'),
(318, 181, '376f1c7029a290a328a5132334abab5c02050da7', 0, '1650589583'),
(319, 156, 'acf915cef1a044f46453f0ae61aaf3b05e1e610f', 0, '1650589594'),
(320, 175, '376f1c7029a290a328a5132334abab5c02050da7', 0, '1650589682'),
(321, 157, '3ea90b5bba897c30f3077005ef7fb9ceb4fceda3', 0, '1650589686'),
(322, 173, '00480dca0cfd5bedfc1dd49b187db3ba982d64dd', 0, '1650589696'),
(323, 155, '8300950f8b400f4adf2bb20da2b637eed35be523', 0, '1650589705'),
(324, 150, '9746944590f28a6beb33db1ff352f4106fb07174', 0, '1650589739'),
(325, 181, '88abf8f72bc6cfa6e2f12e7ae3ee6dc1e414b8a2', 0, '1650589770'),
(326, 158, '8b6e2f96aa2117b85f1c885e75d808da0ba2165f', 0, '1650589979'),
(327, 161, 'b7fe2622e857b77c0e3e2f72d42357b6d9ffdf3b', 0, '1650590145'),
(328, 153, '383997b79e0bfca1dc274e3d460915209aa3ef15', 0, '1650590165'),
(329, 158, 'fb90813dfd6acc3577257d860a5245f4648ae878', 0, '1650590198'),
(330, 163, '74ad055ce0416eb8270a0123655b23dd7bff37f8', 0, '1650590199'),
(331, 159, '940bd30a8d1b43d7606fd2cff163317e066b7255', 0, '1650590228'),
(332, 164, '90e3565f846f3bd0ee41b9e8c1e812f5870b4b90', 0, '1650590289'),
(333, 173, '88abf8f72bc6cfa6e2f12e7ae3ee6dc1e414b8a2', 0, '1650590294'),
(334, 153, 'dce30ffc0e4c1cc0463bf1dbdd2d65834486b311', 0, '1650590307'),
(335, 174, '2b71996b41c064fea398a8df2532a70177eea846', 0, '1650590323'),
(336, 156, 'dce30ffc0e4c1cc0463bf1dbdd2d65834486b311', 0, '1650590367'),
(337, 170, '126d06084eae442da3cf8ae2f3f629290ce35fef', 0, '1650590375'),
(338, 171, '5a02aadc0a9c70d54bce3325814fe89f42b51e91', 0, '1650590379'),
(339, 170, 'dc376a4b1e9306437ccf54ec3903b93ca66a44d8', 0, '1650590471'),
(340, 150, '88abf8f72bc6cfa6e2f12e7ae3ee6dc1e414b8a2', 0, '1650590538'),
(341, 171, '022b4a6c63c6b908ad2ea511b2678f471fb3364b', 0, '1650590575'),
(342, 152, '00480dca0cfd5bedfc1dd49b187db3ba982d64dd', 0, '1650590649'),
(343, 154, 'e3637b8d4defff5be146d6b0930c179a400500c0', 0, '1650590676'),
(344, 155, '90e3565f846f3bd0ee41b9e8c1e812f5870b4b90', 0, '1650590685'),
(345, 174, '940bd30a8d1b43d7606fd2cff163317e066b7255', 0, '1650590705'),
(346, 175, '3ea90b5bba897c30f3077005ef7fb9ceb4fceda3', 0, '1650590836'),
(347, 163, 'dce30ffc0e4c1cc0463bf1dbdd2d65834486b311', 0, '1650590918'),
(348, 170, '8300950f8b400f4adf2bb20da2b637eed35be523', 0, '1650590921'),
(349, 164, '04001989deed9b26726853bf06d26c99f89b4898', 0, '1650591093'),
(350, 152, '2b71996b41c064fea398a8df2532a70177eea846', 0, '1650591473'),
(351, 154, 'acf915cef1a044f46453f0ae61aaf3b05e1e610f', 0, '1650591541'),
(352, 159, '197ecc594ee1d305e471721bce18f604df498282', 0, '1650591773'),
(353, 154, '00480dca0cfd5bedfc1dd49b187db3ba982d64dd', 0, '1650592290'),
(354, 154, '126d06084eae442da3cf8ae2f3f629290ce35fef', 0, '1650592614'),
(355, 157, '00480dca0cfd5bedfc1dd49b187db3ba982d64dd', 0, '1650592616'),
(356, 151, 'e3637b8d4defff5be146d6b0930c179a400500c0', 0, '1650592679'),
(357, 164, 'b28bba0bf2afd0ed4d376aa0fc24d38e84202b2b', 0, '1650593025'),
(358, 159, '00480dca0cfd5bedfc1dd49b187db3ba982d64dd', 0, '1650593794'),
(359, 183, 'c97f04cd4479b460307f7a177d98582668c853ce', 0, '1651720935'),
(360, 158, 'c97f04cd4479b460307f7a177d98582668c853ce', 1, '1652510796'),
(361, 152, '2b54d565f89b2ee3d036329874baa55730ad9ca9', 0, '1681245665'),
(362, 181, 'cf35603d5f0f0ed860d53ae39c2e0aa12a41ec5b', 0, '1682593598'),
(363, 106, 'cf35603d5f0f0ed860d53ae39c2e0aa12a41ec5b', 0, '1683740291'),
(364, 152, 'cf35603d5f0f0ed860d53ae39c2e0aa12a41ec5b', 0, '1684047835'),
(365, 180, 'cf35603d5f0f0ed860d53ae39c2e0aa12a41ec5b', 0, '1684057293');

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

--
-- Table structure for table `watch_later`
--

CREATE TABLE `watch_later` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `video_id` int(30) NOT NULL DEFAULT 0,
  `time` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `withdrawal_requests`
--

CREATE TABLE `withdrawal_requests` (
  `id` int(20) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `email` varchar(200) NOT NULL DEFAULT '',
  `amount` varchar(100) NOT NULL DEFAULT '0',
  `currency` varchar(20) NOT NULL DEFAULT '',
  `requested` varchar(100) NOT NULL DEFAULT '',
  `status` int(5) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `activities`
--
ALTER TABLE `activities`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `admininvitations`
--
ALTER TABLE `admininvitations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `code` (`code`(255));

--
-- Indexes for table `ads_transactions`
--
ALTER TABLE `ads_transactions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `announcements`
--
ALTER TABLE `announcements`
  ADD PRIMARY KEY (`id`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `announcement_views`
--
ALTER TABLE `announcement_views`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `announcement_id` (`announcement_id`);

--
-- Indexes for table `bank_receipts`
--
ALTER TABLE `bank_receipts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `banned`
--
ALTER TABLE `banned`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `block`
--
ALTER TABLE `block`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `blocked_id` (`blocked_id`);

--
-- Indexes for table `comments`
--
ALTER TABLE `comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `likes` (`likes`),
  ADD KEY `dis_likes` (`dis_likes`);

--
-- Indexes for table `comments_likes`
--
ALTER TABLE `comments_likes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `type` (`type`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `reply_id` (`reply_id`);

--
-- Indexes for table `comm_replies`
--
ALTER TABLE `comm_replies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `config`
--
ALTER TABLE `config`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`),
  ADD KEY `value` (`value`(255));

--
-- Indexes for table `conversations`
--
ALTER TABLE `conversations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_one` (`user_one`),
  ADD KEY `user_two` (`user_two`),
  ADD KEY `time` (`time`);

--
-- Indexes for table `copyright_report`
--
ALTER TABLE `copyright_report`
  ADD PRIMARY KEY (`id`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `custom_pages`
--
ALTER TABLE `custom_pages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `history`
--
ALTER TABLE `history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `video_id` (`video_id`);

--
-- Indexes for table `langs`
--
ALTER TABLE `langs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lang_key` (`lang_key`);

--
-- Indexes for table `likes_dislikes`
--
ALTER TABLE `likes_dislikes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `type` (`type`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `lists`
--
ALTER TABLE `lists`
  ADD PRIMARY KEY (`id`),
  ADD KEY `list_id` (`list_id`(255)),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `privacy` (`privacy`);

--
-- Indexes for table `live_sub_users`
--
ALTER TABLE `live_sub_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `time` (`time`),
  ADD KEY `is_watching` (`is_watching`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `messages`
--
ALTER TABLE `messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `from_id` (`from_id`),
  ADD KEY `to_id` (`to_id`),
  ADD KEY `seen` (`seen`),
  ADD KEY `time` (`time`),
  ADD KEY `from_deleted` (`from_deleted`),
  ADD KEY `to_deleted` (`to_deleted`);

--
-- Indexes for table `monetization_requests`
--
ALTER TABLE `monetization_requests`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `notifications`
--
ALTER TABLE `notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `recipient_id` (`recipient_id`),
  ADD KEY `type` (`type`),
  ADD KEY `seen` (`seen`),
  ADD KEY `notifier_id` (`notifier_id`),
  ADD KEY `time` (`time`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `sent_push` (`sent_push`);

--
-- Indexes for table `payments`
--
ALTER TABLE `payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `expire` (`expire`),
  ADD KEY `type` (`type`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `amount` (`amount`);

--
-- Indexes for table `playlist_subscribers`
--
ALTER TABLE `playlist_subscribers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`list_id`),
  ADD KEY `subscriber_id` (`subscriber_id`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `play_list`
--
ALTER TABLE `play_list`
  ADD PRIMARY KEY (`id`),
  ADD KEY `list_id` (`list_id`(255)),
  ADD KEY `video_id` (`video_id`(255));

--
-- Indexes for table `profile_fields`
--
ALTER TABLE `profile_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `registration_page` (`registration_page`),
  ADD KEY `active` (`active`),
  ADD KEY `profile_page` (`profile_page`);

--
-- Indexes for table `pt_posts`
--
ALTER TABLE `pt_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `views` (`views`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `title` (`title`(255)),
  ADD KEY `active` (`active`);

--
-- Indexes for table `queue`
--
ALTER TABLE `queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `processing` (`processing`),
  ADD KEY `video_res` (`video_res`);

--
-- Indexes for table `reports`
--
ALTER TABLE `reports`
  ADD PRIMARY KEY (`id`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `article_id` (`article_id`),
  ADD KEY `ad_id` (`ad_id`),
  ADD KEY `profile_id` (`profile_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `saved_videos`
--
ALTER TABLE `saved_videos`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `video_id` (`video_id`);

--
-- Indexes for table `sessions`
--
ALTER TABLE `sessions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `session_id` (`session_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `platform` (`platform`),
  ADD KEY `time` (`time`);

--
-- Indexes for table `site_ads`
--
ALTER TABLE `site_ads`
  ADD PRIMARY KEY (`id`),
  ADD KEY `placement` (`placement`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `subscriptions`
--
ALTER TABLE `subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `subscriber_id` (`subscriber_id`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `terms`
--
ALTER TABLE `terms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `typings`
--
ALTER TABLE `typings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `time` (`time`),
  ADD KEY `user_one` (`user_one`),
  ADD KEY `user_two` (`user_two`);

--
-- Indexes for table `uploaded_videos`
--
ALTER TABLE `uploaded_videos`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `username` (`username`),
  ADD KEY `email` (`email`),
  ADD KEY `password` (`password`),
  ADD KEY `last_active` (`last_active`),
  ADD KEY `admin` (`admin`),
  ADD KEY `active` (`active`),
  ADD KEY `registered` (`registered`),
  ADD KEY `is_pro` (`is_pro`),
  ADD KEY `wallet` (`wallet`),
  ADD KEY `balance` (`balance`),
  ADD KEY `video_mon` (`video_mon`),
  ADD KEY `active_time` (`active_time`);

--
-- Indexes for table `user_ads`
--
ALTER TABLE `user_ads`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `location` (`location`(255)),
  ADD KEY `placement` (`placement`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `category` (`category`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `usr_prof_fields`
--
ALTER TABLE `usr_prof_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `verification_requests`
--
ALTER TABLE `verification_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `videos`
--
ALTER TABLE `videos`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `video_id_2` (`video_id`),
  ADD KEY `youtube_id` (`youtube`),
  ADD KEY `vimeo` (`vimeo`),
  ADD KEY `daily` (`daily`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `category_id` (`category_id`),
  ADD KEY `featured` (`featured`),
  ADD KEY `registered` (`registered`),
  ADD KEY `views` (`views`),
  ADD KEY `time` (`time`),
  ADD KEY `order1` (`category_id`,`id`),
  ADD KEY `order2` (`id`,`views`),
  ADD KEY `240p` (`240p`),
  ADD KEY `360p` (`360p`),
  ADD KEY `480p` (`480p`),
  ADD KEY `720p` (`720p`),
  ADD KEY `1080p` (`1080p`),
  ADD KEY `4096p` (`4096p`),
  ADD KEY `2048` (`2048p`),
  ADD KEY `privacy` (`privacy`),
  ADD KEY `short_id` (`short_id`),
  ADD KEY `age_restriction` (`age_restriction`),
  ADD KEY `approved` (`approved`),
  ADD KEY `twitch` (`twitch`),
  ADD KEY `sub_category` (`sub_category`),
  ADD KEY `geo_blocking` (`geo_blocking`),
  ADD KEY `sell_video` (`sell_video`),
  ADD KEY `is_movie` (`is_movie`),
  ADD KEY `ok` (`ok`);
ALTER TABLE `videos` ADD FULLTEXT KEY `description` (`description`);
ALTER TABLE `videos` ADD FULLTEXT KEY `title` (`title`);
ALTER TABLE `videos` ADD FULLTEXT KEY `tags` (`tags`);

--
-- Indexes for table `videos_transactions`
--
ALTER TABLE `videos_transactions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `video_ads`
--
ALTER TABLE `video_ads`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `views`
--
ALTER TABLE `views`
  ADD PRIMARY KEY (`id`),
  ADD KEY `video_id` (`video_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `fingerprint` (`fingerprint`(255)),
  ADD KEY `time` (`time`);

--
-- Indexes for table `watch_later`
--
ALTER TABLE `watch_later`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `video_id` (`video_id`);

--
-- Indexes for table `withdrawal_requests`
--
ALTER TABLE `withdrawal_requests`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `activities`
--
ALTER TABLE `activities`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `admininvitations`
--
ALTER TABLE `admininvitations`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `ads_transactions`
--
ALTER TABLE `ads_transactions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `announcements`
--
ALTER TABLE `announcements`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `announcement_views`
--
ALTER TABLE `announcement_views`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bank_receipts`
--
ALTER TABLE `bank_receipts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `banned`
--
ALTER TABLE `banned`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `block`
--
ALTER TABLE `block`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `comments`
--
ALTER TABLE `comments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `comments_likes`
--
ALTER TABLE `comments_likes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `comm_replies`
--
ALTER TABLE `comm_replies`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `config`
--
ALTER TABLE `config`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=233;

--
-- AUTO_INCREMENT for table `conversations`
--
ALTER TABLE `conversations`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `copyright_report`
--
ALTER TABLE `copyright_report`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `custom_pages`
--
ALTER TABLE `custom_pages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `history`
--
ALTER TABLE `history`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT for table `langs`
--
ALTER TABLE `langs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=697;

--
-- AUTO_INCREMENT for table `likes_dislikes`
--
ALTER TABLE `likes_dislikes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `lists`
--
ALTER TABLE `lists`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `live_sub_users`
--
ALTER TABLE `live_sub_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `messages`
--
ALTER TABLE `messages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `monetization_requests`
--
ALTER TABLE `monetization_requests`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `notifications`
--
ALTER TABLE `notifications`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `payments`
--
ALTER TABLE `payments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `playlist_subscribers`
--
ALTER TABLE `playlist_subscribers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `play_list`
--
ALTER TABLE `play_list`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `profile_fields`
--
ALTER TABLE `profile_fields`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pt_posts`
--
ALTER TABLE `pt_posts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `queue`
--
ALTER TABLE `queue`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `reports`
--
ALTER TABLE `reports`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `saved_videos`
--
ALTER TABLE `saved_videos`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sessions`
--
ALTER TABLE `sessions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `site_ads`
--
ALTER TABLE `site_ads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `subscriptions`
--
ALTER TABLE `subscriptions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `terms`
--
ALTER TABLE `terms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `typings`
--
ALTER TABLE `typings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `uploaded_videos`
--
ALTER TABLE `uploaded_videos`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `user_ads`
--
ALTER TABLE `user_ads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `usr_prof_fields`
--
ALTER TABLE `usr_prof_fields`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `verification_requests`
--
ALTER TABLE `verification_requests`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `videos`
--
ALTER TABLE `videos`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=184;

--
-- AUTO_INCREMENT for table `videos_transactions`
--
ALTER TABLE `videos_transactions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `video_ads`
--
ALTER TABLE `video_ads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `views`
--
ALTER TABLE `views`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=366;

--
-- AUTO_INCREMENT for table `watch_later`
--
ALTER TABLE `watch_later`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `withdrawal_requests`
--
ALTER TABLE `withdrawal_requests`
  MODIFY `id` int(20) NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;