From f9ddea0669a5337f689107e8fc8980a4fb50ca65 Mon Sep 17 00:00:00 2001 From: trizen Date: Sat, 31 Oct 2020 13:50:31 +0200 Subject: - Mention "pipe-viewer" in README. - Allow channel usernames in YouTube URLs to contain encoded characters of the form "%FF". - Removed some dead code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús --- lib/WWW/FairViewer.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/WWW/FairViewer.pm') 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; -- cgit v1.2.3