[9gag] Quotes consistency
authorSergey M․ <dstftw@gmail.com>
Tue, 22 Sep 2015 19:56:26 +0000 (01:56 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 22 Sep 2015 19:56:26 +0000 (01:56 +0600)
youtube_dl/extractor/ninegag.py

index 0ef6a6c65d2fa2466595bfbb67845b6df18b3ae4..4adff197e724863b740051a6b1c78e27dfb0980e 100644 (file)
@@ -11,16 +11,16 @@ class NineGagIE(InfoExtractor):
     _VALID_URL = r'https?://(?:www\.)?9gag(?:\.com/tv|\.tv)/p/(?P<id>[a-zA-Z0-9]+)(?:/(?P<display_id>[^?#/]+))?'
 
     _TESTS = [{
-        "url": "http://9gag.com/tv/p/Kk2X5/people-are-awesome-2013-is-absolutely-awesome",
-        "info_dict": {
-            "id": "Kk2X5",
-            "ext": "mp4",
-            "description": "This 3-minute video will make you smile and then make you feel untalented and insignificant. Anyway, you should share this awesomeness. (Thanks, Dino!)",
-            "title": "\"People Are Awesome 2013\" Is Absolutely Awesome",
+        'url': 'http://9gag.com/tv/p/Kk2X5/people-are-awesome-2013-is-absolutely-awesome',
+        'info_dict': {
+            'id': 'Kk2X5',
+            'ext': 'mp4',
+            'description': 'This 3-minute video will make you smile and then make you feel untalented and insignificant. Anyway, you should share this awesomeness. (Thanks, Dino!)',
+            'title': '\"People Are Awesome 2013\" Is Absolutely Awesome',
             'uploader_id': 'UCdEH6EjDKwtTe-sO2f0_1XA',
             'uploader': 'CompilationChannel',
             'upload_date': '20131110',
-            "view_count": int,
+            'view_count': int,
         },
         'add_ie': ['Youtube'],
     }, {