From 4a79ef39530fa2144eddf9957aaefeef0522e7f3 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Sun, 26 Mar 2017 12:08:54 -0400 Subject: [PATCH] [nbc] grammar in comment --- youtube_dl/extractor/nbc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/nbc.py b/youtube_dl/extractor/nbc.py index a08603610..445b82d5f 100644 --- a/youtube_dl/extractor/nbc.py +++ b/youtube_dl/extractor/nbc.py @@ -116,8 +116,8 @@ class NBCIE(AdobePassIE): # http://www.nbc.com/generetic/generated/generetic-responsive.js?v2.31.26 # does the following in browers: if the page is Saturday Night # Live (snl), check for the query parameter ?snl=0; If absent, - # it load the page with ?snl=1 and then with ?snl=0. - # Emulate that, but shortcircuit straight to ?snl=0. + # it loads the page with ?snl=1 and then with ?snl=0. + # Emulate that, but shortcut straight to ?snl=0. urlmeta = self._html_search_meta( ['al:ios:url', 'al:android:url', 'twitter:app:url:googleplay'], webpage)