소스 검색

af_redditimgur: try to handle mobile imgur albums

Andrew Dolgov 8 년 전
부모
커밋
8b2a52c635
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/af_redditimgur/init.php

+ 1 - 1
plugins/af_redditimgur/init.php

@@ -195,7 +195,7 @@ class Af_RedditImgur extends Plugin {
 				// linked albums & pages
 
 				if (preg_match("/^https?:\/\/(m\.)?imgur.com\/([^\.\/]+$)/", $entry->getAttribute("href"), $matches) ||
-					preg_match("/^https?:\/\/imgur.com\/(a|album|gallery)\/[^\.]+$/", $entry->getAttribute("href"), $matches)) {
+					preg_match("/^https?:\/\/(m\.)?imgur.com\/(a|album|gallery)\/[^\.]+$/", $entry->getAttribute("href"), $matches)) {
 
 					_debug("Handling as an imgur page/album/gallery", $debug);