diff options
Diffstat (limited to 'lib/WWW/FairViewer.pm')
-rw-r--r-- | lib/WWW/FairViewer.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm index 224c415..31ed311 100644 --- a/lib/WWW/FairViewer.pm +++ b/lib/WWW/FairViewer.pm @@ -987,11 +987,6 @@ sub _extract_streaming_urls { $self->_check_streaming_urls($videoID, \@results); - if (grep { $_->{url} =~ /\bsc=yes\b/ } @results) { - say STDERR ":: Contains SC = yes" if $self->get_debug; - ##return; - } - # Keep only streams with contentLength > 0. @results = grep { $_->{itag} == 22 or (exists($_->{contentLength}) and $_->{contentLength} > 0) } @results; |