aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2012-01-06 13:39:10 -0200
committerRogério Brito <rbrito@ime.usp.br>2012-01-06 13:39:10 -0200
commitfc901acadf85100810b1201a612a570e48e891fd (patch)
tree290c92b1f87580fedb9da2aad6846f2a74983c5b /debian/patches
parent53b0892e0d78dd874acb6e22ed3e8c3f9fe175a4 (diff)
downloadyoutube-dl-fc901acadf85100810b1201a612a570e48e891fd.zip
youtube-dl-fc901acadf85100810b1201a612a570e48e891fd.tar.gz
youtube-dl-fc901acadf85100810b1201a612a570e48e891fd.tar.bz2
debian/patches: Drop patches already included upstream.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-Fix-downloading-of-videos-from-facebook.patch34
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 35 deletions
diff --git a/debian/patches/0001-Fix-downloading-of-videos-from-facebook.patch b/debian/patches/0001-Fix-downloading-of-videos-from-facebook.patch
deleted file mode 100644
index a0023e0..0000000
--- a/debian/patches/0001-Fix-downloading-of-videos-from-facebook.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 4b71bc3cfef0672726beaaa26e1c57c7eca33790 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito@ime.usp.br>
-Date: Sat, 22 Oct 2011 01:12:46 -0200
-Subject: [PATCH] Fix downloading of videos from facebook.
-
----
- youtube-dl | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
---- a/youtube-dl
-+++ b/youtube-dl
-@@ -2712,8 +2712,9 @@
- _VALID_URL = r'^(?:https?://)?(?:\w+\.)?facebook\.com/video/video\.php\?(?:.*?)v=(?P<ID>\d+)(?:.*)'
- _LOGIN_URL = 'https://login.facebook.com/login.php?m&next=http%3A%2F%2Fm.facebook.com%2Fhome.php&'
- _NETRC_MACHINE = 'facebook'
-- _available_formats = ['highqual', 'lowqual']
-+ _available_formats = ['video', 'highqual', 'lowqual']
- _video_extensions = {
-+ 'video': 'mp4',
- 'highqual': 'mp4',
- 'lowqual': 'mp4',
- }
-@@ -2741,10 +2742,9 @@
- def _parse_page(self, video_webpage):
- """Extract video information from page"""
- # General data
-- data = {'title': r'class="video_title datawrap">(.*?)</',
-+ data = {'title': r'\("video_title", "(.*?)"\)',
- 'description': r'<div class="datawrap">(.*?)</div>',
- 'owner': r'\("video_owner_name", "(.*?)"\)',
-- 'upload_date': r'data-date="(.*?)"',
- 'thumbnail': r'\("thumb_url", "(?P<THUMB>.*?)"\)',
- }
- video_info = {}
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8961346..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-downloading-of-videos-from-facebook.patch