From df1d9bfa1b9ac33e08fe3f2454d8d00c43a0c752 Mon Sep 17 00:00:00 2001 From: Johny Mo Swag Date: Wed, 11 Sep 2013 15:25:20 -0700 Subject: [PATCH] ? may or may not be in the url example: http://www.kickstarter.com/projects/1905540412/little-free-library-abbot sford-british-columbia?ref=home_spotlight --- youtube_dl/extractor/kickstarter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/kickstarter.py b/youtube_dl/extractor/kickstarter.py index 7f6f2b064..e2f5c60e6 100644 --- a/youtube_dl/extractor/kickstarter.py +++ b/youtube_dl/extractor/kickstarter.py @@ -4,7 +4,7 @@ from .common import InfoExtractor class KickStarterIE(InfoExtractor): - _VALID_URL = r'https?://www\.kickstarter\.com/projects/(?P.*)/.*\?' + _VALID_URL = r'https?://www\.kickstarter\.com/projects/(?P.*)/.*\??' _TEST = { "url": "https://www.kickstarter.com/projects/1404461844/intersection-the-story-of-josh-grant?ref=home_location", "file": "1404461844.mp4",