|
@@ -128,7 +128,7 @@ function pull_til_tags() {
|
|
|
}
|
|
}
|
|
|
function bookmarks() {
|
|
function bookmarks() {
|
|
|
require_once('lib/html_dom.php');
|
|
require_once('lib/html_dom.php');
|
|
|
- $url = 'https://davidawindham.com/bookmarks/';
|
|
|
|
|
|
|
+ $url = 'https://davidwindham.com/bookmarks/';
|
|
|
$html = file_get_html($url);
|
|
$html = file_get_html($url);
|
|
|
if (!$html) return;
|
|
if (!$html) return;
|
|
|
$i = 0;
|
|
$i = 0;
|
|
@@ -141,7 +141,7 @@ function bookmarks() {
|
|
|
}
|
|
}
|
|
|
function bookmarks_pull($limit = 27) {
|
|
function bookmarks_pull($limit = 27) {
|
|
|
require_once('lib/html_dom.php');
|
|
require_once('lib/html_dom.php');
|
|
|
- $url = 'https://davidawindham.com/bookmarks/';
|
|
|
|
|
|
|
+ $url = 'https://davidwindham.com/bookmarks/';
|
|
|
$html = file_get_html($url);
|
|
$html = file_get_html($url);
|
|
|
if (!$html) return;
|
|
if (!$html) return;
|
|
|
$i = 0;
|
|
$i = 0;
|
|
@@ -154,7 +154,7 @@ function bookmarks_pull($limit = 27) {
|
|
|
}
|
|
}
|
|
|
function bookmarks_all() {
|
|
function bookmarks_all() {
|
|
|
require_once('lib/html_dom.php');
|
|
require_once('lib/html_dom.php');
|
|
|
- $url = 'https://davidawindham.com/bookmarks/';
|
|
|
|
|
|
|
+ $url = 'https://davidwindham.com/bookmarks/';
|
|
|
$html = file_get_html($url);
|
|
$html = file_get_html($url);
|
|
|
if (!$html) return;
|
|
if (!$html) return;
|
|
|
$i = 0;
|
|
$i = 0;
|