Skip to content

Commit

Permalink
add m.ok.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
KhunHtetzNaing committed Mar 28, 2019
1 parent 06380f8 commit c9d7143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion xgetter/src/main/java/com/htetznaing/xgetter/XGetter.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class XGetter {
private final String gphoto = "https?:\\/\\/(photos.google.com)\\/(u)?\\/?(\\d)?\\/?(share)\\/.+(key=).+";
private final String fb = "(?:https?://)?(?:www.|web.|m.)?facebook.com/(?:video.php\\?v=\\d+|photo.php\\?v=\\d+|\\?v=\\d+)|\\S+/videos/((\\S+)/(\\d+)|(\\d+))/?";
private final String mediafire = "https?:\\/\\/(www\\.)?(mediafire)\\.[^\\/,^\\.]{2,}\\/(file)\\/.+";
private final String okru = "https?:\\/\\/(www\\.)?(ok)\\.[^\\/,^\\.]{2,}\\/(video|videoembed)\\/.+";
private final String okru = "https?:\\/\\/(www.|m.)?(ok)\\.[^\\/,^\\.]{2,}\\/(video|videoembed)\\/.+";
private final String vk = "https?:\\/\\/(www\\.)?vk\\.[^\\/,^\\.]{2,}\\/video\\-.+";

public XGetter(Context view) {
Expand Down

0 comments on commit c9d7143

Please sign in to comment.