mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 18:45:07 +08:00
[nbc] grammar in comment
This commit is contained in:
parent
5607dac41c
commit
4a79ef3953
@ -116,8 +116,8 @@ class NBCIE(AdobePassIE):
|
|||||||
# http://www.nbc.com/generetic/generated/generetic-responsive.js?v2.31.26
|
# http://www.nbc.com/generetic/generated/generetic-responsive.js?v2.31.26
|
||||||
# does the following in browers: if the page is Saturday Night
|
# does the following in browers: if the page is Saturday Night
|
||||||
# Live (snl), check for the query parameter ?snl=0; If absent,
|
# Live (snl), check for the query parameter ?snl=0; If absent,
|
||||||
# it load the page with ?snl=1 and then with ?snl=0.
|
# it loads the page with ?snl=1 and then with ?snl=0.
|
||||||
# Emulate that, but shortcircuit straight to ?snl=0.
|
# Emulate that, but shortcut straight to ?snl=0.
|
||||||
urlmeta = self._html_search_meta(
|
urlmeta = self._html_search_meta(
|
||||||
['al:ios:url', 'al:android:url', 'twitter:app:url:googleplay'],
|
['al:ios:url', 'al:android:url', 'twitter:app:url:googleplay'],
|
||||||
webpage)
|
webpage)
|
||||||
|
Loading…
Reference in New Issue
Block a user