Skip to content

Commit

Permalink
[myportfolio] replace unit test
Browse files Browse the repository at this point in the history
the old gallery got removed
  • Loading branch information
mikf committed Mar 10, 2019
1 parent fffbfd3 commit 7c1cb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gallery_dl/extractor/myportfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class MyportfolioGalleryExtractor(Extractor):
r"(?:https?://)?([^.]+\.myportfolio\.com))"
r"(/[^/?&#]+)?")
test = (
("https://hannahcosgrove.myportfolio.com/chloe", {
"url": "d5cf993a05439a9d8a99590aa61e14e5ac8d0cd0",
"keyword": "89b055a6ce833ba4f060ab1f97f086e58ce8bbd1",
("https://hannahcosgrove.myportfolio.com/robyn", {
"url": "93b5430e765e53564b13e7d9c64c30c286011a6b",
"keyword": "25cb3dbdad6b011242a133f30ec598318b7512e8",
}),
("https://hannahcosgrove.myportfolio.com/lfw", {
"pattern": r"https://hannahcosgrove\.myportfolio\.com/[^/?&#+]+$",
Expand Down

0 comments on commit 7c1cb92

Please sign in to comment.