You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the script on a file it extracts the two url's from the compare line in the download, ( r'^.discoveryui-matches/compare/([A-Za-z0-9-])/with/([A-Za-z0-9-]*)>' ). My issue with this is that it returns my url with the "owner" of the match. There is a function to extract the owner's name and write to the csv file but not the owner's url.
The text was updated successfully, but these errors were encountered:
When running the script on a file it extracts the two url's from the compare line in the download, ( r'^.discoveryui-matches/compare/([A-Za-z0-9-])/with/([A-Za-z0-9-]*)>' ). My issue with this is that it returns my url with the "owner" of the match. There is a function to extract the owner's name and write to the csv file but not the owner's url.
The text was updated successfully, but these errors were encountered: