summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-06-06 03:42:58 -0400
committerMatt Arnold <matt@thegnuguru.org>2023-06-06 04:16:15 -0400
commit4138e304c72648c2a1294b4b2a48b39691e565ad (patch)
treecf6c766810a43793b75915b6635b9f559b4e7f0d
parent8f2efdab61f30e5674aaf5e3a713719d792a6ee5 (diff)
Browsers suck
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index e0719f7..c692051 100644
--- a/main.go
+++ b/main.go
@@ -232,9 +232,6 @@ func fetch(fetchurl string, user_agent string, parser_select bool, original *htt
 	if err != nil {
 		return nil, err
 	}
-	if tmp.Len() < 1 {
-		return nil, errors.New("watson this is weird")
-	}
 
 	publishUrl, err := url.Parse(fetchurl)
 	if err != nil {