瀏覽代碼

[extractor/generic] Add test for #10179

Sergey M․ 9 年之前
父節點
當前提交
db19df6ca0
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      youtube_dl/extractor/generic.py

+ 9 - 0
youtube_dl/extractor/generic.py

@@ -785,6 +785,15 @@ class GenericIE(InfoExtractor):
                 'upload_date': '20141029',
             }
         },
+        # Soundcloud multiple embeds
+        {
+            'url': 'http://www.guitarplayer.com/lessons/1014/legato-workout-one-hour-to-more-fluid-performance---tab/52809',
+            'info_dict': {
+                'id': '52809',
+                'title': 'Guitar Essentials: Legato Workout—One-Hour to Fluid Performance  | TAB + AUDIO',
+            },
+            'playlist_mincount': 7,
+        },
         # Livestream embed
         {
             'url': 'http://www.esa.int/Our_Activities/Space_Science/Rosetta/Philae_comet_touch-down_webcast',