Skip to content

Commit

Permalink
Fix departmentLink at archaeology-arthistory.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gyusang committed Nov 9, 2021
1 parent a6e9084 commit b01e1e3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/routes/humanities/archaeology-arthistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ import { RequestQueue } from 'apify';
import { Crawler } from '../../classes/crawler';
import { HUMANITIES, INF } from '../../constants';
import { SiteData } from '../../types/custom-types';
import {
absoluteLink,
departmentCode,
getOrCreate,
getOrCreateTagsWithMessage,
removeUrlPageParam,
saveNotice,
} from '../../utils';
import { absoluteLink, departmentCode, getOrCreate, getOrCreateTagsWithMessage, saveNotice } from '../../utils';
import { File, Notice } from '../../../server/src/notice/notice.entity';
import { strptime } from '../../micro-strptime';

Expand Down Expand Up @@ -147,5 +140,5 @@ export const archaeologyArthistory = new ArchaeologyArtHistoryCrawler({
departmentCode: 'archaeology-arthistory', // this value must be equal to the filename
departmentCollege: HUMANITIES,
baseUrl: 'http://www.archaeology-arthistory.or.kr/?c=user&mcd=sad0001&cur_page=1',
departmentLink: 'archaeology-arthistory.or.kr',
departmentLink: 'http://www.archaeology-arthistory.or.kr',
});

0 comments on commit b01e1e3

Please sign in to comment.