Skip to content

Commit c299067

Browse files
authored
🐛 fix: update cvpr cvf url rules (lobehub#6860)
1 parent 981bb08 commit c299067

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: packages/web-crawler/src/urlRules.ts

+5
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,9 @@ export const crawUrlRules: CrawlUrlRule[] = [
6767
impls: ['jina'],
6868
urlPattern: 'https://developer.mozilla.org(.*)',
6969
},
70+
// cvpr thecvf
71+
{
72+
impls: ['jina'],
73+
urlPattern: 'https://cvpr.thecvf.com(.*)',
74+
},
7075
];

0 commit comments

Comments
 (0)